调整组织换届的布局

This commit is contained in:
aixianling
2022-10-28 16:32:02 +08:00
parent 3284aaca02
commit e0b7c76b9a
2 changed files with 25 additions and 50 deletions

View File

@@ -2,7 +2,7 @@
<section class="history">
<ai-search-bar>
<template #left>
<el-button type="primary" icon="iconfont iconEdit" v-if="hasConfig" @click="$router.push({hash:'#makeup',query:{oid}})">补录</el-button>
<el-button type="primary" icon="iconfont iconEdit" @click="$router.push({hash:'#makeup',query:{oid}})">补录</el-button>
</template>
<template #right>
<el-input size="small" placeholder="请输入届次" v-model="search.name" clearable
@@ -28,9 +28,6 @@ export default {
instance: {},
dict: {}
},
props: {
hasConfig: Boolean
},
data() {
return {
search: {