ed0741c8 by renchao@pashanhoo.com

style:权利性质

1 parent c702c510
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-17 15:20:29 4 * @LastEditTime: 2023-09-19 15:52:44
5 --> 5 -->
6 <template> 6 <template>
7 <div class='ywdialog'> 7 <div class='ywdialog'>
...@@ -33,4 +33,7 @@ ...@@ -33,4 +33,7 @@
33 </script> 33 </script>
34 <style scoped lang='scss'> 34 <style scoped lang='scss'>
35 @import "~@/styles/public.scss"; 35 @import "~@/styles/public.scss";
36 .ywdialog {
37 min-width: 230px;
38 }
36 </style> 39 </style>
...\ No newline at end of file ...\ No newline at end of file
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-19 10:56:19 4 * @LastEditTime: 2023-09-19 15:47:56
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -128,15 +128,7 @@ ...@@ -128,15 +128,7 @@
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 <treeselect 131 <el-input disabled v-model="ruleForm.ztQlxx.qlxzmc"></el-input>
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']" />
140 </el-form-item> 132 </el-form-item>
141 </el-col> 133 </el-col>
142 <el-col :span="8"> 134 <el-col :span="8">
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-19 10:56:59 4 * @LastEditTime: 2023-09-19 15:55:59
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -94,15 +94,7 @@ ...@@ -94,15 +94,7 @@
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 <treeselect 97 <el-input disabled v-model="ruleForm.qlxzmc"></el-input>
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']" />
106 </el-form-item> 98 </el-form-item>
107 </el-col> 99 </el-col>
108 </el-row> 100 </el-row>
......
...@@ -65,15 +65,7 @@ ...@@ -65,15 +65,7 @@
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 <treeselect 68 <el-input disabled v-model="ruleForm.zdjbxx.qlxzmc"></el-input>
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']" />
77 </el-form-item> 69 </el-form-item>
78 </el-col> 70 </el-col>
79 </el-row> 71 </el-row>
......
...@@ -65,15 +65,7 @@ ...@@ -65,15 +65,7 @@
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 <treeselect 68 <el-input disabled v-model="ruleForm.zdjbxx.qlxzmc"></el-input>
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']" />
77 </el-form-item> 69 </el-form-item>
78 </el-col> 70 </el-col>
79 </el-row> 71 </el-row>
......