This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交
dev
douzhuo
2 years ago
parent
6eea3c9cc8
commit
e2bf566602
1 changed files
with
10 additions
and
14 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-14
pages/center/prohibited/index.vue
+ 10
- 14
pages/center/prohibited/index.vue
View File
@@ -443,20 +443,16 @@
// DisposeStatus
DisposeStatus(status) {
let str = '';
switch (status) {
case 0:
str = '待处理'
break;
case 1:
str = '有效违禁'
break;
case 2:
str = '无效违禁'
break;
}
return str
let str = '';
switch (status) {
case 0:
str = '待处理'
break;
case 1:
str = '已处理'
break;
}
return str
},
}
}
Write
Preview
Loading…
Cancel
Save