Browse Source

注释我的代办历史查看按钮

dev
long 2 years ago
parent
commit
6b5dbf7bf2
  1. 4
      src/views/activiti/todoManage.vue

4
src/views/activiti/todoManage.vue

@ -100,9 +100,9 @@
<a href="javascript:void(0);" @click="backTask(r)" style="color: orange">驳回</a> <a href="javascript:void(0);" @click="backTask(r)" style="color: orange">驳回</a>
<a-divider type="vertical" />--> <a-divider type="vertical" />-->
<a href="javascript:void(0);" @click="delegateTask(r)" style="color: #00A0E9">委托他人代办</a> <a href="javascript:void(0);" @click="delegateTask(r)" style="color: #00A0E9">委托他人代办</a>
<a-divider type="vertical" /> <!--<a-divider type="vertical" />-->
</span> </span>
<a href="javascript:void(0);" @click="history(r)" style="color: #217dbb">历史</a> <!--<a href="javascript:void(0);" @click="history(r)" style="color: #217dbb">历史</a>-->
</template> </template>
</a-table-column> </a-table-column>
</a-table> </a-table>

Loading…
Cancel
Save