flat: 暂存
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
v-model="query.time"
|
||||
></YearRange>
|
||||
</el-form-item>
|
||||
<div class="searchBtn">
|
||||
<el-form-item>
|
||||
<el-button
|
||||
type="primary"
|
||||
size="small"
|
||||
@@ -55,7 +55,7 @@
|
||||
>清 空
|
||||
</el-button
|
||||
>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<avue-crud
|
||||
@@ -120,6 +120,8 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
option() {
|
||||
const type = this.query.type
|
||||
const labelName = type === 0 ? '岗位名称' : type === 1 ? '行业名称' : '时间'
|
||||
return {
|
||||
height: "auto",
|
||||
tip: false,
|
||||
@@ -141,15 +143,15 @@ export default {
|
||||
align: 'center',
|
||||
column: [
|
||||
{
|
||||
label: "名称",
|
||||
label: labelName,
|
||||
prop: "name",
|
||||
},
|
||||
{
|
||||
label: "零工人数",
|
||||
label: "申请人数",
|
||||
prop: "workerCount",
|
||||
},
|
||||
{
|
||||
label: "零工岗位人数",
|
||||
label: "需求人数",
|
||||
prop: "workCount",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
v-model="query.time"
|
||||
></YearRange>
|
||||
</el-form-item>
|
||||
<div class="searchBtn">
|
||||
<el-form-item>
|
||||
<el-button
|
||||
type="primary"
|
||||
size="small"
|
||||
@@ -55,7 +55,7 @@
|
||||
>清 空
|
||||
</el-button
|
||||
>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<avue-crud
|
||||
@@ -120,6 +120,8 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
option() {
|
||||
const type = this.query.type
|
||||
const labelName = type === 0 ? '岗位名称' : type === 1 ? '行业名称' : '时间'
|
||||
return {
|
||||
height: "auto",
|
||||
tip: false,
|
||||
@@ -141,15 +143,15 @@ export default {
|
||||
align: 'center',
|
||||
column: [
|
||||
{
|
||||
label: "名称",
|
||||
label: labelName,
|
||||
prop: "name",
|
||||
},
|
||||
{
|
||||
label: "零工人数",
|
||||
label: "申请人数",
|
||||
prop: "workerCount",
|
||||
},
|
||||
{
|
||||
label: "零工岗位人数",
|
||||
label: "需求人数",
|
||||
prop: "workCount",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user