Ver código fonte

已办信息-业务信息字段隐藏/删除按钮隐藏

jbb 2 anos atrás
pai
commit
8f1dbc1605
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      src/views/activiti/doneManage.vue

+ 4 - 4
src/views/activiti/doneManage.vue

@@ -55,11 +55,11 @@
               <span> {{ t }} </span>
             </template>
           </a-table-column>
-          <a-table-column title="业务信息" dataIndex="description" :width="100" align="center">
+          <!-- <a-table-column title="业务信息" dataIndex="description" :width="100" align="center">
             <template slot-scope="t, r, i">
               <span> {{ t }} </span>
             </template>
-          </a-table-column>
+          </a-table-column> -->
           <a-table-column title="委托代办人" dataIndex="owner" :width="100" align="center">
             <template slot-scope="t, r, i">
               <span> {{ t }} </span>
@@ -125,9 +125,9 @@
               <a-divider type="vertical" />
               <a href="javascript:void(0);" @click="history(r)" style="color:gray">审批历史</a>
               <a-divider type="vertical" />
-              <a-popconfirm title="确定删除吗?" @confirm="() => remove(r)">
+              <!-- <a-popconfirm title="确定删除吗?" @confirm="() => remove(r)">
                 <a style="color: red;">删除</a>
-              </a-popconfirm>
+              </a-popconfirm> -->
             </template>
           </a-table-column>
         </a-table>