Commit 3aaa800d by Joey

fix(@gms/gms-plugin-billexpand): 审批轨迹驳回图标

parent 058f4fe7
......@@ -34,7 +34,7 @@
<!-- 提交 -->
<use v-else-if="step.result == -1" xlink:href="#icon-a-24_BILLEXPAND_C_RBC_shenpitijiao"></use>
<!-- 驳回 -->
<use v-else-if="isRejectStep(step)" xlink:href="#icon-_tijiao"></use>
<use v-else-if="isRejectStep(step)" xlink:href="#icon-a-24_BILLEXPAND_C_RBC_shenpibohui"></use>
<!-- 末端节点 -->
<use v-else-if="step.result == -2" xlink:href="#icon-a-24_BILLEXPAND_C_RBC_moduanjiedian"></use>
</svg>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment