ysy hace 2 años
padre
commit
29646929b6
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/views/materialPlan/index.vue

+ 3 - 2
src/views/materialPlan/index.vue

@@ -72,9 +72,10 @@ export default {
       isBindPlan: false,
       statusOpt: {
         first: [
-          { label: '所有状态', value: '3,2' },
+          { label: '所有状态', value: '3,2,8' },
           { label: '待发布', value: '2' },
-          { label: '发布失败', value: '3' }
+          { label: '发布失败', value: '3' },
+          { label: '待下达', value: '8' }
         ],
         second: [
           { label: '所有状态', value: '' },