hyingbo
2025-07-10 b1789a275504ef69b4ad09ac2ec49332bc19b74d
src/views/tms/stocktakingBound/modules/ToolSelectorModal.vue
@@ -54,17 +54,20 @@
        {
          title: '工具编码',
          align: 'center',
          dataIndex: 'toolCode'
          dataIndex: 'toolId',
          width: 200
        },
        {
          title: '中文名称',
          align: 'center',
          dataIndex: 'chineseName'
          dataIndex: 'chineseName',
          width: 150
        },
        {
          title: '型号/图号',
          align: 'center',
          dataIndex: 'toolModel'
          dataIndex: 'toolModel',
          width: 150
        }
      ],
      selectedRowKeys: [],