Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
80222c59
authored
2021-01-14 16:58:38 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
无使用期限的权利性质组件禁用状态判断
1 parent
173700ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
src/components/formMenu/qlxz.vue
src/components/formMenu/qlxz.vue
View file @
80222c5
...
...
@@ -254,7 +254,7 @@
ref=
"pzytdm"
:multiple=
"multiple"
:placeholder=
"placeholder"
:disabled=
"
disabled
"
:disabled=
"
formData.qszt!='0'
"
:data=
"$store.state.tdytList"
:props=
"treeProps"
:check-strictly=
"checkStrictly"
...
...
@@ -269,7 +269,7 @@
ref=
"sjytdm"
:multiple=
"multiple"
:placeholder=
"placeholder"
:disabled=
"
disabled
"
:disabled=
"
formData.qszt!='0'
"
:data=
"$store.state.tdytList"
:props=
"treeProps"
:check-strictly=
"checkStrictly"
...
...
@@ -281,6 +281,7 @@
<el-date-picker
v-model=
"childItem.tdsyqssj"
ref=
"tdsyqssj"
:disabled=
"formData.qszt!='0'"
:picker-options=
"childItem.pickerStart"
type=
"date"
value-format=
"yyyy-MM-dd"
...
...
@@ -314,7 +315,7 @@
<input
type=
"text"
style=
"top: -1px;"
:disabled=
"formData.qszt!='0'"
v-model=
"childItem.pzytdm"
class=
"formInput"
/>
...
...
@@ -322,7 +323,7 @@
<li>
<input
type=
"text"
:disabled=
"formData.qszt!='0'"
v-model=
"childItem.sjytdm"
class=
"formInput"
/>
...
...
@@ -330,6 +331,7 @@
<li>
<el-date-picker
v-model=
"childItem.tdsyjssj"
:disabled=
"formData.qszt!='0'"
ref=
"tdsyjssj"
type=
"date"
value-format=
"yyyy-MM-dd"
...
...
Please
register
or
sign in
to post a comment