Explorar el Código

fix(bpm): 修复维修工单详情状态选项键值错误

yusheng hace 5 meses
padre
commit
410bbfdec2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/bpm/doneTickets/maintenance/detail.vue

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

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