12
Showing
1 changed file
with
1 additions
and
6 deletions
... | @@ -76,10 +76,7 @@ | ... | @@ -76,10 +76,7 @@ |
76 | </el-col> | 76 | </el-col> |
77 | <el-col :span="8"> | 77 | <el-col :span="8"> |
78 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:" prop="qlsdfs"> | 78 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:" prop="qlsdfs"> |
79 | <el-select disabled v-model="ruleForm.qlsdfs" filterable clearable placeholder="请选择权利设定方式"> | 79 | <el-input disabled v-model="ruleForm.qlsdfsmc"></el-input> |
80 | <el-option v-for="item in qlsdfsOption" :key="item.value" :label="item.label" :value="item.value"> | ||
81 | </el-option> | ||
82 | </el-select> | ||
83 | </el-form-item> | 80 | </el-form-item> |
84 | </el-col> | 81 | </el-col> |
85 | </el-row> | 82 | </el-row> |
... | @@ -189,8 +186,6 @@ export default { | ... | @@ -189,8 +186,6 @@ export default { |
189 | data () { | 186 | data () { |
190 | return { | 187 | return { |
191 | disabled: true, | 188 | disabled: true, |
192 | tdytOption: [], | ||
193 | qlsdfsOption: [], | ||
194 | czrOptions: [], | 189 | czrOptions: [], |
195 | ruleForm: { | 190 | ruleForm: { |
196 | ywh: "", | 191 | ywh: "", | ... | ... |
-
Please register or sign in to post a comment