@@ -67,7 +67,7 @@
</div>
</template>
- <template #menu-right="{}">
+<!-- <template #menu-right="{}">
<el-dropdown split-button
>导入
<template #dropdown>
@@ -84,7 +84,7 @@
</el-dropdown>
<ExcelUpload ref="uploadRef" @finished="uploadFinished" />
- </template>
+ </template>-->
</avue-crud>
<CommonTable
ref="ctableRef"
@@ -207,6 +207,13 @@ option.value = Object.assign(option.value, {
],
},
{
+ label: "科工编码",
+ prop: "engineeringCode",
+ width: 130,
+ overHidden: true,
+ search: true,
+ },
+ {
label: "物料名称",
prop: "materialName",
width: 140,