优化aitable
This commit is contained in:
@@ -856,7 +856,7 @@ export default {
|
||||
prop: "starTime",
|
||||
label: "评定时间",
|
||||
align: "center",
|
||||
formart: (v) => (v ? v.split(" ")[0] : "-"),
|
||||
format: (v) => (v ? v.split(" ")[0] : "-"),
|
||||
},
|
||||
{slot: "level"},
|
||||
],
|
||||
@@ -870,7 +870,7 @@ export default {
|
||||
prop: "starTime",
|
||||
label: "时间",
|
||||
align: "center",
|
||||
formart: (v) => (v ? v.split(" ")[0] : "-"),
|
||||
format: (v) => (v ? v.split(" ")[0] : "-"),
|
||||
},
|
||||
{prop: "disciplinaryInfo", label: "违纪原因", align: "center"},
|
||||
{prop: "result", label: "处理结果", align: "center"},
|
||||
|
||||
Reference in New Issue
Block a user