mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 01:36:47 +08:00
bug
This commit is contained in:
@@ -3054,16 +3054,7 @@ export default defineComponent({
|
||||
dataIndex: "signstatus",
|
||||
key: "7",
|
||||
align: "center",
|
||||
customRender: ({ record }) => {
|
||||
switch (String(record.signStatus)) {
|
||||
case "0":
|
||||
return "未签到";
|
||||
case "1":
|
||||
return "已签到";
|
||||
case "2":
|
||||
return "请假";
|
||||
}
|
||||
},
|
||||
customRender: ({ record }) => record.signStatus?'已签到':'未签到',
|
||||
},
|
||||
{
|
||||
title: "评估状态",
|
||||
|
||||
Reference in New Issue
Block a user