style(项目管理): 工作流文案修改
--bug=1038586 --user=宋天阳 【项目管理】-模版管理-缺陷模版-工作流设置提示优化 https://www.tapd.cn/55049933/s/1495067
This commit is contained in:
parent
6db623ca7c
commit
5ca174d2af
|
@ -26,13 +26,6 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</a-popover>
|
</a-popover>
|
||||||
<a-tooltip :content="t('system.orgTemplate.workFlowTip')">
|
|
||||||
<icon-exclamation-circle class="text-[var(--color-text-4)] hover:text-[rgb(var(--primary-5))]" />
|
|
||||||
<template #content>
|
|
||||||
<div class="whitespace-nowrap">{{ t('system.orgTemplate.workFlowToolTip') }}</div>
|
|
||||||
<div>{{ t('system.orgTemplate.workFlowToolTipHover') }}</div>
|
|
||||||
</template>
|
|
||||||
</a-tooltip>
|
|
||||||
</div>
|
</div>
|
||||||
<a-table
|
<a-table
|
||||||
:columns="workFlowColumns"
|
:columns="workFlowColumns"
|
||||||
|
@ -144,7 +137,7 @@
|
||||||
<div class="mt-4 flex items-center text-[var(--color-text-4)]">
|
<div class="mt-4 flex items-center text-[var(--color-text-4)]">
|
||||||
<span>tips: </span>
|
<span>tips: </span>
|
||||||
<MsIcon type="icon-icon_drag" class="mx-4 text-[16px] text-[var(--color-text-4)]" />
|
<MsIcon type="icon-icon_drag" class="mx-4 text-[16px] text-[var(--color-text-4)]" />
|
||||||
<span>{{ t('system.orgTemplate.anyStateToAll') }}</span>
|
<span>{{ t('system.orgTemplate.iconTip') }}</span>
|
||||||
<a-popover title="" position="right">
|
<a-popover title="" position="right">
|
||||||
<MsButton class="!mr-0 ml-2">{{ t('system.orgTemplate.example') }}</MsButton>
|
<MsButton class="!mr-0 ml-2">{{ t('system.orgTemplate.example') }}</MsButton>
|
||||||
<template #content>
|
<template #content>
|
||||||
|
|
Loading…
Reference in New Issue