@@ -5,8 +5,8 @@ | |||
<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-eo3RznfX.js"></script> | |||
<link rel="stylesheet" crossorigin href="/assets/index-l3jmFWdP.css"> | |||
<script type="module" crossorigin src="/assets/index-CXI1x4Wq.js"></script> | |||
<link rel="stylesheet" crossorigin href="/assets/index-T0OdbSEw.css"> | |||
</head> | |||
<body> | |||
<div id="app"></div> |
@@ -12,7 +12,8 @@ export const cols = <ColType.type[]>[ | |||
}, | |||
{ | |||
title: '点击次数', | |||
dataIndex: 'click_count',width: 100 | |||
dataIndex: 'click_count', | |||
width: 100 | |||
}, | |||
{ | |||
title: '状态', |
@@ -6,7 +6,7 @@ | |||
<div class="steps-content"> | |||
<div v-show="current == 0"> | |||
<a-row gutter="20"> | |||
<!-- <a-col span="24"> | |||
<a-col span="24"> | |||
<a-form-item label="职位状态" name="status"> | |||
<a-radio-group v-model:value="createForm.status" button-style="solid"> | |||
<a-radio-button :value="1">发布中</a-radio-button> | |||
@@ -17,7 +17,7 @@ | |||
<a-radio-button :value="6">已过期</a-radio-button> | |||
</a-radio-group> | |||
</a-form-item> | |||
</a-col> --> | |||
</a-col> | |||
<a-col span="12"> | |||
<a-form-item required label="到期日期"> | |||
<a-date-picker v-model:value="addOtherForm.daoqi_date" @Change="disabledDateChange" |