fix
This commit is contained in:
parent
6f9341f563
commit
5210cf3e25
|
|
@ -15,25 +15,6 @@
|
||||||
:search-loader="searchLoader"
|
:search-loader="searchLoader"
|
||||||
@update:selected="(value)=>{selected = value}"
|
@update:selected="(value)=>{selected = value}"
|
||||||
>
|
>
|
||||||
<template v-slot:table-top>
|
|
||||||
<div style="margin-bottom: 16px;">
|
|
||||||
<el-button
|
|
||||||
v-if="type === 'todo'"
|
|
||||||
type="primary"
|
|
||||||
@click="$refs.entlist.open()"
|
|
||||||
>
|
|
||||||
主体名单办理
|
|
||||||
</el-button>
|
|
||||||
<el-button
|
|
||||||
v-if="type === 'todo'"
|
|
||||||
style="background: #48B86E;"
|
|
||||||
type="primary"
|
|
||||||
@click="templateDialog = true"
|
|
||||||
>
|
|
||||||
批量导入办理
|
|
||||||
</el-button>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<template v-slot:bus-status="{ row, field, formatter }">
|
<template v-slot:bus-status="{ row, field, formatter }">
|
||||||
<span
|
<span
|
||||||
:class="{
|
:class="{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue