소스 검색

调整列宽

zhulu 1 년 전
부모
커밋
b85cf95ed4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/core/drill/drillDictionary/index.vue
  2. 1 1
      src/views/core/outIn/letter/dialog.addletter.vue

+ 1 - 1
src/views/core/drill/drillDictionary/index.vue

@@ -170,7 +170,7 @@
             <el-table-column
               label="操作"
               align="center"
-              width="150"
+              width="200"
               class-name="small-padding fixed-width"
             >
               <template slot-scope="scope">

+ 1 - 1
src/views/core/outIn/letter/dialog.addletter.vue

@@ -241,7 +241,7 @@ export default {
       open: false,
       userInfo: this.resetUserInfo(),
       imageList: [],
-      letterFileType:["pdf", "jpg", "png", "bmp"]
+      letterFileType:["jpg", "png", "bmp"]
     };
   },
   dicts: ["letter_status","letter_id_type"],