Browse Source

03/24 11:49

名字修改
Xiao_Mo 5 years ago
parent
commit
c511e9fcfa

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.4a3d82e6.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-01894b84.bc6bdbd5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-09753c97.b9881ae7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-11ede39e.30d4dd0f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-27dc628f.54b03d85.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-40e665d1.c998d3ea.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-60e66284.cfe1f6b7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6181ddae.02875485.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-9109a926.7eb351f4.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-98ae4e4a.6b7e0c84.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ab4515fa.c2ea7243.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-bc672cf4.740df7eb.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-edcf4054.ae7d5d2d.js


+ 1 - 1
src/utils/searchArray.js

@@ -52,7 +52,7 @@ const orderStatus = [
   { value: "SPORADIC", label: "零星收费" },
   { value: "LUCK", label: "福袋活动" },
   { value: "PRACTICE_GROUP_BUY", label: "网管课" }, 
-  {value:'PRACTICE_GROUP_RENEW',label:'续费网管课'}
+  {value:'PRACTICE_GROUP_RENEW',label:'网管课续费'}
   
 ]
 

+ 1 - 1
src/utils/vueFilter.js

@@ -200,7 +200,7 @@ Vue.filter('orderType', value => {
     LUCK: "福袋活动",
     PRACTICE:'网管课',
     PRACTICE_GROUP_BUY:'网管课购买',
-    PRACTICE_GROUP_RENEW:'续费网管课'
+    PRACTICE_GROUP_RENEW:'网管课续费'
 
   }
   return template[value]

Some files were not shown because too many files changed in this diff