diff --git a/assets/inspection/ic_pattern.png b/assets/inspection/ic_pattern.png new file mode 100644 index 0000000..83681bd Binary files /dev/null and b/assets/inspection/ic_pattern.png differ diff --git a/lib/ui/manage_pages/inspection_manage/inspection_manage_card.dart b/lib/ui/manage_pages/inspection_manage/inspection_manage_card.dart index 0adafa7..8570dca 100644 --- a/lib/ui/manage_pages/inspection_manage/inspection_manage_card.dart +++ b/lib/ui/manage_pages/inspection_manage/inspection_manage_card.dart @@ -92,7 +92,7 @@ class _InspectionManageCardState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Image.asset( - R.ASSETS_MANAGE_IC_RENWU_PNG, + R.ASSETS_INSPECTION_IC_DATE_PNG, width: 40.w, height: 40.w, ), @@ -121,7 +121,7 @@ class _InspectionManageCardState extends State { Row( children: [ Image.asset( - R.ASSETS_MANAGE_IC_RENWU_PNG, + R.ASSETS_MESSAGE_IC_PEOPLE_PNG, width: 40.w, height: 40.w, ), @@ -143,7 +143,7 @@ class _InspectionManageCardState extends State { Row( children: [ Image.asset( - R.ASSETS_INSPECTION_IC_XUNJIAN_PNG, + R.ASSETS_MANAGE_IC_TIME_PNG, width: 40.w, height: 40.w, ), @@ -186,7 +186,7 @@ class _InspectionManageCardState extends State { : Row( children: [ Image.asset( - R.ASSETS_MESSAGE_IC_PEOPLE_PNG, + R.ASSETS_MANAGE_IC_TIME_PNG, width: 40.w, height: 40.w, ), diff --git a/lib/ui/manage_pages/inspection_manage/inspection_manage_details_page.dart b/lib/ui/manage_pages/inspection_manage/inspection_manage_details_page.dart index 1073c32..338bcc8 100644 --- a/lib/ui/manage_pages/inspection_manage/inspection_manage_details_page.dart +++ b/lib/ui/manage_pages/inspection_manage/inspection_manage_details_page.dart @@ -223,7 +223,7 @@ class _InspectionManageDetailsPageState child: Row( children: [ Text( - '${_detailModel.name}', + '巡检信息', style: TextStyle( color: AppStyle.primaryTextColor, fontSize: 36.sp, @@ -243,7 +243,7 @@ class _InspectionManageDetailsPageState crossAxisAlignment: CrossAxisAlignment.start, children: [ Image.asset( - R.ASSETS_MANAGE_IC_RENWU_PNG, + R.ASSETS_INSPECTION_IC_INSPECTION_NAME_PNG, width: 40.w, height: 40.w, ), @@ -290,12 +290,12 @@ class _InspectionManageDetailsPageState Row( children: [ Image.asset( - R.ASSETS_INSPECTION_IC_XUNJIAN_PNG, + R.ASSETS_MANAGE_IC_TIME_PNG, width: 40.w, height: 40.w, ), 4.w.widthBox, - Text('规定巡检时间', style: _textstyle), + Text('巡检时间', style: _textstyle), Spacer(), Text( '${DateUtil.formatDateStr(_detailModel.beginDate, format: "yyyy-MM-dd HH:mm")}${_detailModel?.endDate == null ? '' : '~'}${_detailModel?.endDate == null ? '' : DateUtil.formatDateStr(_detailModel.endDate, format: "HH:mm")}', @@ -333,7 +333,7 @@ class _InspectionManageDetailsPageState : Row( children: [ Image.asset( - R.ASSETS_MESSAGE_IC_PEOPLE_PNG, + R.ASSETS_MANAGE_IC_TIME_PNG, width: 40.w, height: 40.w, ), diff --git a/lib/ui/manage_pages/inspection_manage/inspection_point_detail_page.dart b/lib/ui/manage_pages/inspection_manage/inspection_point_detail_page.dart index e472a51..9943cbe 100644 --- a/lib/ui/manage_pages/inspection_manage/inspection_point_detail_page.dart +++ b/lib/ui/manage_pages/inspection_manage/inspection_point_detail_page.dart @@ -307,7 +307,7 @@ class _InspectionPointDetailPageState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Image.asset( - R.ASSETS_MANAGE_IC_RENWU_PNG, + R.ASSETS_INSPECTION_IC_INSPECTION_NAME_PNG, width: 40.w, height: 40.w, ), @@ -334,7 +334,7 @@ class _InspectionPointDetailPageState extends State { Row( children: [ Image.asset( - R.ASSETS_MANAGE_IC_RENWU_PNG, + R.ASSETS_INSPECTION_IC_DATE_PNG, width: 40.w, height: 40.w, ), @@ -354,7 +354,7 @@ class _InspectionPointDetailPageState extends State { Row( children: [ Image.asset( - R.ASSETS_INSPECTION_IC_XUNJIAN_PNG, + R.ASSETS_INSPECTION_IC_STATION_PNG, width: 40.w, height: 40.w, ), @@ -374,7 +374,7 @@ class _InspectionPointDetailPageState extends State { Row( children: [ Image.asset( - R.ASSETS_MESSAGE_IC_PEOPLE_PNG, + R.ASSETS_INSPECTION_IC_PATTERN_PNG, width: 40.w, height: 40.w, ), @@ -393,7 +393,7 @@ class _InspectionPointDetailPageState extends State { Row( children: [ Image.asset( - R.ASSETS_MESSAGE_IC_PEOPLE_PNG, + R.ASSETS_MANAGE_IC_TIME_PNG, width: 40.w, height: 40.w, ), diff --git a/lib/ui/manage_pages/inspection_manage/inspection_point_input_page.dart b/lib/ui/manage_pages/inspection_manage/inspection_point_input_page.dart index 95e7a70..220738a 100644 --- a/lib/ui/manage_pages/inspection_manage/inspection_point_input_page.dart +++ b/lib/ui/manage_pages/inspection_manage/inspection_point_input_page.dart @@ -230,7 +230,7 @@ class _InspectionPointInputPageState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Image.asset( - R.ASSETS_MANAGE_IC_RENWU_PNG, + R.ASSETS_INSPECTION_IC_INSPECTION_NAME_PNG, width: 40.w, height: 40.w, ), @@ -257,7 +257,7 @@ class _InspectionPointInputPageState extends State { Row( children: [ Image.asset( - R.ASSETS_MANAGE_IC_RENWU_PNG, + R.ASSETS_INSPECTION_IC_DATE_PNG, width: 40.w, height: 40.w, ), @@ -277,7 +277,7 @@ class _InspectionPointInputPageState extends State { Row( children: [ Image.asset( - R.ASSETS_INSPECTION_IC_XUNJIAN_PNG, + R.ASSETS_INSPECTION_IC_STATION_PNG, width: 40.w, height: 40.w, ), @@ -297,7 +297,7 @@ class _InspectionPointInputPageState extends State { Row( children: [ Image.asset( - R.ASSETS_MESSAGE_IC_PEOPLE_PNG, + R.ASSETS_INSPECTION_IC_PATTERN_PNG, width: 40.w, height: 40.w, ),