ysy 2 лет назад
Родитель
Сommit
68d6c4670a

+ 1 - 1
src/views/system/menu/index.vue

@@ -139,7 +139,7 @@ export default {
           label: '权限编码',
           align: 'center',
           showOverflowTooltip: true,
-          width: 60
+          minWidth: 110
         },
 
         {

+ 1 - 1
src/views/workforceManagement/team/components/staffSelection.vue

@@ -77,7 +77,7 @@
                   v-if="staffList.length !== 0 && isMore"
                   class="zw-page-list-more"
                 >
-                  <el-link @click="getMore(page)" type="primary"
+                  <el-link @click="getMore()" type="primary"
                     >更多<i class="el-icon-caret-bottom"></i>
                   </el-link>
                 </div>