廖井涛
2025-09-09 9650d6616232554fdd312601d19776fc931c0a44
补片界面去掉最左侧内容
2个文件已修改
2 ■■■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/pp/replenish/AddReplenish.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/replenish/SelectReplenish.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/replenish/AddReplenish.vue
@@ -119,7 +119,6 @@
    showStatus: true
  },//表头参数
  columns:[
    {type: 'expand', fixed: "left", slots: {content: 'content'}, width: 50},
    {field: 'select',type: "checkbox",title: t('basicData.check'), width: 80,fixed:"left"},
    {type: 'seq', fixed: "left", title: t('basicData.Number'), width: 50},
    {field: 'reportingWorkTime', width: 120, title: t('reportingWorks.reportingWorkTime'), filters: [{data: ''}], slots: {filter: 'num1_filter'}},
north-glass-erp/northglass-erp/src/views/pp/replenish/SelectReplenish.vue
@@ -142,7 +142,6 @@
  },//表头参数
  columns:[
    {type: 'expand', fixed: "left", slots: {content: 'content'}, width: 50},
    {type:'checkbox',title: t('basicData.check'), width: 80,fixed:"left"},
    {type: 'seq', fixed: "left", title: t('basicData.Number'), width: 50},
    {field: 'reviewStatus',title: t('basicData.review'), width: 50, slots: { default: 'state' }},