From 1380b490ae67154283fc4c8b97f02de1a707082f Mon Sep 17 00:00:00 2001 From: zhen <1173776308@qq.com> Date: Tue, 16 Jul 2024 15:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=9C=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/smart/operationticketDetail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/smart/operationticketDetail.vue b/src/views/smart/operationticketDetail.vue index 7c99d4a..e660bf5 100644 --- a/src/views/smart/operationticketDetail.vue +++ b/src/views/smart/operationticketDetail.vue @@ -105,16 +105,16 @@ export default { return { checkStatusValue: this.$route.query.reviewStatus, optionCheckStatus: [{ - value: '1', + value: 1, label: '审核中', }, { - value: '2', + value: 2, label: '已审核', }, { - value: '3', + value: 3, label: '未通过', }, { - value: '4', + value: 4, label: ' ' }], defaultOperationTicketNo: "",