😎更改ecn页面表格参数配置

This commit is contained in:
bairubing 2024-11-07 13:26:22 +08:00
parent d773fb3aca
commit 8eda3dbc06

View File

@ -93,11 +93,11 @@ const options = useVxeTable(
{ field: '_System_objNBS', title: 'ECN编号', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: '_System_objNBS', title: 'ECN编号', minWidth: 100, showOverflow: 'tooltip', sortable: false },
{ field: '_System_ObjDescription', title: '变更原因', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: '_System_ObjDescription', title: '变更原因', minWidth: 100, showOverflow: 'tooltip', sortable: false },
{field: 'fld004693', title: '有效日期', minWidth: 100, showOverflow: 'tooltip', sortable: false }, {field: 'fld004693', title: '有效日期', minWidth: 100, showOverflow: 'tooltip', sortable: false },
{ field: '_System_CurrentStage', title: '_System_CurrentStage', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: '_System_CurrentStage', title: '当前状态', minWidth: 100, showOverflow: 'tooltip', sortable: false },
{ field: 'fld005294', title: '物料同步状态', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld005294', title: 'ECN同步状态', minWidth: 100, showOverflow: 'tooltip', sortable: false },
{ field: 'fld005293', title: '物料同步时间', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld005293', title: 'ECN同步时间', minWidth: 100, showOverflow: 'tooltip', sortable: false },
{ field: 'fld005292', title: '物料同步标识', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld005292', title: 'ECN同步标识', minWidth: 100, showOverflow: 'tooltip', sortable: false },
{ field: 'fld005295', title: '物料同步信息', minWidth: 100, showOverflow: 'tooltip', sortable: false }, { field: 'fld005295', title: 'ECN同步信息', minWidth: 100, showOverflow: 'tooltip', sortable: false },
{ title: '操作', fixed: 'right', width: 300, showOverflow: true, slots: { default: 'row_buttons' } }, { title: '操作', fixed: 'right', width: 300, showOverflow: true, slots: { default: 'row_buttons' } },
], ],