hyingbo
3 天以前 5674bd6b2ce079c713b4f89b7e07cdf5110c3e17
工具管理-刃磨信息字段取值错误
已修改1个文件
8 ■■■■ 文件已修改
src/views/tms/modules/toolLedger/ToolSharpenList.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/modules/toolLedger/ToolSharpenList.vue
@@ -61,22 +61,22 @@
        },
        {
          title: '责任人',
          dataIndex: 'toolModel',
          dataIndex: 'responsiblePerson',
          align: 'center',
        },
        {
          title: '刃磨时间',
          dataIndex: 'toolModel',
          dataIndex: 'sharpeningTime',
          align: 'center',
        },
        {
          title: '刃磨结果及建议',
          dataIndex: 'toolModel',
          dataIndex: 'sharpeningResult',
          align: 'center',
        },
        {
          title: '刃磨状态',
          dataIndex: 'toolModel',
          dataIndex: 'sharpeningStatusName',
          align: 'center',
        },
      ],