style:国有建设用地使用权字典转换
Showing
1 changed file
with
9 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-23 17:17:34 | 4 | * @LastEditTime: 2023-10-24 17:35:49 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -105,7 +105,14 @@ | ... | @@ -105,7 +105,14 @@ |
105 | </el-col> | 105 | </el-col> |
106 | <el-col :span="8"> | 106 | <el-col :span="8"> |
107 | <el-form-item label="权利设定方式:"> | 107 | <el-form-item label="权利设定方式:"> |
108 | <el-input maxlength="25" :disabled="!viewEdit" v-model="ruleForm.zdjbxx.qlsdfsmc"></el-input> | 108 | <el-select v-model="ruleForm.zdjbxx.qlsdfs" :disabled="!viewEdit"> |
109 | <el-option | ||
110 | v-for="item in dictData['A10']" | ||
111 | :key="item.dcode" | ||
112 | :label="item.dname" | ||
113 | :value="item.dcode"> | ||
114 | </el-option> | ||
115 | </el-select> | ||
109 | </el-form-item> | 116 | </el-form-item> |
110 | </el-col> | 117 | </el-col> |
111 | <el-col :span="8"> | 118 | <el-col :span="8"> | ... | ... |
-
Please register or sign in to post a comment