长者标签去除按钮多余的v-show
This commit is contained in:
parent
d0bf5fa317
commit
d8e9bbbe3b
|
|
@ -43,7 +43,7 @@
|
|||
<template #tableTitle>
|
||||
<a-button type="primary" v-auth="'eldertag:nu_elder_tag:add'" @click="handleAdd"
|
||||
preIcon="ant-design:plus-outlined"> 新增</a-button>
|
||||
<a-button type="primary" @click="directiveSyncCodeMangeFunc" v-show="!!ownOrgCode"
|
||||
<a-button type="primary" @click="directiveSyncCodeMangeFunc"
|
||||
preIcon="ant-design:setting-outlined">镜像码管理</a-button>
|
||||
<a-button type="primary" @click="handleElderTagMainOpen" preIcon="ant-design:profile-outlined">
|
||||
长者标签库
|
||||
|
|
|
|||
Loading…
Reference in New Issue