mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 10:35:07 +08:00
fix: todo
This commit is contained in:
@ -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