长者标签去除按钮多余的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">
|
||||
长者标签库
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
<a-row style="width: 100%;">
|
||||
<a-col :span="3" style="display: flex; align-items: center;">
|
||||
<span style="font-weight: bold;font-size: 16px;">镜像码:<span style="color: #1890FF;">{{ syncCode
|
||||
}}</span></span>
|
||||
}}</span></span>
|
||||
</a-col>
|
||||
<a-col :span="3" style="display: flex; align-items: center; justify-content: flex-end;">
|
||||
<a-button @click="copySyncCodeFunc()" type="primary" style="margin-right: 8px;">复制</a-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue