Просмотр исходного кода

fix: 修改安全体系计划管理发送对象列表时间字段

xiaweibo 1 месяц назад
Родитель
Сommit
f52a5ec952

+ 1 - 1
src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/configs/tables.ts

@@ -178,7 +178,7 @@ export const VIEW_SENDS_TABLE_COLUMNS: TableColumnProps[] = [
   },
   {
     label: '计划完成时间',
-    prop: 'plannedEndTime',
+    prop: 'plannedComplateTime',
     align: 'left',
     minWidth: '160px',
   },