From ac2d51c87cc77895e33561ea124d65338997d188 Mon Sep 17 00:00:00 2001 From: ZQN <364596817@qq.com> Date: 星期三, 04 九月 2024 15:13:30 +0800 Subject: [PATCH] 状态修改 --- policy/applyLook/applyLook.vue | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/policy/applyLook/applyLook.vue b/policy/applyLook/applyLook.vue index 04d38a4..64e1eca 100644 --- a/policy/applyLook/applyLook.vue +++ b/policy/applyLook/applyLook.vue @@ -17,7 +17,7 @@ <view class="user-info"> <text>{{item.applyUser}}</text> <!-- <view class="driver"></view> --> - + </view> <view class="user-info"> <text>{{item.applyDeptName}}</text> @@ -68,9 +68,14 @@ orderStatus: 3 } }, { - name: '宸茬粨鏉�', + name: '宸蹭笂鎶�', value: { orderStatus: 4 + } + }, { + name: '浼佷笟宸茬‘璁�', + value: { + orderStatus: 5 } }], queryParams: { @@ -86,7 +91,8 @@ 2: "寰呮墽琛�", 3: "寰呬笂鎶�", '-1':"宸叉嫆缁�", - 4: "宸茬粨鏉�" + 4: "宸蹭笂鎶�", + 5: "浼佷笟宸茬‘璁�" } } }, @@ -138,4 +144,4 @@ /deep/ .u-sticky{ position: -webkit-sticky; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1