Pārlūkot izejas kodu

员工管理修改完成

1
mo 3 gadi atpakaļ
vecāks
revīzija
4b28600aae

+ 1 - 0
src/components/Pagination/index.vue

@@ -3,6 +3,7 @@
        class="pagination-container">
     <!-- :background="background" -->
     <el-pagination :current-page.sync="currentPage"
+    size="mini"
                    :page-size.sync="pageSize"
                    :layout="layout"
                    :page-sizes="pageSizes"

+ 7 - 4
src/components/select-all/index.vue

@@ -10,6 +10,7 @@
     >
       <div class="showDev"></div>
     </el-tooltip>
+
     <div class="select-all">
       <el-select
         multiple
@@ -24,7 +25,7 @@
       >
         <slot />
       </el-select>
-      <el-button @click="selectAll" class="btn" v-bind="{ ...$attrs }">
+      <el-button @click="selectAll" class="btn" v-bind="{ ...$attrs, ...$props }">
         全选
       </el-button>
     </div>
@@ -109,6 +110,8 @@ export default {
 
 .select-all {
   display: flex;
+  flex-direction: row;
+  align-items: center;
   .select {
     flex: 1;
     /deep/ .el-input__inner {
@@ -118,16 +121,16 @@ export default {
 }
 .btn {
   width: 50px;
-  padding: 0 10px;
+  // padding: 0 10px;
   border-left: none;
   border-radius: 0 4px 4px 0;
-  height: 40px;
+  // height: 100%;
 }
 .item {
   width: 100%;
   position: absolute;
   z-index: 1000;
-  height: 40px;
+  // height: 40px;
   .showDev {
     width: 100%;
   }

+ 1 - 1
src/views/categroyManager/insideSetting/modals/handover.vue

@@ -1,5 +1,5 @@
 <template>
-  <div v-loading="loading">
+  <div >
     <el-form ref="form" inline :model="form" v-if="!isEmpty">
       <template v-for="(item, key) in form">
         <select-user

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 742 - 519
src/views/categroyManager/insideSetting/staffManager.vue


+ 2 - 2
vue.config.js

@@ -16,10 +16,10 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // http://47.99.212.176:8000
 // //  https://online.dayaedu.com
 // let target = 'https://online.dayaedu.com' //线上
-let target = 'http://192.168.3.227:8000' // 何国威
+// let target = 'http://192.168.3.227:8000' // 何国威
 // let target = 'http://192.168.3.124:8000' //邹璇
 // let target = 'http://192.168.3.112:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 开发环境
+let target = 'http://dev.dayaedu.com' // 开发环境
 // let target = 'https://test.dayaedu.com' //测试环境
 // let target = 'http://192.168.3.134:8000' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels