Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
092e13f5
authored
2022-08-24 16:17:19 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
f877b025
c64ec549
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
src/views/ywbl/fqsq/components/slxx.vue
src/views/ywbl/fqsq/components/slxx.vue
View file @
092e13f
...
...
@@ -152,7 +152,14 @@
<el-row>
<el-col>
<el-form-item
label=
"登记原因:"
prop=
"djyy"
>
<el-input
type=
"textarea"
v-model=
"ruleForm.djyy"
></el-input>
<el-input
class=
"textArea"
type=
"textarea"
v-model=
"ruleForm.djyy"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col>
<el-form-item
class=
"btn"
>
<el-button
type=
"primary"
@
click=
"onSubmit"
>
保存
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -195,15 +202,15 @@ export default {
gyfs
:
""
,
},
rules
:
{
ywh
:
[
{
required
:
true
,
message
:
'业务号'
,
trigger
:
'blur'
}
],
//
ywh: [
//
{ required: true, message: '业务号', trigger: 'blur' }
//
],
}
};
},
methods
:
{
onSubmit
(){},
},
}
</
script
>
...
...
@@ -221,4 +228,12 @@ export default {
color
:
#4A4A4A
;
}
.btn
{
text-align
:
center
;
}
.textArea
{
/deep/.el-textarea__inner{
min-height
:
90px
!important
;
}
}
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment