BUG 31140
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<template>
|
||||
<section class="history">
|
||||
|
||||
<ai-search-bar>
|
||||
<template #left>
|
||||
<el-button type="primary" icon="iconfont iconEdit" @click="$router.push({hash:'#makeup',query:{oid}})">补录</el-button>
|
||||
<el-button type="primary" icon="iconfont iconEdit" v-if="hasConfig" @click="$router.push({hash:'#makeup',query:{oid}})">补录</el-button>
|
||||
</template>
|
||||
<template #right>
|
||||
<el-input size="small" placeholder="请输入届次" v-model="search.name" clearable
|
||||
@@ -29,6 +28,9 @@ export default {
|
||||
instance: {},
|
||||
dict: {}
|
||||
},
|
||||
props: {
|
||||
hasConfig: Boolean
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
search: {
|
||||
|
||||
Reference in New Issue
Block a user