소스 검색

LY 专项培训 年度培训

ly 3 년 전
부모
커밋
5099017824
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ui/src/views/training/spec/plan/index.vue

+ 1 - 1
ui/src/views/training/spec/plan/index.vue

@@ -126,7 +126,7 @@
           <span>{{ parseTime(scope.row.endDate, '{y}-{m}-{d}') }}</span>
         </template>
       </el-table-column>
-      <el-table-column label="实际完成培训日期" width="90" align="center"   prop="dateOfCompletion">
+      <el-table-column label="实际完成培训日期" width="105" align="center"   prop="dateOfCompletion">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.dateOfCompletion, '{y}-{m}-{d}') }}</span>
         </template>