diff --git a/src/views/modules/tool/toolInstanceQuery.vue b/src/views/modules/tool/toolInstanceQuery.vue index 0daf093..98b1c9b 100644 --- a/src/views/modules/tool/toolInstanceQuery.vue +++ b/src/views/modules/tool/toolInstanceQuery.vue @@ -11,6 +11,9 @@ + + + @@ -98,7 +101,7 @@ const TOOL_INSTANCE_COLUMN_SPECS = [ { prop: 'site', label: '工厂编码', width: 60, align: 'left', tooltip: true }, { prop: 'toolId', label: '工具编码', width: 80, align: 'left', tooltip: true }, { prop: 'toolInstanceId', label: '工具实例ID', width: 120, align: 'left', tooltip: true }, - { prop: 'spec', label: '型号描述', width: 120, align: 'left', tooltip: true }, + { prop: 'toolSpec', label: '型号描述', width: 120, align: 'left', tooltip: true }, { prop: 'warehouseId', label: '默认仓库', width: 80, align: 'left' }, { prop: 'locationId', label: '库位号', width: 60, align: 'left' }, { prop: 'supplierName', label: '模具供应商', width: 140, align: 'left', tooltip: true }, @@ -126,7 +129,8 @@ export default { toolInstanceId: '', locationId: '', lastSeqNoInput: '', - lastOrderNo: '' + lastOrderNo: '', + toolSpec: '', }, pageIndex: 1, pageSize: 20,