This commit is contained in:
Apcallover
2024-04-02 15:04:05 +08:00
8 changed files with 125 additions and 70 deletions

View File

@@ -54,23 +54,41 @@ export default {
options() {
return {
...baseOptions,
column: [{
column: [
{
label: '机构名称',
prop: 'name',
search:true,
},{
},
{
label: '岗位总数',
prop: 'data1',
},
{
label: '发布岗位数',
prop: 'count',
},{
label: '推送数',
prop: 'serveCount',
},{
label: '服务成功次数',
prop: 'successCount',
},{
label: '跟踪服务次数',
prop: 'traceCount'
},{
prop: 'data2',
},
{
label: '招聘中岗位数',
prop: 'data3',
},
{
label: '关闭岗位数',
prop: 'data4'
},
{
label: '待审核岗位数',
prop: 'data5'
},
{
label: '审核通过岗位数',
prop: 'data6'
},
{
label: '推送成功岗位数',
prop: 'data7'
},
{
label: '日期',
prop: 'date',
hide: true,