讲师管理bug

This commit is contained in:
zhangsir
2024-12-02 14:46:01 +08:00
parent 694f9d22da
commit 1ffe96bc90
14 changed files with 255 additions and 45 deletions

View File

@@ -137,12 +137,18 @@ const columns = [
dataIndex: 'tlevelName',
key: 'tlevelName',
align: 'center',
customRender: ({ text })=>{
return text||'-'
}
},
{
title: '发薪地',
dataIndex: 'payrollPlace',
key: 'payrollPlace',
align: 'center',
customRender: ({ text })=>{
return text||'-'
}
},
{
@@ -193,12 +199,18 @@ const columns = [
dataIndex: 'studys',
key: 'studys',
align: 'center',
customRender: ({ text })=>{
return text||'0'
}
},
{
title: '评分',
dataIndex: 'score',
key: 'score',
align: 'center',
customRender: ({ text })=>{
return text||'-'
}
},
{
title: '课酬基准',