소스 검색

页面调整

shenji 2 년 전
부모
커밋
c9a5728acb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>