From 6f262b8f230d924ddfb9281f0e8dde7a43cadbd0 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 15 Jun 2025 17:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/purchase/goodsBind/component/bindTools.vue | 6 +++--- src/views/system/user/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/material/purchase/goodsBind/component/bindTools.vue b/src/views/material/purchase/goodsBind/component/bindTools.vue index 987f8bb3..a8aec5cb 100644 --- a/src/views/material/purchase/goodsBind/component/bindTools.vue +++ b/src/views/material/purchase/goodsBind/component/bindTools.vue @@ -201,12 +201,12 @@ 查询 - + - + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 520ab763..06658083 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -84,7 +84,7 @@ - + @@ -404,7 +404,7 @@ export default { }, // 列信息 columns: [ - { key: 0, label: `用户编号`, visible: true }, + { key: 0, label: `序号`, visible: true }, { key: 1, label: `登录名`, visible: true }, { key: 2, label: `用户昵称`, visible: true }, { key: 3, label: `部门`, visible: true },