|
|
@@ -59,20 +59,20 @@ export default {
|
|
|
return {
|
|
|
// 表格列配置
|
|
|
columns: [
|
|
|
- {
|
|
|
- prop: 'categoryCode',
|
|
|
- label: '产品编码',
|
|
|
- showOverflowTooltip: true,
|
|
|
- align: 'center',
|
|
|
- minWidth: 110
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'categoryName',
|
|
|
- label: '产品名称',
|
|
|
- showOverflowTooltip: true,
|
|
|
- align: 'center',
|
|
|
- minWidth: 110
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'categoryCode',
|
|
|
+ // label: '产品编码',
|
|
|
+ // showOverflowTooltip: true,
|
|
|
+ // align: 'center',
|
|
|
+ // minWidth: 110
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // prop: 'categoryName',
|
|
|
+ // label: '产品名称',
|
|
|
+ // showOverflowTooltip: true,
|
|
|
+ // align: 'center',
|
|
|
+ // minWidth: 110
|
|
|
+ // },
|
|
|
{
|
|
|
align: 'center',
|
|
|
prop: 'code',
|
|
|
@@ -87,20 +87,20 @@ export default {
|
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'routingCode',
|
|
|
- label: '工艺路线编码',
|
|
|
- align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'routingVersion',
|
|
|
- label: '工艺版本号',
|
|
|
- align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
- minWidth: 110
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'routingCode',
|
|
|
+ // label: '工艺路线编码',
|
|
|
+ // align: 'center',
|
|
|
+ // showOverflowTooltip: true,
|
|
|
+ // minWidth: 110
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // prop: 'routingVersion',
|
|
|
+ // label: '工艺版本号',
|
|
|
+ // align: 'center',
|
|
|
+ // showOverflowTooltip: true,
|
|
|
+ // minWidth: 110
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
columnKey: 'action',
|