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