讲师管理bug

This commit is contained in:
zhangsir
2024-12-14 14:22:32 +08:00
parent 52fd9f768d
commit ee6cadfc66
3 changed files with 32 additions and 3 deletions

View File

@@ -165,6 +165,8 @@ export default{
if(val){
const id = props.id
TeacherSystem(id)
}else{
state.formParam = {}
}
})
const isOrgNames = (val) => {
@@ -233,7 +235,7 @@ export default{
customRender: (value) => {
return (
<div>
{dayjs(value.record?.teachingDate).format("YYYY-MM-DD HH:mm")}
{value.record?.teachingDate?dayjs(value.record?.teachingDate).format("YYYY-MM-DD HH:mm"):'-'}
</div>
);
},