mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
fix: todo
This commit is contained in:
@ -28,7 +28,6 @@
|
||||
<XButton preIcon="ep:refresh-right" :title="t('common.reset')" @click="resetQuery()" />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<!-- TODO 星语:【暗黑模式】选中后,样式有点不太好看 -->
|
||||
<vxe-table
|
||||
ref="xTable"
|
||||
:data="dbTableList"
|
||||
|
@ -91,5 +91,4 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
}
|
||||
]
|
||||
})
|
||||
// TODO 星语:“创建时间”的筛选,超过 table 的边框
|
||||
export const { allSchemas } = useVxeCrudSchemas(crudSchemas)
|
||||
|
@ -54,8 +54,7 @@
|
||||
@click="exportList('用户数据.xls')"
|
||||
/>
|
||||
</template>
|
||||
<!-- TODO @星语:貌似没生效? -->
|
||||
<template #status="{ row }">
|
||||
<template #status_default="{ row }">
|
||||
<el-switch
|
||||
v-model="row.status"
|
||||
:active-value="0"
|
||||
|
@ -70,7 +70,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
field: 'status',
|
||||
dictType: DICT_TYPE.COMMON_STATUS,
|
||||
dictClass: 'number',
|
||||
isSearch: true
|
||||
isSearch: true,
|
||||
table: {
|
||||
slots: {
|
||||
default: 'status_default'
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '最后登录时间',
|
||||
|
Reference in New Issue
Block a user