Kaynağa Gözat

页面调整

shenji 2 yıl önce
ebeveyn
işleme
c9a5728acb
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/activiti/historicDetail.vue

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

@@ -43,7 +43,7 @@
               <span>{{t}}</span>
             </template>
           </a-table-column>
-          <a-table-column title="耗时" dataIndex="duration"  width="150" align="center">
+          <!-- <a-table-column title="耗时" dataIndex="duration"  width="150" align="center">
             <template slot-scope="t">
               <span>{{millsToTime(t)}}</span>
             </template>
@@ -52,7 +52,7 @@
             <template slot-scope="t">
               <span>{{t}}</span>
             </template>
-          </a-table-column>
+          </a-table-column> -->
           <a-table-column title="完成时间" dataIndex="endTime"  width="150" align="center">
             <template slot-scope="t">
               <span>{{t}}</span>