flat: 样式优化
This commit is contained in:
@@ -29,6 +29,28 @@
|
|||||||
clearable
|
clearable
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item label="审核状态:">
|
||||||
|
<el-select v-model="query.reviewState">
|
||||||
|
<el-option
|
||||||
|
v-for="(item, index) in recruitStatus"
|
||||||
|
:key="index"
|
||||||
|
:label="item.label"
|
||||||
|
:value="item.value"
|
||||||
|
></el-option>
|
||||||
|
</el-select>
|
||||||
|
</el-form-item>
|
||||||
|
<div class="searchBtn">
|
||||||
|
<el-button
|
||||||
|
type="primary"
|
||||||
|
size="small"
|
||||||
|
icon="el-icon-search"
|
||||||
|
@click="searchChange1"
|
||||||
|
>搜 索</el-button
|
||||||
|
>
|
||||||
|
<el-button size="small" icon="el-icon-delete" @click="searchReset1"
|
||||||
|
>清 空</el-button
|
||||||
|
>
|
||||||
|
</div>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row :span="24">
|
<el-row :span="24">
|
||||||
<!-- <el-form-item>
|
<!-- <el-form-item>
|
||||||
@@ -61,16 +83,7 @@
|
|||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item> -->
|
</el-form-item> -->
|
||||||
<el-form-item label="审核状态:">
|
|
||||||
<el-select v-model="query.reviewState">
|
|
||||||
<el-option
|
|
||||||
v-for="(item, index) in recruitStatus"
|
|
||||||
:key="index"
|
|
||||||
:label="item.label"
|
|
||||||
:value="item.value"
|
|
||||||
></el-option>
|
|
||||||
</el-select>
|
|
||||||
</el-form-item>
|
|
||||||
<!-- <el-form-item label="数据来源:">
|
<!-- <el-form-item label="数据来源:">
|
||||||
<el-select v-model="query.dataSources">
|
<el-select v-model="query.dataSources">
|
||||||
<el-option
|
<el-option
|
||||||
@@ -81,18 +94,7 @@
|
|||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item> -->
|
</el-form-item> -->
|
||||||
<div class="searchBtn">
|
|
||||||
<el-button
|
|
||||||
type="primary"
|
|
||||||
size="small"
|
|
||||||
icon="el-icon-search"
|
|
||||||
@click="searchChange1"
|
|
||||||
>搜 索</el-button
|
|
||||||
>
|
|
||||||
<el-button size="small" icon="el-icon-delete" @click="searchReset1"
|
|
||||||
>清 空</el-button
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
<!--搜索-->
|
<!--搜索-->
|
||||||
@@ -328,7 +330,7 @@ export default {
|
|||||||
prop: "reviewState",
|
prop: "reviewState",
|
||||||
dicData: recruitStatus,
|
dicData: recruitStatus,
|
||||||
display: false,
|
display: false,
|
||||||
span: 24,
|
span: 6,
|
||||||
width: 80,
|
width: 80,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user