This website works better with JavaScript
Home
Explore
Help
Sign In
kd-aiot
/
kd-aiot-frontend-wt
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix(bpm): 修复维修工单详情状态选项键值错误
yusheng
6 months ago
parent
5594cc5f5b
commit
410bbfdec2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/views/bpm/doneTickets/maintenance/detail.vue
+ 1
- 1
src/views/bpm/doneTickets/maintenance/detail.vue
View File
@@ -469,7 +469,7 @@
data() {
return {
options: {
-
0
: '正常',
+
1
: '正常',
'-1': '缺陷'
},
num: 1,