From 5959baf2e89d761a7d04bc2abad3c4eb6f6114e6 Mon Sep 17 00:00:00 2001 From: Megghy Date: Wed, 8 Oct 2025 02:31:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20GuardMemberModel?= =?UTF-8?q?=20=E4=B8=AD=E7=9A=84=20guardUid=20=E4=B8=BA=20guardOUId?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0=E8=A1=A8=E6=A0=BC=E5=88=97?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=EF=BC=9B=E5=9C=A8=20PointGoodsView=20?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=9D=A1=E4=BB=B6=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E7=9A=84=E5=88=86=E9=9A=94=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/HistoryView.vue | 11 +++++++---- src/views/pointViews/PointGoodsView.vue | 2 ++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/manage/HistoryView.vue b/src/views/manage/HistoryView.vue index 7626cb5..1fd1897 100644 --- a/src/views/manage/HistoryView.vue +++ b/src/views/manage/HistoryView.vue @@ -64,7 +64,7 @@ interface HistoryUpstatRecordModel { } interface GuardMemberModel { - guardUid: number + guardOUId: string username: string guardLevel: string accompanyDays: number @@ -127,9 +127,12 @@ const guardPagination = computed(() => ({ // 舰长列表表格列定义 const guardColumns: DataTableColumns = [ { - title: 'UID', - key: 'guardUid', - width: 100, + title: 'OUID', + key: 'guardOUId', + width: 250, + ellipsis: { + tooltip: true, + }, }, { title: '用户名', diff --git a/src/views/pointViews/PointGoodsView.vue b/src/views/pointViews/PointGoodsView.vue index 40954cb..dc79c6b 100644 --- a/src/views/pointViews/PointGoodsView.vue +++ b/src/views/pointViews/PointGoodsView.vue @@ -553,6 +553,7 @@ onMounted(async () => { + { +