| src/views/basicData/product/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/productionManagement/processRoute/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/productionManagement/productStructure/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/basicData/product/index.vue
@@ -235,6 +235,10 @@ const expandedKeys = ref([]); const tableColumn = ref([ { label: "产品规格编号", prop: "productCode", }, { label: "规格型号", prop: "model", }, src/views/productionManagement/processRoute/index.vue
@@ -66,6 +66,10 @@ const { searchForm } = toRefs(data); const tableColumn = ref([ { label: "工艺路线编号", prop: "processRouteCode", }, { label: "产品名称", prop: "productName", }, src/views/productionManagement/productStructure/index.vue
@@ -34,6 +34,11 @@ const tableColumn = ref([ { label: "产品编码", prop: "productCode", slot: "detail" }, { label: "产品名称", prop: "productName", dataType: 'slot',