From c5c115d6fcde41ebc7eafb98e2a8067851009ca7 Mon Sep 17 00:00:00 2001 From: zhangmeng <494089941@qq.com> Date: Tue, 30 Mar 2021 10:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/inspection/ic_pattern.png | Bin 0 -> 663 bytes .../inspection_manage/inspection_manage_card.dart | 8 ++++---- .../inspection_manage_details_page.dart | 10 +++++----- .../inspection_point_detail_page.dart | 10 +++++----- .../inspection_point_input_page.dart | 8 ++++---- 5 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 assets/inspection/ic_pattern.png diff --git a/assets/inspection/ic_pattern.png b/assets/inspection/ic_pattern.png new file mode 100644 index 0000000000000000000000000000000000000000..83681bd985d79734aeff259ab125b2c4a7265f52 GIT binary patch literal 663 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r51|<6gKdoh8V2bl}aSW-5dwa{U@3Mo)v5)3r zn$z@D7dg*i^0IK2+T~Fpr6qNafmQTuPk_~|If>g_ycJ#uq*`s`__QEYscf@F#WDHB zz31wq_dh?f|8Lqcx#N=clNu)P$~0p*D!{<8Kto~MWCsRU#*K4Xm^8RL-l_;V1UlrX zH!^fFC0TRs(L5mFBxGM5|9j^5f0?%r3LIKF)7J9H^Q!mNtt-PXA7y3O@zb1XN3Sub z$Z^vKWyU|x=KP*esaqc8r5~O3T~EpI*z>e+2A}`9rk2L;*UGvf_W!cw1yEoKW_vv- zvD#}r`|P=5hU6akV6T3LJxUA@@?^U1cQSB1aBHwMNEf?zjVDtyjl;M_@(^otdGINL zdu_`i`Ya3Db3}eO>L`KW(O|`Hj_wnF88^;J9WI+Tvv%dGSH90`3^Hdui}il{@!heM zL#0z0Z>U}=lyP7%W@-DP{Q06yXUdM}Q)G?{#Oa9D?~yul@#U(>_1B-@`~5z*^mpCN z0&U?Ntc4wq8M; { 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, ),