Browse Source

待办事项-业务信息隐藏

jbb 1 year ago
parent
commit
6e890d8109
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/activiti/todoManage.vue

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

@@ -56,11 +56,11 @@
                 <span> {{ t }} </span>
               </template>
             </a-table-column>
-            <a-table-column title="业务信息" dataIndex="description" width="8%" align="center">
+            <!-- <a-table-column title="业务信息" dataIndex="description" width="8%" align="center">
               <template slot-scope="t">
                 <span> {{ t }} </span>
               </template>
-            </a-table-column>
+            </a-table-column> -->
             <a-table-column title="委托代办人" dataIndex="owner" align="center" width="8%">
               <template slot-scope="t">
                 <span> {{ t }} </span>