From ec60b1134b81acb787d1b5b112ffe12e16b24fd0 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 5 Mar 2026 14:34:33 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-05=20=E7=94=A8=E6=88=B7=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=89=93=E5=8D=B0=E6=9C=BA=E8=AE=BE=E7=BD=AE=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=96=B0=E5=A2=9E=E5=92=8C=E6=9B=B4=E6=96=B0=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E3=80=81=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../labelSetting/label_setting_printer.vue | 70 ++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/src/views/modules/labelSetting/label_setting_printer.vue b/src/views/modules/labelSetting/label_setting_printer.vue index 1e8f92d..d4131ac 100644 --- a/src/views/modules/labelSetting/label_setting_printer.vue +++ b/src/views/modules/labelSetting/label_setting_printer.vue @@ -222,7 +222,7 @@ export default { sortLv: 0, status: true, fixed: '' - }, { + }, { userId: this.$store.state.user.name, functionId: 100008004, serialNumber: '100008004LabelIpAddress', @@ -239,6 +239,74 @@ export default { sortLv: 0, status: true, fixed: '' + }, { + userId: this.$store.state.user.name, + functionId: 100008004, + serialNumber: '100008004LabelCreateBy', + tableId: '100008004Label', + tableName: '标签打印机列表', + columnProp: 'createBy', + headerAlign: 'center', + align: 'left', + columnLabel: '新增人', + columnWidth: 100, + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '' + }, { + userId: this.$store.state.user.name, + functionId: 100008004, + serialNumber: '100008004LabelCreateDate', + tableId: '100008004Label', + tableName: '标签打印机列表', + columnProp: 'createDate', + headerAlign: 'center', + align: 'center', + columnLabel: '新增时间', + columnWidth: 160, + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '' + }, { + userId: this.$store.state.user.name, + functionId: 100008004, + serialNumber: '100008004LabelUpdateBy', + tableId: '100008004Label', + tableName: '标签打印机列表', + columnProp: 'updateBy', + headerAlign: 'center', + align: 'left', + columnLabel: '修改人', + columnWidth: 100, + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '' + }, { + userId: this.$store.state.user.name, + functionId: 100008004, + serialNumber: '100008004LabelUpdateDate', + tableId: '100008004Label', + tableName: '标签打印机列表', + columnProp: 'updateDate', + headerAlign: 'center', + align: 'center', + columnLabel: '修改时间', + columnWidth: 160, + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '' }, ], queryTable: {