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
0fc3080c
authored
2024-03-18 10:42:47 +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
1280e47b
46ef0c8c
Hide 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 @
0fc3080
...
...
@@ -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