ysy vor 2 Jahren
Ursprung
Commit
2486445fc7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/technology/productParam/components/user-edit.vue

+ 1 - 1
src/views/technology/productParam/components/user-edit.vue

@@ -126,7 +126,7 @@
 
             <!-- 默认值 -->
             <template v-slot:defaultValue="{ row }">
-              <el-input v-if="row.textType == 1 || row.textType == 4 || row.textType == 5" v-model="row.defaultValue"
+              <el-input v-if="row.textType == 1 || row.textType == 4  || row.textType == 3 || row.textType == 5" v-model="row.defaultValue"
                 placeholder="请输入"></el-input>
               <el-select v-if="row.textType == 2" v-model="row.defaultValue" placeholder="请选择">
                 <el-option label="TRUE" :value="'TRUE'" />