YY 2 年 前
コミット
d56c7fd23c
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/platSettings/config/index.vue

+ 2 - 2
src/views/platSettings/config/index.vue

@@ -29,9 +29,9 @@
     <e-dialog :dialog="dialog" @toClose="toClose">
       <template v-slot:info>
         <data-form :span="24" :fields="fieldsForm" :rules="fieldRules" v-model="fieldform" labelWidth="150px" @save="onSubmit">
-          <!-- <template #is_use>
+          <template #is_use>
             <el-option v-for="i in useList" :key="i.model" :label="i.label" :value="i.value"></el-option>
-          </template> -->
+          </template>
           <template #type>
             <el-option v-for="i in typeList" :key="i.model" :label="i.label" :value="i.value"></el-option>
           </template>