Explorar el Código

取消待办事项中的通过

jbb hace 2 años
padre
commit
4292850bf8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/activiti/todoManage.vue

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

@@ -105,8 +105,8 @@
             </a-table-column>
             <a-table-column title="操作" dataIndex="" align="center">
               <template slot-scope="t, r, i">
-                <a href="javascript:void(0);" @click="passTask(r)" style="color: green">通过</a>
-                <a-divider type="vertical" />
+                <!-- <a href="javascript:void(0);" @click="passTask(r)" style="color: green">通过</a>
+                <a-divider type="vertical" /> -->
                 <a href="javascript:void(0);" @click="detail(r)">审批</a>
                 <a-divider type="vertical" />
                 <!--