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
a2c29d99
authored
2024-03-15 10:03:27 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改多幢
1 parent
d1fb9595
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/workflow/main/slsqxx/fdcq1/fdcqxmTable.vue
src/views/workflow/main/slsqxx/fdcq1/fdcqxmTable.vue
View file @
a2c29d9
...
...
@@ -20,17 +20,17 @@
<div
style=
"text-align: center"
>
{{
scope
.
$index
+
1
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"
bdcdyh"
label=
"不动产单元
号"
min-width=
"100"
>
<el-table-column
prop=
"
zrzh"
label=
"自然幢
号"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
<div
style=
"text-align: center"
>
{{
scope
.
row
.
bdcdy
h
}}
</div>
<div
style=
"text-align: center"
>
{{
scope
.
row
.
zrz
h
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"
xmmc"
label=
"项目
名称"
min-width=
"100"
>
<el-table-column
prop=
"
zh"
label=
"建筑物
名称"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-input
class=
"item"
:disabled=
"!ableOperation"
v-model=
"scope.row.
xmmc
"
v-model=
"scope.row.
zh
"
placeholder=
"请输入内容"
@
input=
"updaterow(scope.row)"
>
</el-input>
...
...
Please
register
or
sign in
to post a comment