Ver código fonte

代办列表去掉办理选项

fenghaifu 2 anos atrás
pai
commit
6949806c1f
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      src/views/activiti/todoManage.vue

+ 3 - 2
src/views/activiti/todoManage.vue

@@ -105,8 +105,9 @@
             </a-table-column>
             <a-table-column title="操作" dataIndex="" align="center">
               <template slot-scope="t, r, i">
-                <a href="javascript:void(0);" @click="detail(r)">表单数据</a>
+                <a href="javascript:void(0);" @click="detail(r)">审批</a>
                 <a-divider type="vertical" />
+                <!--
                 <span
                   v-if="Boolean(r.isSuspended)"
                   style="cursor: no-drop;color: #999999;"
@@ -123,7 +124,7 @@
                   <a-divider type="vertical" />
                   <a href="javascript:void(0);" @click="delegateTask(r)" style="color: #00A0E9">委托</a>
                   <a-divider type="vertical" />
-                </span>
+                </span>-->
                 <a href="javascript:void(0);" @click="history(r)" style="color: gray">审批历史</a>
               </template>
             </a-table-column>