flat: 样式优化
This commit is contained in:
@@ -29,6 +29,28 @@
|
||||
clearable
|
||||
></el-input>
|
||||
</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 :span="24">
|
||||
<!-- <el-form-item>
|
||||
@@ -61,16 +83,7 @@
|
||||
></el-option>
|
||||
</el-select>
|
||||
</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-select v-model="query.dataSources">
|
||||
<el-option
|
||||
@@ -81,18 +94,7 @@
|
||||
></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-form>
|
||||
<!--搜索-->
|
||||
@@ -328,7 +330,7 @@ export default {
|
||||
prop: "reviewState",
|
||||
dicData: recruitStatus,
|
||||
display: false,
|
||||
span: 24,
|
||||
span: 6,
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user