Browse Source

10:04 10:57 拆班合班待测试

mo 4 years ago
parent
commit
1dadbc9c26

+ 1 - 0
src/views/teamDetail/components/modals/classroom-setting.vue

@@ -16,6 +16,7 @@
         >
           <el-input
             v-model.trim="form.className"
+            placeholder="请输入班级名称"
             style="width: 180px"
           ></el-input>
         </el-form-item>

+ 1 - 1
src/views/teamDetail/components/resetClass.vue

@@ -154,7 +154,7 @@
         </el-table>
         <div class="floor">
           <div class="left">
-            <div class="add" @click="studentResetVisiable = true">
+            <div class="add" @click="studentResetVisiable = true" v-if="permission('classGroup/mergeClassSplitClassAffirm')">
               学员班级调整
             </div>
           </div>

+ 2 - 2
vue.config.js

@@ -19,9 +19,9 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://dyme.utools.club' //test环境
 // let target = 'http://192.168.3.139:8000' // 箭河
-// let target = 'http://192.168.3.30:8080' //邹璇
+let target = 'http://192.168.3.38:8000' //邹璇
 // let target = 'http://192.168.3.57:8000' //勇哥
-let target = 'http://dev.dayaedu.com' // 测试服
+// let target = 'http://dev.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.196' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {