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
0563f7a0
authored
2023-08-25 15:28:49 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改权利对应的相关字段
1 parent
da83bbf3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/views/workflow/components/cfBdcdyTable.vue
src/views/ywbl/slsqxx/cfdj/tdslxx.vue
src/views/zhcx/djbcx/djbcxdata.js
src/views/workflow/components/cfBdcdyTable.vue
View file @
0563f7a
...
...
@@ -70,11 +70,11 @@
label
:
"权利性质"
},
{
prop
:
"ytmc"
,
prop
:
"
ql
ytmc"
,
label
:
"用途"
},
{
prop
:
"mjmc"
,
prop
:
"
ql
mjmc"
,
label
:
"面积"
},
{
...
...
src/views/ywbl/slsqxx/cfdj/tdslxx.vue
View file @
0563f7a
...
...
@@ -133,12 +133,12 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"用途:"
>
<el-input
disabled
v-model=
"ruleForm.ztQlxx.ytmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.ztQlxx.
ql
ytmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"面积:"
>
<el-input
disabled
v-model=
"ruleForm.ztQlxx.mjmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.ztQlxx.
ql
mjmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/zhcx/djbcx/djbcxdata.js
View file @
0563f7a
...
...
@@ -104,7 +104,7 @@ class data extends filter {
minWidth
:
'150'
,
},
{
prop
:
"mjmc"
,
prop
:
"
ql
mjmc"
,
label
:
"面积"
,
width
:
'130'
},
...
...
@@ -114,7 +114,7 @@ class data extends filter {
minWidth
:
'130'
},
{
prop
:
"ytmc"
,
prop
:
"
ql
ytmc"
,
label
:
"用途"
,
minWidth
:
'130'
},
...
...
Please
register
or
sign in
to post a comment