From 22ddbc7373abeb233209b888d953a294f1a82aa5 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 3 Mar 2023 17:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86=20?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/package/troubleshooting/index.wxml | 40 +++++++++++++++--------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/weapp/package/troubleshooting/index.wxml b/weapp/package/troubleshooting/index.wxml index 6444ae6..27dd5fa 100644 --- a/weapp/package/troubleshooting/index.wxml +++ b/weapp/package/troubleshooting/index.wxml @@ -11,33 +11,34 @@ - - + + - - + + - - - + + + - - + + - + - + - + - + @@ -47,7 +48,7 @@ {{item.PatrolRecord.points.project.name}} - + {{ currentTab == 0? item.state == 1 ?'制定计划': @@ -65,11 +66,22 @@ item.state == 6 ?'验收通过':'驳回重修' }} + + {{ + item.state == 1 ?'制定计划': + item.state == 2 ?'计划已提交待审批': + item.state == 3 ?'计划审批驳回': + item.state == 4 ?'计划审批通过待维修': + item.state == 5 ?'维修完成待验收': + item.state == 6 ?'验收通过':'驳回重修' + }} + +