style:国有建设用地使用权
Showing
4 changed files
with
6 additions
and
29 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-11 09:56:42 | 4 | * @LastEditTime: 2023-09-19 15:24:14 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -72,12 +72,6 @@ | ... | @@ -72,12 +72,6 @@ |
72 | <el-input v-model="ruleForm.cfdjList[0].cfwh" :disabled="!ableOperation|| isJfOperation"></el-input> | 72 | <el-input v-model="ruleForm.cfdjList[0].cfwh" :disabled="!ableOperation|| isJfOperation"></el-input> |
73 | </el-form-item> | 73 | </el-form-item> |
74 | </el-col> | 74 | </el-col> |
75 | <!-- 批量查封状态有多种查封类型,不予展示 --> | ||
76 | <!-- <el-col :span="8"> | ||
77 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封类型:" prop="cfdj.cflxmc"> | ||
78 | <el-input v-model="ruleForm.cfdjList[0].cflxmc" disabled></el-input> | ||
79 | </el-form-item> | ||
80 | </el-col>--> | ||
81 | </el-row> | 75 | </el-row> |
82 | <el-row :gutter="10"> | 76 | <el-row :gutter="10"> |
83 | <el-col :span="8"> | 77 | <el-col :span="8"> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-19 10:56:41 | 4 | * @LastEditTime: 2023-09-19 15:23:42 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -100,15 +100,7 @@ | ... | @@ -100,15 +100,7 @@ |
100 | </el-col> | 100 | </el-col> |
101 | <el-col :span="8"> | 101 | <el-col :span="8"> |
102 | <el-form-item label="权利性质:"> | 102 | <el-form-item label="权利性质:"> |
103 | <treeselect | 103 | <el-input disabled v-model="ruleForm.ztQlxx.qlxzmc"></el-input> |
104 | disabled | ||
105 | v-model="ruleForm.ztQlxx.qlxzmc" | ||
106 | noOptionsText="暂无数据" | ||
107 | :default-expand-level="1" | ||
108 | placeholder="" | ||
109 | :normalizer="normalizer" | ||
110 | :show-count="true" | ||
111 | :options="dictData['A9']" /> | ||
112 | </el-form-item> | 104 | </el-form-item> |
113 | </el-col> | 105 | </el-col> |
114 | <el-col :span="8"> | 106 | <el-col :span="8"> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-19 10:57:23 | 4 | * @LastEditTime: 2023-09-19 15:44:16 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -72,7 +72,6 @@ | ... | @@ -72,7 +72,6 @@ |
72 | <el-col :span="8"> | 72 | <el-col :span="8"> |
73 | <el-form-item label="权利性质"> | 73 | <el-form-item label="权利性质"> |
74 | <treeselect | 74 | <treeselect |
75 | disabled | ||
76 | v-model="ruleForm.zdjbxx.qlxzmc" | 75 | v-model="ruleForm.zdjbxx.qlxzmc" |
77 | noOptionsText="暂无数据" | 76 | noOptionsText="暂无数据" |
78 | :default-expand-level="1" | 77 | :default-expand-level="1" | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-19 10:58:26 | 4 | * @LastEditTime: 2023-09-19 15:30:04 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -70,15 +70,7 @@ | ... | @@ -70,15 +70,7 @@ |
70 | </el-col> | 70 | </el-col> |
71 | <el-col :span="8"> | 71 | <el-col :span="8"> |
72 | <el-form-item label="权利性质:"> | 72 | <el-form-item label="权利性质:"> |
73 | <treeselect | 73 | <el-input disabled v-model="ruleForm.zdjbxx.qlxzmc"></el-input> |
74 | disabled | ||
75 | v-model="ruleForm.zdjbxx.qlxzmc" | ||
76 | noOptionsText="暂无数据" | ||
77 | :default-expand-level="1" | ||
78 | placeholder="" | ||
79 | :normalizer="normalizer" | ||
80 | :show-count="true" | ||
81 | :options="dictData['A9']" /> | ||
82 | </el-form-item> | 74 | </el-form-item> |
83 | </el-col> | 75 | </el-col> |
84 | </el-row> | 76 | </el-row> | ... | ... |
-
Please register or sign in to post a comment