flat: 暂存

This commit is contained in:
Apcallover
2024-02-27 17:53:09 +08:00
parent a0ed079a9b
commit 29d8631015
8 changed files with 105 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-drawer title="招聘情况" :visible.sync="visible" size="60%" append-to-body>
<el-drawer title="报名详情" :visible.sync="visible" size="60%" append-to-body>
<avue-crud
:option="option"
:table-loading="loading"
@@ -63,7 +63,7 @@ export default {
label: "姓名",
prop: "realName",
search: true,
searchSpan: 4,
searchSpan: 7,
searchLabelWidth: 50,
display: false,
},
@@ -72,12 +72,12 @@ export default {
prop: "cardNumber",
search: true,
display: false,
searchLabelWidth: 86,
searchLabelWidth: 100,
searchSpan: 7,
},
{
type: "select",
label: "招聘情况",
label: "报名详情",
prop: "status",
display: false,
search: true,