工作流文字显示错误

This commit is contained in:
gexinzhineng/gxzn27 2023-04-04 09:54:37 +08:00
parent a5fedfe15b
commit 561b617ca4
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
title="委派"
@click="handleDelegate(item)"
/>
<XButton pre-icon="ep:back" type="warning" title="委派" @click="handleBack(item)" />
<XButton pre-icon="ep:back" type="warning" title="退回" @click="handleBack(item)" />
</div>
</el-col>
</el-card>

View File

@ -46,7 +46,7 @@
<Icon icon="ep:position" /> 委派
</el-button>
<el-button type="warning" @click="handleBack(item)">
<Icon icon="ep:back" /> 退
<Icon icon="ep:back" /> 退
</el-button>
</div>
</el-col>