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
09e81f08
authored
2023-08-23 09:51:17 +0800
by
单帅旗
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新增:房屋性质
1 parent
6eed5e65
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
src/views/workflow/components/fdcqxmTable.vue
src/views/workflow/components/fdcqxmTable.vue
View file @
09e81f0
...
...
@@ -38,7 +38,22 @@
</el-input>
</
template
>
</el-table-column>
<el-table-column
prop=
"fwxz"
label=
"房屋性质"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
<treeselect
v-model=
"scope.row.fwxz"
:disabled=
"!ableOperation"
noOptionsText=
"暂无数据"
placeholder=
""
:show-count=
"true"
:options=
"dictData['A19']"
:normalizer=
"normalizer"
:appendToBody=
"true"
z-index=
"9999"
@
input=
"updaterow(scope.row)"
/>
</
template
>
</el-table-column>
<el-table-column
prop=
"ghyt"
label=
"房屋用途"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
<treeselect
...
...
Please
register
or
sign in
to post a comment