فهرست منبع

1112 22:33

11
mo 5 سال پیش
والد
کامیت
83d80717c3

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/index.html


+ 0 - 0
dist/static/css/chunk-dc69ca8a.641b676e.css → dist/static/css/chunk-13ebaa28.641b676e.css


+ 1 - 1
dist/static/css/chunk-08dbbc59.45a46165.css → dist/static/css/chunk-48597ca0.116f06d6.css

@@ -1 +1 @@
-.setBtn[data-v-ed788c88]{width:120px;height:40px;line-height:40px;text-align:center;border-radius:4px;color:#fff;background-color:#444;cursor:pointer;margin:20px 0}.imc[data-v-60dbf060]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:30px 42px;background-color:#fff;min-height:80vh}.imc .addBtn[data-v-60dbf060]{line-height:40px;text-align:center;color:#fff;border-radius:4px;margin-right:20px;cursor:pointer;width:120px;height:40px;background-color:#4eada7}
+.setBtn[data-v-ed788c88]{width:120px;height:40px;line-height:40px;text-align:center;border-radius:4px;color:#fff;background-color:#444;cursor:pointer;margin:20px 0}.imc[data-v-63128d82]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:30px 42px;background-color:#fff;min-height:80vh}.imc .addBtn[data-v-63128d82]{line-height:40px;text-align:center;color:#fff;border-radius:4px;margin-right:20px;cursor:pointer;width:120px;height:40px;background-color:#4eada7}

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/css/chunk-fdeb3426.1f76d9d0.css


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/app.8e82f438.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-08dbbc59.7cb9bdbc.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-13ebaa28.cfe42645.js


+ 0 - 0
dist/static/js/chunk-197c26e5.1db5f8ca.js → dist/static/js/chunk-197c26e5.1a78cb05.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-48597ca0.808b5a67.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-50f2e23d.daacabb5.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-73ebb2e3.65238312.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-73ebb2e3.f96b15ed.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-9ea481f8.14a5ee60.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-9ea481f8.f55eb063.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-dc69ca8a.36f278b1.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-edcf4054.6a90af83.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-edcf4054.fcea4ac5.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-fdeb3426.199e8d8d.js


+ 2 - 2
src/views/studentManager/components/studentOrder.vue

@@ -169,6 +169,6 @@ export default {
 }
 }
 </script>
 </script>
 <style lang="scss" scope>
 <style lang="scss" scope>
-.studentOrder {
-}
+// .studentOrder {
+// }
 </style>
 </style>

+ 11 - 2
src/views/teamBuild/teamSeting/components/improvementClass.vue

@@ -262,7 +262,9 @@ export default {
         } else {
         } else {
           this.$message.error('请填写必要信息')
           this.$message.error('请填写必要信息')
         }
         }
+        console.log(this.tableList);
       })
       })
+
     },
     },
     removeClass (row) {
     removeClass (row) {
       for (let i in this.tableList) {
       for (let i in this.tableList) {
@@ -296,12 +298,19 @@ export default {
   },
   },
   filters: {
   filters: {
     fitterSound (val) {
     fitterSound (val) {
+      let arr = val.split(',');
       if (that.soundList) {
       if (that.soundList) {
+        let str = ''
         for (let i in that.soundList) {
         for (let i in that.soundList) {
-          if (that.soundList[i].id == val) {
-            return that.soundList[i].name
+          for (let j in arr) {
+
+            if (that.soundList[i].id == arr[j]) {
+
+              str += that.soundList[i].name + ','
+            }
           }
           }
         }
         }
+        return str.substring(0, str.length - 1);
       } else {
       } else {
         return ''
         return ''
       }
       }

+ 2 - 2
vue.config.js

@@ -17,10 +17,10 @@ const name = defaultSettings.title || 'vue Admin Template' // page title
 // http://47.99.212.176:8000
 // http://47.99.212.176:8000
 // 
 // 
 // let target = 'http://192.168.3.27:8000' // 箭河
 // let target = 'http://192.168.3.27:8000' // 箭河
-// let target = 'http://192.168.3.28:8000' //邹璇
+let target = 'http://192.168.3.28:8000' //邹璇
 // let target = 'http://192.168.3.8:8000' //勇哥
 // let target = 'http://192.168.3.8:8000' //勇哥
 // let target = 'http://47.99.212.176:8000' // 测试服
 // let target = 'http://47.99.212.176:8000' // 测试服
-let target = 'http://192.168.3.48:8000' // 乔
+// let target = 'http://192.168.3.48:8000' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
 module.exports = {
   /**
   /**

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است