فهرست منبع

fix(bpm): 修正工单详情状态选项键值从0改为1以匹配业务需求

yusheng 4 ماه پیش
والد
کامیت
c53b42be49

+ 1 - 1
src/views/bpm/doneTickets/delivery/detail.vue

@@ -311,7 +311,7 @@
     data() {
     data() {
       return {
       return {
         options: {
         options: {
-          0: '正常',
+          1: '正常',
           '-1': '缺陷'
           '-1': '缺陷'
         },
         },
         num: 1,
         num: 1,

+ 1 - 1
src/views/bpm/doneTickets/patrolInspection/detail.vue

@@ -311,7 +311,7 @@
     data() {
     data() {
       return {
       return {
         options: {
         options: {
-          0: '正常',
+          1: '正常',
           '-1': '缺陷'
           '-1': '缺陷'
         },
         },
         num: 1,
         num: 1,

+ 1 - 1
src/views/bpm/tickets/delivery/detail.vue

@@ -311,7 +311,7 @@
     data() {
     data() {
       return {
       return {
         options: {
         options: {
-          0: '正常',
+          1: '正常',
           '-1': '缺陷'
           '-1': '缺陷'
         },
         },
         num: 1,
         num: 1,

+ 1 - 1
src/views/bpm/tickets/maintenance/detail.vue

@@ -311,7 +311,7 @@
     data() {
     data() {
       return {
       return {
         options: {
         options: {
-          0: '正常',
+          1: '正常',
           '-1': '缺陷'
           '-1': '缺陷'
         },
         },
         num: 1,
         num: 1,

+ 1 - 1
src/views/bpm/tickets/patrolInspection/detail.vue

@@ -311,7 +311,7 @@
     data() {
     data() {
       return {
       return {
         options: {
         options: {
-          0: '正常',
+          1: '正常',
           '-1': '缺陷'
           '-1': '缺陷'
         },
         },
         num: 1,
         num: 1,