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: "",