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
52458f0e
authored
2023-11-15 15:35:15 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书修改
1 parent
211e1410
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
src/views/workflow/components/dialog/zsxg.vue
src/views/workflow/components/dialog/zsyl.vue
src/views/workflow/components/dialog/zsxg.vue
View file @
52458f0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-15 1
4:08:22
* @LastEditTime: 2023-11-15 1
5:33:27
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
>
...
...
@@ -12,7 +12,7 @@
</el-tab-pane>
</el-tabs>
<el-empty
description=
"暂无数据"
v-if=
"headTabBdcqz.length == 0 && noData"
></el-empty>
<div
style=
"height:5
0
0px"
>
<div
style=
"height:5
4
0px"
>
<el-form
class=
"zs"
:model=
"bdcqz"
v-if=
"this.bdcqz.bdcqzlx==1"
ref=
"ruleForm"
label-width=
"100px"
>
<el-row>
<el-col
:span=
"24"
>
...
...
@@ -30,6 +30,13 @@
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"坐落"
>
<el-input
v-model=
"bdcqz.zl"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
v-model=
"bdcqz.bdcdyh"
></el-input>
</el-form-item>
...
...
@@ -84,7 +91,6 @@
</el-form-item>
</el-col>
</el-row>
</el-form>
<el-form
:model=
"bdcqz"
class=
"zm"
v-else
ref=
"ruleForm"
label-width=
"110px"
>
<el-row>
...
...
src/views/workflow/components/dialog/zsyl.vue
View file @
52458f0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-
08 13:25:20
* @LastEditTime: 2023-11-
15 15:34:21
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
<!-- 表单部分 -->
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
v-if=
"headTabBdcqz.length >1"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
v-if=
"headTabBdcqz.length >1"
style=
"margin-top:-23px"
>
<el-tab-pane
:label=
"item.qlr + (item.bdcqzh !== null ? '(' + item.bdcqzh + ')' : '')"
:name=
"item.bsmBdcqz"
v-for=
"(item, index) in headTabBdcqz"
:key=
"index"
>
</el-tab-pane>
...
...
Please
register
or
sign in
to post a comment