style:抵押权《补录信息》模块样式修改
Showing
2 changed files
with
8 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-26 13:25:47 | 4 | * @LastEditTime: 2023-11-02 11:23:39 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -45,10 +45,11 @@ | ... | @@ -45,10 +45,11 @@ |
45 | <el-form-item | 45 | <el-form-item |
46 | label="抵押不动产信息:" | 46 | label="抵押不动产信息:" |
47 | prop="ztQlxx.bdcqzh" | 47 | prop="ztQlxx.bdcqzh" |
48 | style="display:flex" | ||
48 | :rules="rules.ztQlxxrules"> | 49 | :rules="rules.ztQlxxrules"> |
49 | <select-table | 50 | <select-table |
50 | v-model="ruleForm.ztQlxx" | 51 | v-model="ruleForm.ztQlxx" |
51 | :table-width="730" | 52 | table-width="100%" |
52 | :tableData="ztQlxxList" | 53 | :tableData="ztQlxxList" |
53 | :props="props" | 54 | :props="props" |
54 | @change="ztQlxxchange"> | 55 | @change="ztQlxxchange"> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-30 11:00:20 | 4 | * @LastEditTime: 2023-11-01 14:31:16 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="tableBox"> | 7 | <div class="tableBox"> |
... | @@ -152,6 +152,10 @@ | ... | @@ -152,6 +152,10 @@ |
152 | let arr = store.getters.dictData['A36'].filter(item => item.dcode === label); | 152 | let arr = store.getters.dictData['A36'].filter(item => item.dcode === label); |
153 | return arr.length > 0 ? arr[0].dname : label; | 153 | return arr.length > 0 ? arr[0].dname : label; |
154 | }, | 154 | }, |
155 | qlrzjzl: (label) => { | ||
156 | let arr = store.getters.dictData['A30'].filter(item => item.dcode === label); | ||
157 | return arr.length > 0 ? arr[0].dname : label; | ||
158 | }, | ||
155 | default: (label) => label | 159 | default: (label) => label |
156 | }; | 160 | }; |
157 | 161 | ... | ... |
-
Please register or sign in to post a comment