style:权利性质
Showing
8 changed files
with
79 additions
and
15 deletions
... | @@ -127,8 +127,16 @@ | ... | @@ -127,8 +127,16 @@ |
127 | </el-row> | 127 | </el-row> |
128 | <el-row :gutter="10"> | 128 | <el-row :gutter="10"> |
129 | <el-col :span="8"> | 129 | <el-col :span="8"> |
130 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利性质:"> | 130 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利性质"> |
131 | <el-input disabled v-model="ruleForm.ztQlxx.qlxzmc"></el-input> | 131 | <treeselect |
132 | disabled | ||
133 | v-model="ruleForm.ztQlxx.qlxzmc" | ||
134 | noOptionsText="暂无数据" | ||
135 | :default-expand-level="1" | ||
136 | placeholder="" | ||
137 | :normalizer="normalizer" | ||
138 | :show-count="true" | ||
139 | :options="dictData['A9']" /> | ||
132 | </el-form-item> | 140 | </el-form-item> |
133 | </el-col> | 141 | </el-col> |
134 | <el-col :span="8"> | 142 | <el-col :span="8"> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-14 17:19:58 | 4 | * @LastEditTime: 2023-09-19 10:44:12 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -100,7 +100,15 @@ | ... | @@ -100,7 +100,15 @@ |
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 | <el-input disabled v-model="ruleForm.ztQlxx.qlxzmc"></el-input> | 103 | <treeselect |
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']" /> | ||
104 | </el-form-item> | 112 | </el-form-item> |
105 | </el-col> | 113 | </el-col> |
106 | <el-col :span="8"> | 114 | <el-col :span="8"> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-14 17:21:04 | 4 | * @LastEditTime: 2023-09-19 10:44:26 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -94,7 +94,15 @@ | ... | @@ -94,7 +94,15 @@ |
94 | </el-col> | 94 | </el-col> |
95 | <el-col :span="8"> | 95 | <el-col :span="8"> |
96 | <el-form-item label="权利性质:" prop="qlxzmc"> | 96 | <el-form-item label="权利性质:" prop="qlxzmc"> |
97 | <el-input disabled v-model="ruleForm.qlxzmc"></el-input> | 97 | <treeselect |
98 | disabled | ||
99 | v-model="ruleForm.qlxzmc" | ||
100 | noOptionsText="暂无数据" | ||
101 | :default-expand-level="1" | ||
102 | placeholder="" | ||
103 | :normalizer="normalizer" | ||
104 | :show-count="true" | ||
105 | :options="dictData['A9']" /> | ||
98 | </el-form-item> | 106 | </el-form-item> |
99 | </el-col> | 107 | </el-col> |
100 | </el-row> | 108 | </el-row> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-13 14:06:17 | 4 | * @LastEditTime: 2023-09-19 10:28:39 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -70,8 +70,16 @@ | ... | @@ -70,8 +70,16 @@ |
70 | </el-form-item> | 70 | </el-form-item> |
71 | </el-col> | 71 | </el-col> |
72 | <el-col :span="8"> | 72 | <el-col :span="8"> |
73 | <el-form-item label="权利性质1:"> | 73 | <el-form-item label="权利性质"> |
74 | <el-input maxlength="25" v-model="ruleForm.zdjbxx.qlxzmc"></el-input> | 74 | <treeselect |
75 | disabled | ||
76 | v-model="ruleForm.zdjbxx.qlxzmc" | ||
77 | noOptionsText="暂无数据" | ||
78 | :default-expand-level="1" | ||
79 | placeholder="" | ||
80 | :normalizer="normalizer" | ||
81 | :show-count="true" | ||
82 | :options="dictData['A9']" /> | ||
75 | </el-form-item> | 83 | </el-form-item> |
76 | </el-col> | 84 | </el-col> |
77 | </el-row> | 85 | </el-row> | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | <!-- | 2 | <!-- |
3 | * @Description: | 3 | * @Description: |
4 | * @Autor: renchao | 4 | * @Autor: renchao |
5 | * @LastEditTime: 2023-09-14 17:21:19 | 5 | * @LastEditTime: 2023-09-19 10:44:45 |
6 | --> | 6 | --> |
7 | <template> | 7 | <template> |
8 | <!-- 受理信息 --> | 8 | <!-- 受理信息 --> |
... | @@ -72,7 +72,15 @@ | ... | @@ -72,7 +72,15 @@ |
72 | </el-col> | 72 | </el-col> |
73 | <el-col :span="8"> | 73 | <el-col :span="8"> |
74 | <el-form-item label="权利性质:"> | 74 | <el-form-item label="权利性质:"> |
75 | <el-input disabled v-model="ruleForm.zdjbxx.qlxzmc"></el-input> | 75 | <treeselect |
76 | disabled | ||
77 | v-model="ruleForm.zdjbxx.qlxzmc" | ||
78 | noOptionsText="暂无数据" | ||
79 | :default-expand-level="1" | ||
80 | placeholder="" | ||
81 | :normalizer="normalizer" | ||
82 | :show-count="true" | ||
83 | :options="dictData['A9']" /> | ||
76 | </el-form-item> | 84 | </el-form-item> |
77 | </el-col> | 85 | </el-col> |
78 | </el-row> | 86 | </el-row> | ... | ... |
... | @@ -65,7 +65,15 @@ | ... | @@ -65,7 +65,15 @@ |
65 | </el-col> | 65 | </el-col> |
66 | <el-col :span="8"> | 66 | <el-col :span="8"> |
67 | <el-form-item label="权利性质:"> | 67 | <el-form-item label="权利性质:"> |
68 | <el-input disabled v-model="ruleForm.zdjbxx.qlxzmc"></el-input> | 68 | <treeselect |
69 | disabled | ||
70 | v-model="ruleForm.zdjbxx.qlxzmc" | ||
71 | noOptionsText="暂无数据" | ||
72 | :default-expand-level="1" | ||
73 | placeholder="" | ||
74 | :normalizer="normalizer" | ||
75 | :show-count="true" | ||
76 | :options="dictData['A9']" /> | ||
69 | </el-form-item> | 77 | </el-form-item> |
70 | </el-col> | 78 | </el-col> |
71 | </el-row> | 79 | </el-row> | ... | ... |
... | @@ -65,7 +65,15 @@ | ... | @@ -65,7 +65,15 @@ |
65 | </el-col> | 65 | </el-col> |
66 | <el-col :span="8"> | 66 | <el-col :span="8"> |
67 | <el-form-item label="权利性质:"> | 67 | <el-form-item label="权利性质:"> |
68 | <el-input disabled v-model="ruleForm.zdjbxx.qlxzmc"></el-input> | 68 | <treeselect |
69 | disabled | ||
70 | v-model="ruleForm.zdjbxx.qlxzmc" | ||
71 | noOptionsText="暂无数据" | ||
72 | :default-expand-level="1" | ||
73 | placeholder="" | ||
74 | :normalizer="normalizer" | ||
75 | :show-count="true" | ||
76 | :options="dictData['A9']" /> | ||
69 | </el-form-item> | 77 | </el-form-item> |
70 | </el-col> | 78 | </el-col> |
71 | </el-row> | 79 | </el-row> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-01 13:38:47 | 4 | * @LastEditTime: 2023-09-19 10:45:32 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -70,7 +70,15 @@ | ... | @@ -70,7 +70,15 @@ |
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 | <el-input disabled v-model="ruleForm.zdjbxx.qlxzmc"></el-input> | 73 | <treeselect |
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']" /> | ||
74 | </el-form-item> | 82 | </el-form-item> |
75 | </el-col> | 83 | </el-col> |
76 | </el-row> | 84 | </el-row> | ... | ... |
-
Please register or sign in to post a comment