zss
2024-02-29 35d86e8e773dc25c25b6951f15e55cedb026a8ba
src/views/plan/productionschedul/index.vue
@@ -283,6 +283,19 @@
          },
          {
            minWidth: 120,
            prop: 'status',
            label: '当前状态',
            overHidden: true,
          },
          {
            minWidth: 120,
            prop: 'time',
            label: '临期时间',
            overHidden: true,
            formatter: (row,columnValue)=> this.formatDate(row,columnValue)
          },
          {
            minWidth: 120,
            prop: 'specs',
            label: '规格型号',
            overHidden: true,