Browse Source

04/05

老师时间管理优化
Xiao_Mo 5 years ago
parent
commit
8c2357bc34

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.ee993c1e.js


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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-154e0afa.c4a79543.js


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-47d75f70.08989cd7.js


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


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


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


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


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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-fedb26e6.3bee4bae.js


+ 1 - 1
src/utils/searchArray.js

@@ -100,7 +100,7 @@ const teacherTimeStatus = [
   { value: "CONSUME", label: "消费" },
   { value: "RETURN", label: "退还" },
   { value: "MANUAL_ADD", label: "系统充值" },
-  { value: "MANUAL_SUB", label: "系统扣" },
+  { value: "MANUAL_SUB", label: "系统扣" },
 ]
 
 export {

+ 1 - 1
src/utils/vueFilter.js

@@ -421,7 +421,7 @@ Vue.filter('transTypeFilter', value => {
     'CONSUME': "消费",
     'RETURN': "退还",
     'MANUAL_ADD': "系统充值",
-    'MANUAL_SUB': "系统扣",
+    'MANUAL_SUB': "系统扣",
   }
   return template[value]
 })

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