长者标签错别字修改
This commit is contained in:
parent
d5a9c9087a
commit
65db2c90e6
|
@ -64,7 +64,7 @@
|
|||
</template>
|
||||
</a-drawer>
|
||||
<!-- 标准指令库 -->
|
||||
<a-drawer v-model:visible="elderTagMainVisible" title="标准指令库" width="85vw" :footer-style="{ textAlign: 'right' }"
|
||||
<a-drawer v-model:visible="elderTagMainVisible" title="标准标签库" width="85vw" :footer-style="{ textAlign: 'right' }"
|
||||
:bodyStyle="{ height: '70vh', display: 'flex', flexDirection: 'column', overflow: 'auto' }"
|
||||
wrapClassName="org-list-modal" @cancel="handleCancelelderTagMain">
|
||||
<template #footer>
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
</div>
|
||||
<a-card class="right">
|
||||
<div class="zljx-platform">
|
||||
<span class="section-title">指令镜像</span>
|
||||
<span class="section-title">标签镜像</span>
|
||||
<div class="directive-choose-wrapper">
|
||||
<ElderTagChooseCom v-show="!!orgInfo.length" ref="elderTagChooseRef" :targetChooseType="targetChooseType"
|
||||
:targetOrgs="selectedTargetOrgs">
|
||||
|
|
Loading…
Reference in New Issue