Explorar el Código

超欠挖修改

duy hace 1 semana
padre
commit
fac9fafa26
Se han modificado 1 ficheros con 2 adiciones y 8 borrados
  1. 2 8
      src/views/cross/cross-add.vue

+ 2 - 8
src/views/cross/cross-add.vue

@@ -139,13 +139,7 @@
                     <el-input v-model="row.z" size="small" />
                 </template>
                 <template #backBreak="{ row }">
-                    <el-select 
-                        v-model="row.backBreak" 
-                        size="small" 
-                        style="width: 100%"
-                    >
-                        <el-option v-for="item in tasksStatus" :key="item.value" :label="item.label" :value="item.value" />
-                    </el-select>
+                    <el-input v-model="row.backBreak" size="small" />
                 </template>
             </HcTable>
         </el-form>
@@ -208,7 +202,7 @@ const getTasksStatusOptions = async () => {
 // 监听弹窗显示状态,每次打开时加载选项
 watch(editModal, (newVal) => {
   if (newVal) { // 当弹窗被打开时
-    getTasksStatusOptions()
+    // getTasksStatusOptions()
   }
 })
 const getOneDetail = async (id)=>{