Browse Source

deploy

master
Soleilw 1 year ago
parent
commit
d6491c7db1
3 changed files with 10 additions and 3 deletions
  1. 1
    1
      dist/assets/index-CvYv5waM.js
  2. 1
    1
      dist/index.html
  3. 8
    1
      src/views/jobFair/list/columns/index.ts

dist/assets/index-CvYv5waM.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/index.html View File

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

+ 8
- 1
src/views/jobFair/list/columns/index.ts View File

export const cols = <ColType.type[]>[ export const cols = <ColType.type[]>[
{ {
title: '招聘会名称', title: '招聘会名称',
dataIndex: 'title'
dataIndex: 'title',
width: 300
}, { }, {
title: '地点', title: '地点',
dataIndex: 'address' dataIndex: 'address'
}, { }, {
title: '开始时间', title: '开始时间',
dataIndex: 'open_date' dataIndex: 'open_date'
}, {
title: '参与的企业总数',
dataIndex: 'join_count'
}, { }, {
title: '已审核企业总数',
dataIndex: 'audit_count'
},{
title: '开通状态', title: '开通状态',
dataIndex: 'status', dataIndex: 'status',
slots: { customRender: 'status' }, slots: { customRender: 'status' },

Loading…
Cancel
Save