Przeglądaj źródła

修改问题并打包

lex-xin 5 lat temu
rodzic
commit
7abbdbdaca

Plik diff jest za duży
+ 0 - 0
dist/index.html


+ 0 - 1
dist/static/css/chunk-0544faae.8f328677.css

@@ -1 +0,0 @@
-.el-button--primary[data-v-c8cd97c6],.el-button--primary[data-v-c8cd97c6]:active,.el-button--primary[data-v-c8cd97c6]:focus,.el-button--primary[data-v-c8cd97c6]:hover{background:#14928a;border-color:#14928a;color:#fff}.el-row[data-v-c8cd97c6]{margin-top:40px}.el-col[data-v-c8cd97c6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:50%}.el-input-group[data-v-c8cd97c6]{width:200px;margin:0 20px}[data-v-c8cd97c6] .el-tree-node__content{height:40px!important}

+ 1 - 0
dist/static/css/chunk-3945cf88.2a514663.css

@@ -0,0 +1 @@
+.el-button--primary[data-v-d2f2a78c],.el-button--primary[data-v-d2f2a78c]:active,.el-button--primary[data-v-d2f2a78c]:focus,.el-button--primary[data-v-d2f2a78c]:hover{background:#14928a;border-color:#14928a;color:#fff}.el-row[data-v-d2f2a78c]{margin-top:40px}.el-col[data-v-d2f2a78c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:50%}.el-input-group[data-v-d2f2a78c]{width:200px;margin:0 20px}[data-v-d2f2a78c] .el-tree-node__content{height:40px!important}

Plik diff jest za duży
+ 0 - 0
dist/static/js/app.ba17cac7.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-0544faae.ba484597.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-3945cf88.d9da7ad1.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-751d38d7.842e7171.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-751d38d7.afdfed7b.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-c6e235ce.86440b54.js


+ 2 - 2
src/api/journal.js

@@ -43,8 +43,8 @@ export function queryCourseScheduleComplaintsDetail(data) {
 export function courseScheduleCommplaintAudit(data) {
 export function courseScheduleCommplaintAudit(data) {
     return request({
     return request({
         url: api + '/courseSchedule/courseScheduleCommplaintAudit',
         url: api + '/courseSchedule/courseScheduleCommplaintAudit',
-        method: 'get',
-        params: data
+        method: 'post',
+        data: qs.stringify(data)
     })
     })
 } 
 } 
 
 

+ 5 - 0
src/views/categroyManager/insideSetting/adminOperation.vue

@@ -19,9 +19,14 @@
             node-key="id"
             node-key="id"
             @check="onTreeCheck"
             @check="onTreeCheck"
             ref="tree"
             ref="tree"
+            accordion
             highlight-current
             highlight-current
             :default-checked-keys="result.menuIds"
             :default-checked-keys="result.menuIds"
             :props="defaultProps">
             :props="defaultProps">
+            <div slot-scope="{ node, data }">
+              {{ node.label }}
+              <el-tag v-if="data.type == 1" size="mini" effect="dark">按钮</el-tag>
+            </div>
           </el-tree>
           </el-tree>
         </el-form-item>
         </el-form-item>
         <el-form-item>
         <el-form-item>

+ 1 - 1
src/views/main/index.vue

@@ -67,7 +67,7 @@
         <div class="item"
         <div class="item"
              v-if="dataInfo.teacherDatas">
              v-if="dataInfo.teacherDatas">
           <h4>
           <h4>
-            <p>本月支出</p>
+            <p>分部老师数</p>
             <img src=""
             <img src=""
                  alt="">
                  alt="">
           </h4>
           </h4>

+ 2 - 2
vue.config.js

@@ -17,9 +17,9 @@ const name = defaultSettings.title || '大雅后台管理系统' // 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 = {

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików