Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
8dcf9433
Commit
8dcf9433
authored
Mar 29, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改input-textarea组件
parent
508041cf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
Detp.vue
src/business/gitopn/views/Detp.vue
+1
-2
Gidtxtpc.vue
src/business/gitopn/views/Gidtxtpc.vue
+1
-1
InputTextarea.vue
src/components/InputTextarea.vue
+2
-7
No files found.
src/business/gitopn/views/Detp.vue
View file @
8dcf9433
...
...
@@ -633,9 +633,8 @@
</
template
>
<
script
>
import
event
from
'../event'
;
import
InputTextarea
from
"~/components/InputTextarea"
;
export
default
{
components
:
{
InputTextarea
},
components
:
{},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
...
...
src/business/gitopn/views/Gidtxtpc.vue
View file @
8dcf9433
...
...
@@ -26,7 +26,7 @@
>
<c-input-textarea
type=
"textarea"
v-mod
le
=
"model.gidgrp.blk.gtxgidtxtc"
v-mod
el
=
"model.gidgrp.blk.gtxgidtxtc"
:maxRows=
"16"
maxlength=
"32500"
show-word-limit
...
...
src/components/InputTextarea.vue
View file @
8dcf9433
...
...
@@ -2,14 +2,13 @@
<el-input
:id=
"id"
ref=
"form-item"
v-model=
"
value
"
v-model=
"
model
"
type=
"textarea"
v-bind=
"$attrs"
v-on=
"$listeners"
v-bind:disabled=
"disabled"
:rows=
"maxRows"
resize=
"none"
@
change=
"onChange"
/>
</
template
>
<
script
>
...
...
@@ -42,10 +41,6 @@ export default {
}
}
},
methods
:
{
onChange
()
{
this
.
$emit
(
'change'
,
this
.
model
)
}
}
methods
:
{}
}
</
script
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment