bl-common-vue3 3.8.79 → 3.8.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -793,10 +793,12 @@
|
|
|
793
793
|
v-if="ApprovalProcessSettings && approvalList.length > 0"
|
|
794
794
|
key="Approval_process"
|
|
795
795
|
@click.stop="handleApprovalProcess">
|
|
796
|
-
<
|
|
797
|
-
<
|
|
796
|
+
<a-button type="text">
|
|
797
|
+
<template #icon>
|
|
798
|
+
<bl-icon type="shenpiliucheng" />
|
|
799
|
+
</template>
|
|
798
800
|
{{ t("CustomTable.index.909124-0") }}
|
|
799
|
-
</
|
|
801
|
+
</a-button>
|
|
800
802
|
</a-menu-item>
|
|
801
803
|
|
|
802
804
|
<a-menu-item
|