Преглед на файлове

已办事项-隐藏优先级,耗时列

jbb преди 2 години
родител
ревизия
3b46352e22
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/views/activiti/doneManage.vue

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

@@ -70,7 +70,7 @@
               <span> {{ t }} </span>
             </template>
           </a-table-column>
-          <a-table-column
+          <!-- <a-table-column
             title="优先级"
             dataIndex="priority"
             :width="80"
@@ -84,7 +84,7 @@
               <span v-else-if="t == 2" style="color: red;"> 紧急 </span>
               <span v-else style="color: #999;"> 无 </span>
             </template>
-          </a-table-column>
+          </a-table-column> -->
 
           <!-- 审批操作 -->
           <a-table-column title="审批操作" dataIndex="deleteReason" :width="100" align="center">
@@ -102,7 +102,7 @@
               <j-ellipsis :value="t" :length="6" />
             </template>
           </a-table-column>
-          <a-table-column
+          <!-- <a-table-column
             title="耗时"
             dataIndex="duration"
             :width="60"
@@ -113,7 +113,7 @@
             <template slot-scope="t">
               <span> {{ millsToTime(t) }} </span>
             </template>
-          </a-table-column>
+          </a-table-column> -->
           <a-table-column title="创建时间" dataIndex="createTime" :width="130" align="center">
             <template slot-scope="t">
               <span> {{ t }} </span>