mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 修改 GuardMemberModel 中的 guardUid 为 guardOUId,并更新表格列定义;在 PointGoodsView 中添加条件渲染的分隔线
This commit is contained in:
@@ -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<GuardMemberModel> = [
|
||||
{
|
||||
title: 'UID',
|
||||
key: 'guardUid',
|
||||
width: 100,
|
||||
title: 'OUID',
|
||||
key: 'guardOUId',
|
||||
width: 250,
|
||||
ellipsis: {
|
||||
tooltip: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '用户名',
|
||||
|
||||
Reference in New Issue
Block a user