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
930baca4
authored
2023-09-21 14:25:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
cb128d56
439724e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
930baca
...
...
@@ -96,7 +96,7 @@
<el-row
:gutter=
"10"
v-if=
"ruleForm.qlxx"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋用途:"
>
<el-select
v-model=
"ruleForm.ygdj.ghyt"
>
<el-select
v-model=
"ruleForm.ygdj.ghyt"
:disabled=
"!viewEdit"
>
<el-option
v-for=
"item in dictData['A17']"
:key=
"item.dcode"
...
...
@@ -182,6 +182,7 @@
<el-col
:span=
"24"
>
<el-form-item
label=
"附记:"
>
<el-input
:disabled=
"!viewEdit"
v-model=
"ruleForm.ygdj.fj"
type=
"textarea"
maxlength=
"500"
...
...
Please
register
or
sign in
to post a comment