소스 검색

自定义列添加重置按钮

caojunjie 3 년 전
부모
커밋
7a006caeba

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/cdn/avue/2.8.18/avue.min.js


+ 1 - 1
src/views/salaryManagement/logisticsDepartment/detailsPage.vue

@@ -39,7 +39,7 @@
           :visible.sync="drawer"
           append-to-body
           withHeader
-          size="60%"
+          size="65%"
           :with-header="false">
         <el-table
             :data="optionList.column"

+ 1 - 1
src/views/salaryManagement/primarySchool/detailsPage.vue

@@ -48,7 +48,7 @@
           :visible.sync="drawer"
           append-to-body
           withHeader
-          size="50%"
+          size="65%"
           :with-header="false">
         <el-table
             :data="optionList.column"

+ 1 - 1
src/views/salaryManagement/primarySchoolAudit/detailsPage.vue

@@ -37,7 +37,7 @@
           :visible.sync="drawer"
           append-to-body
           withHeader
-          size="50%"
+          size="65%"
           :with-header="false">
         <el-table
             :data="optionList.column"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.