Soleilw 1 rok temu
rodzic
commit
ebb3062cbc
3 zmienionych plików z 158 dodań i 144 usunięć
  1. 134
    134
      dist/assets/index-ChJPACeM.js
  2. 1
    1
      dist/index.html
  3. 23
    9
      src/views/jobFair/list/columns/index.ts

dist/assets/index-ChJPACeM.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 1
dist/index.html Wyświetl plik

@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>菊城人才市场后台管理</title>
<script type="module" crossorigin src="/assets/index-feoHyXCg.js"></script>
<script type="module" crossorigin src="/assets/index-ChJPACeM.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css">
</head>
<body>

+ 23
- 9
src/views/jobFair/list/columns/index.ts Wyświetl plik

@@ -5,24 +5,38 @@ export const cols = <ColType.type[]>[
width: 300
}, {
title: '地点',
dataIndex: 'address'
dataIndex: 'address',
width: 200
}, {
title: '开始时间',
dataIndex: 'open_date'
}, {
title: '参与的企业总数',
dataIndex: 'join_count'
dataIndex: 'open_date',
width: 200
}, {
title: '已审核企业总数',
dataIndex: 'audit_count'
},{
title: '开通状态',
dataIndex: 'status',
slots: { customRender: 'status' },
width: 200
}, {
title: '参与的企业总数',
dataIndex: 'join_count',
width: 200
}, {
title: '已审核企业总数',
dataIndex: 'audit_count',
width: 200
}, {
title: '参与职位数',
dataIndex: 'job_count',
width: 200
}, {
title: '需求人数',
dataIndex: 'recruiting_num',
width: 200
}, {
title: '操作',
dataIndex: 'operation',
slots: { customRender: 'operation' },
width: 400
width: 400,
fixed: 'right',
}
];

Ładowanie…
Anuluj
Zapisz