style:抵押信息模块样式修改
Showing
1 changed file
with
3 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-02 08:34:59 | 4 | * @LastEditTime: 2023-08-02 09:31:38 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -116,7 +116,7 @@ | ... | @@ -116,7 +116,7 @@ |
116 | <el-input v-else disabled v-model="ruleForm.ssQlxx.bdcqzh"></el-input> | 116 | <el-input v-else disabled v-model="ruleForm.ssQlxx.bdcqzh"></el-input> |
117 | </el-form-item> | 117 | </el-form-item> |
118 | </el-col> | 118 | </el-col> |
119 | <el-col :span="8"> | 119 | <el-col :span="7"> |
120 | <el-form-item label="抵押方式:"> | 120 | <el-form-item label="抵押方式:"> |
121 | <el-radio-group disabled v-model="ruleForm.diyaq.dyfs"> | 121 | <el-radio-group disabled v-model="ruleForm.diyaq.dyfs"> |
122 | <el-radio label="1">一般抵押权</el-radio> | 122 | <el-radio label="1">一般抵押权</el-radio> |
... | @@ -124,7 +124,7 @@ | ... | @@ -124,7 +124,7 @@ |
124 | </el-radio-group> | 124 | </el-radio-group> |
125 | </el-form-item> | 125 | </el-form-item> |
126 | </el-col> | 126 | </el-col> |
127 | <el-col :span="8"> | 127 | <el-col :span="9"> |
128 | <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> | 128 | <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> |
129 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!ableOperation|| isJfOperation"> | 129 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!ableOperation|| isJfOperation"> |
130 | <el-radio label="1">启用</el-radio> | 130 | <el-radio label="1">启用</el-radio> | ... | ... |
-
Please register or sign in to post a comment