Browse Source

注释挂起

dev
long 2 years ago
parent
commit
b4ee3cf38d
  1. 4
      src/views/activiti/processInsManage.vue

4
src/views/activiti/processInsManage.vue

@ -95,10 +95,10 @@
<a href="javascript:void(0);" style="color: green;" @click="editStatus(1,r)" >激活</a>
<a-divider type="vertical" />
</template>
<template v-else>
<!-- <template v-else>
<a href="javascript:void(0);" style="color: orange;" @click="editStatus(0,r)" >挂起</a>
<a-divider type="vertical" />
</template>
</template>-->
<!--<a href="javascript:void(0);" style="color: blue;" @click="history(r)" >审批详情</a>
<a-divider type="vertical" />-->
<a href="javascript:void(0);" style="color: #999;" @click="detail(r)" >流程数据</a>

Loading…
Cancel
Save