Kaynağa Gözat

fiex:表格宽度自适应

Tang 3 yıl önce
ebeveyn
işleme
6239ae176b
43 değiştirilmiş dosya ile 63 ekleme ve 279 silme
  1. 2 0
      package.json
  2. 21 9
      src/components/tableList.vue
  3. 9 1
      src/main.js
  4. 0 9
      src/views/Marketing/goods/commodityManageMent/index.vue
  5. 0 6
      src/views/Marketing/goods/courseInquiryList/index.vue
  6. 3 1
      src/views/education/certificateManagement/certificateModel/index.vue
  7. 0 6
      src/views/education/certificateManagement/creditHoursList/index.vue
  8. 0 8
      src/views/education/classManageMent/classList/index.vue
  9. 0 8
      src/views/education/classManageMent/learningHoursRecordList/index.vue
  10. 0 14
      src/views/education/classManageMent/listOfhoursToBeReviewed/index.vue
  11. 0 10
      src/views/education/dataReview/dataConfig/index.vue
  12. 0 4
      src/views/education/dataReview/informationTemplate/index.vue
  13. 0 11
      src/views/education/dataReview/stamp/index.vue
  14. 0 17
      src/views/education/examManagement/applicationData/asPlanned.vue
  15. 4 10
      src/views/education/examManagement/applicationData/bulkImportPlan/newRegister.vue
  16. 4 9
      src/views/education/examManagement/applicationData/bulkImportPlan/newYY.vue
  17. 0 17
      src/views/education/examManagement/applicationData/cancelAppointMent/index.vue
  18. 0 17
      src/views/education/examManagement/applicationData/examRegistration/index.vue
  19. 0 17
      src/views/education/examManagement/applicationData/formerAccount/index.vue
  20. 2 4
      src/views/education/examManagement/examArrangement/index.vue
  21. 0 5
      src/views/education/examManagement/examConfiguration/examNum/index.vue
  22. 1 3
      src/views/education/examManagement/qianpeiArrange/index.vue
  23. 1 2
      src/views/education/qaManagement/qaList/ask.vue
  24. 1 2
      src/views/education/qaManagement/qaList/reply.vue
  25. 0 7
      src/views/education/studentManageMent/studentList/index.vue
  26. 10 8
      src/views/education/teacher/teacherList/index.vue
  27. 0 6
      src/views/resource/bankManagement/chapterVolumeManagement/index.vue
  28. 0 1
      src/views/resource/bankManagement/knowledgeManagement/index.vue
  29. 0 7
      src/views/resource/bankManagement/testPaperManagement/index.vue
  30. 0 5
      src/views/resource/bankManagement/topicManagement/index.vue
  31. 0 6
      src/views/resource/bankManagement/volumeManagement/index.vue
  32. 0 1
      src/views/resource/baseManageInfos/resource/businessLevel/index.vue
  33. 0 3
      src/views/resource/baseManageInfos/resource/colleges/index.vue
  34. 1 1
      src/views/resource/baseManageInfos/resource/papers/index.vue
  35. 0 4
      src/views/resource/baseManageInfos/resource/professional/index.vue
  36. 1 1
      src/views/resource/baseManageInfos/resource/suject/index.vue
  37. 1 1
      src/views/resource/baseManageInfos/resource/testPeriod/index.vue
  38. 1 2
      src/views/resource/handoutManagement/handoutList/index.vue
  39. 0 7
      src/views/resource/videoManagement/chapter/index.vue
  40. 0 10
      src/views/resource/videoManagement/courseManagement/index.vue
  41. 0 7
      src/views/resource/videoManagement/festival/index.vue
  42. 1 4
      src/views/resource/videoManagement/flow/index.vue
  43. 0 8
      src/views/resource/videoManagement/moduleManagement/index.vue

+ 2 - 0
package.json

@@ -38,6 +38,7 @@
   "dependencies": {
     "@polyv/vod-upload-js-sdk": "^1.2.3",
     "@riophae/vue-treeselect": "0.4.0",
+    "af-table-column": "^1.0.3",
     "axios": "0.21.0",
     "clipboard": "2.0.6",
     "core-js": "3.8.1",
@@ -56,6 +57,7 @@
     "quill-image-resize-module": "^3.0.0",
     "screenfull": "5.0.2",
     "sortablejs": "1.10.2",
+    "v-fit-columns": "^0.2.0",
     "vue": "2.6.12",
     "vue-count-to": "1.0.13",
     "vue-cropper": "0.5.5",

+ 21 - 9
src/components/tableList.vue

@@ -110,7 +110,7 @@
         header-align="center"
       >
       </el-table-column>
-      <el-table-column
+      <af-table-column
         v-for="(item, index) in compTableSet(tableSet)"
         :width="item.width"
         :label="item.label"
@@ -125,9 +125,14 @@
       >
         <template slot-scope="scope">
           <div class="imgboxsq" v-if="item.scope === 'img'">
-            <img style="height: 60px; width: 60px" v-if="!scope.row[item.prop]" src="@/assets/404_images/wuyuxaog.png" alt="">
+            <img
+              style="height: 60px; width: 60px"
+              v-if="!scope.row[item.prop]"
+              src="@/assets/404_images/wuyuxaog.png"
+              alt=""
+            />
             <el-image
-            v-else
+              v-else
               class="el_images"
               lazy
               :src="$methodsTools.splitImgHost(scope.row[item.prop])"
@@ -268,7 +273,7 @@
           <ul v-else-if="item.scope === 'mapTypesTeacher'" class="ulAuto">
             <template v-for="(itm, inds) in scope.row[item.prop]">
               <li :key="inds" v-if="inds < 2">
-                {{ itm.educationName + "-" + itm.projectName
+                {{ `${itm.educationName}-${itm.projectName}`
                 }}{{ inds === 0 ? ", " : "" }}
               </li>
             </template>
@@ -1052,9 +1057,7 @@
           >
             {{ getSimpleText(scope.row[item.prop]) }}
           </div>
-          <div
-            v-else-if="item.scope === 'editInfoHTMLs'"
-          >
+          <div v-else-if="item.scope === 'editInfoHTMLs'">
             {{ getSimpleText(scope.row[item.prop]) }}
           </div>
           <span v-else-if="item.scope === 'minute'">{{
@@ -1079,7 +1082,7 @@
           <span v-else-if="item.scope === 'classTypes'">
             {{
               scope.row[item.prop] === 1
-                ? "已开班:" + scope.row[item.prop1]
+                ? `已开班:${scope.row[item.prop1]}`
                 : scope.row[item.prop] === 0
                 ? "未开班"
                 : ""
@@ -1215,7 +1218,7 @@
             }}</span
           >
         </template>
-      </el-table-column>
+      </af-table-column>
 
       <el-table-column
         label="官方信息推送状态"
@@ -2399,6 +2402,9 @@ export default {
 };
 </script>
 <style lang="less">
+.el-table .cell.el-tooltip{
+  transition: all 0.3s;
+}
 .max-heightStyles {
   max-height: 500px;
   overflow-y: auto;
@@ -2546,12 +2552,18 @@ export default {
   display: flex;
   justify-content: center;
   align-items: center;
+  & > ul {
+    margin: 0px;
+  }
 }
 .ulAutos {
   display: flex;
   align-items: center;
   justify-content: center;
 }
+.el-popover > ul {
+  margin: 0px;
+}
 .dis_sdt {
   display: flex;
   align-items: flex-end;

+ 9 - 1
src/main.js

@@ -3,6 +3,7 @@ import Vue from 'vue'
 import Cookies from 'js-cookie'
 
 import Element from 'element-ui'
+import AFTableColumn from 'af-table-column'
 import './assets/fonts/iconfont.css'
 import './assets/styles/element-variables.scss'
 
@@ -58,7 +59,14 @@ Vue.component('RightToolbar', RightToolbar)
 Vue.component('Editor', Editor)
 Vue.component('FileUpload', FileUpload)
 Vue.component('ImageUpload', ImageUpload)
-
+const fontRate = {
+  CHAR_RATE: 1.1, // 汉字比率
+  NUM_RATE: 0.65, // 数字
+  OTHER_RATE: 0.8 // 除汉字和数字以外的字符的比率
+}
+const fontSize = 16
+// 注册组件
+Vue.use(AFTableColumn, { fontRate, fontSize })
 Vue.use(directive)
 Vue.use(plugins)
 Vue.use(VueMeta)

+ 0 - 9
src/views/Marketing/goods/commodityManageMent/index.vue

@@ -163,13 +163,11 @@ export default {
           prop: "goodsName",
           scope: "editInfo",
           hidden: true,
-          width:"330px"
         },
         {
           label: "商品编码",
           prop: "code",
           hidden: true,
-          width:"130px"
         },
         {
           label: "专业",
@@ -186,7 +184,6 @@ export default {
           prop1: "projectName",
           prop2: "businessName",
           hidden: true,
-          width: "380px",
           scope: "InfoMore",
         },
         {
@@ -203,7 +200,6 @@ export default {
           label: "商品内容视图",
           hidden: true,
           scope: "treeWatch",
-          width:"130px"
         },
         {
           label: "商品价格",
@@ -223,7 +219,6 @@ export default {
           prop1: "validityStartTime",
           prop2: "validityEndTime",
           scope: "TimeLists",
-          width: "220px",
           Diszing: false,
           hidden: true,
         },
@@ -232,7 +227,6 @@ export default {
           prop1: "studyStartTime",
           prop2: "studyEndTime",
           scope: "TimeLists",
-          width: "220px",
           Diszing: false,
           hidden: true,
         },
@@ -240,21 +234,18 @@ export default {
           label: "供应方(服务)",
           prop: "supplyName",
           hidden: true,
-          width:"130px"
         },
         {
           label: "最后编辑时间",
           prop: "updateTime",
           hidden: true,
           scope: "aTimeList",
-          width:"230px"
         },
         {
           label: "创建时间",
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width:"230px"
         },
         {
           label: "可售状态",

+ 0 - 6
src/views/Marketing/goods/courseInquiryList/index.vue

@@ -214,14 +214,12 @@ export default {
           label: "教育类型",
           prop: "educationName",
           hidden: true,
-          width:"180px"
         },
         {
           label: "业务层次",
           prop1: "projectName",
           prop2: "businessName",
           hidden: true,
-          width: "360px",
           scope: "InfoMore",
         },
         {
@@ -233,13 +231,11 @@ export default {
           label: "商品编码",
           prop: "code",
           hidden: true,
-          width:"130px"
         },
         {
           label: "商品名称",
           prop: "goodsName",
           hidden: true,
-          width:"330px"
         },
         {
           label: "商品状态",
@@ -256,14 +252,12 @@ export default {
           label: "视频节数量",
           prop: "sectionNum",
           hidden: true,
-          width: "100px",
         },
         {
           label: "学习有效期",
           prop1: "studyStartTime",
           prop2: "studyEndTime",
           scope: "TimeLists",
-          width: "320px",
           Diszing: true,
           hidden: true,
         },

+ 3 - 1
src/views/education/certificateManagement/certificateModel/index.vue

@@ -140,12 +140,12 @@ export default {
           label: "证书模板名称",
           prop: "title",
           hidden: true,
-          width:"300px"
         },
         {
           label: "证书模板键值",
           prop: "keyValue",
           hidden: true,
+          width:"150"
         },
         {
           label: "说明",
@@ -156,12 +156,14 @@ export default {
           label: "关联证书类型",
           prop: "certificateName",
           hidden: true,
+          width:"130"
         },
         {
           label: "状态",
           prop: "status",
           hidden: true,
           scope: "status",
+          width:"130"
         },
       ],
       tableData: [], //表单数据

+ 0 - 6
src/views/education/certificateManagement/creditHoursList/index.vue

@@ -115,19 +115,16 @@ export default {
           label: "姓名",
           prop: "realname",
           hidden: true,
-          width: "90px",
         },
         {
           label: "身份证号",
           prop: "idCard",
           hidden: true,
-          width: "170px",
         },
         {
           label: "证书名称",
           prop: "title",
           hidden: true,
-          width: "200px",
         },
         {
           label: "证书类型",
@@ -144,7 +141,6 @@ export default {
           prop1: "projectName",
           prop2: "businessName",
           hidden: true,
-          width: "220px",
           scope: "InfoMore",
         },
         {
@@ -158,7 +154,6 @@ export default {
           label: "证书编号",
           prop: "certificateCode",
           hidden: true,
-          width: "140px",
         },
         {
           label: "培训时间",
@@ -167,7 +162,6 @@ export default {
           hidden: true,
           Diszing: false,
           scope: "TimeLists",
-          width: "220px",
         },
         {
           label: "学时",

+ 0 - 8
src/views/education/classManageMent/classList/index.vue

@@ -118,7 +118,6 @@ export default {
           objProp: "goodsList",
           hidden: true,
           scope: "objType",
-          width: "130px",
         },
         {
           label: "年份",
@@ -135,7 +134,6 @@ export default {
           objProp: "goodsList",
           hidden: true,
           scope: "objTypeYW",
-          width: "240px",
         },
         {
           label: "商品名称",
@@ -143,13 +141,11 @@ export default {
           objProp: "goodsList",
           hidden: true,
           scope: "objType",
-          width: "280px",
         },
         {
           label: "班级编码",
           prop: "gradeCode",
           hidden: true,
-          width: "130px",
         },
         {
           label: "班级号",
@@ -157,14 +153,12 @@ export default {
           prop1: "officialName",
           hidden: true,
           scope: "classTypes",
-          width: "160px",
         },
         {
           label: "班级名称",
           prop: "className",
           hidden: true,
           scope: "editInfo",
-          width: "280px",
         },
         {
           label: "学时",
@@ -191,7 +185,6 @@ export default {
           prop1: "learningTimeStart",
           hidden: true,
           scope: "classTimeTypes",
-          width: "120px",
         },
         {
           label: "班级状态",
@@ -206,7 +199,6 @@ export default {
           hidden: true,
           Diszing: false,
           scope: "TimeLists",
-          width: "220px",
         },
       ],
       tableData: [], //表单数据

+ 0 - 8
src/views/education/classManageMent/learningHoursRecordList/index.vue

@@ -218,7 +218,6 @@ export default {
           label: "学员编码",
           prop: "studentCode",
           hidden: true,
-          width: "180px",
         },
         {
           label: "学员姓名",
@@ -229,13 +228,11 @@ export default {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "180px",
         },
         {
           label: "手机号码",
           prop: "telPhone",
           hidden: true,
-          width: "160px",
         },
         {
           label: "一寸头像照",
@@ -255,7 +252,6 @@ export default {
           label: "商品名称",
           prop: "goodsName",
           hidden: true,
-          width: "300px",
         },
         {
           label: "学时",
@@ -267,7 +263,6 @@ export default {
           prop1: "studyStartTime",
           prop2: "studyEndTime",
           scope: "TimeLists",
-          width: "240px",
           Diszing: false,
           hidden: true,
         },
@@ -275,14 +270,12 @@ export default {
           label: "所在班级",
           prop: "className",
           hidden: true,
-          width: "300px",
         },
         {
           label: "班级有效期",
           prop1: "classStartTime",
           prop2: "classEndTime",
           scope: "TimeLists",
-          width: "240px",
           Diszing: false,
           hidden: true,
         },
@@ -315,7 +308,6 @@ export default {
           prop: "learnStatus",
           hidden: true,
           scope: "isOptions",
-          width: "180px",
           options: [
             {
               label: "否",

+ 0 - 14
src/views/education/classManageMent/listOfhoursToBeReviewed/index.vue

@@ -121,7 +121,6 @@ export default {
           label: "学员编码",
           prop: "studentCode",
           hidden: true,
-          width: "180px",
         },
         {
           label: "学员姓名",
@@ -132,25 +131,21 @@ export default {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "180px",
         },
         {
           label: "绑定手机号码",
           prop: "telPhone",
           hidden: true,
-          width: "130px",
         },
         {
           label: "所购商品",
           prop: "goodsName",
           hidden: true,
-          width: "200px",
         },
         {
           label: "所在班级",
           prop: "className",
           hidden: true,
-          width: "200px",
         },
         {
           label: "班级有效期",
@@ -158,7 +153,6 @@ export default {
           prop2: "classEndTime",
           hidden: true,
           scope: "TimeLists",
-          width: "310px",
         },
         {
           label: "学时",
@@ -171,7 +165,6 @@ export default {
           prop2: "secAllNum",
           hidden: true,
           scope: "computer",
-          width: "160px",
         },
         {
           label: "做题进度(章卷)",
@@ -179,21 +172,18 @@ export default {
           prop2: "examNum",
           hidden: true,
           scope: "computer",
-          width: "160px",
         },
         {
           label: "学习开始时间",
           prop: "startTime",
           hidden: true,
           scope: "aTimeList",
-          width: "180px",
         },
         {
           label: "学习结束时间",
           prop: "endTime",
           hidden: true,
           scope: "aTimeList",
-          width: "180px",
         },
         {
           label: "学习有效期",
@@ -201,14 +191,12 @@ export default {
           prop2: "studyEndTime",
           hidden: true,
           scope: "TimeLists",
-          width: "310px",
         },
         {
           label: "填写资料审核状态",
           prop: "profileStatus",
           hidden: true,
           scope: "isOptions",
-          width: "140px",
           options: [
             {
               label: "审核通过",
@@ -229,7 +217,6 @@ export default {
           prop: "allStatus",
           hidden: true,
           scope: "statusPeriod",
-          width: "130px",
         },
         {
           label: "待重修(视频节和题卷)",
@@ -237,7 +224,6 @@ export default {
           prop1: "rebuildNum",
           hidden: true,
           scope: "againStudent",
-          width: "160px",
         },
       ],
       tableData: [], //表单数据

+ 0 - 10
src/views/education/dataReview/dataConfig/index.vue

@@ -434,7 +434,6 @@ export default {
           label: "学员编码",
           prop: "userAccount",
           hidden: true,
-          width: "180px",
         },
         {
           label: "学员姓名",
@@ -446,18 +445,15 @@ export default {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "180px",
         },
         {
           label: "绑定手机号",
           prop: "telphone",
           hidden: true,
-          width: "140px",
         },
         {
           label: "所购商品",
           hidden: true,
-          width: "290px",
           scope: "getShops",
         },
         {
@@ -465,7 +461,6 @@ export default {
           prop: "status",
           hidden: true,
           scope: "isOptions",
-          width: "160px",
           options: [
             {
               label: "通过",
@@ -486,7 +481,6 @@ export default {
           prop: "changeStatus",
           hidden: true,
           scope: "isOptions",
-          width: "160px",
           options: [
             {
               label: "正常",
@@ -505,27 +499,23 @@ export default {
           prop: "oneTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
         {
           label: "最后一次提交资料时间",
           prop: "lastTime",
           hidden: true,
           scope: "aTimeList",
-          width: "180px",
         },
         {
           label: "最后一次审核人",
           prop: "createByName",
           hidden: true,
-          width: "160px",
         },
         {
           label: "最后一次审核时间",
           prop: "auditTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
       ],
       tableData: [], //表单数据

+ 0 - 4
src/views/education/dataReview/informationTemplate/index.vue

@@ -827,7 +827,6 @@ export default {
           label: "资料模板编码",
           prop: "code",
           hidden: true,
-          width: "160px",
         },
         {
           label: "资料模板标题",
@@ -841,7 +840,6 @@ export default {
           prop: "businessList",
           hidden: true,
           scope: "mapTypesBUS",
-          width: "380px",
         },
         // {
         //   label: "资料审核人",
@@ -854,7 +852,6 @@ export default {
           label: "关联商品",
           prop: "goodsIds",
           hidden: true,
-          width: "100px",
           scope: "goodsIds",
         },
         {
@@ -862,7 +859,6 @@ export default {
           prop: "status",
           hidden: true,
           scope: "status",
-          width: "100px",
         },
       ],
       tableData: [], //表单数据

+ 0 - 11
src/views/education/dataReview/stamp/index.vue

@@ -344,13 +344,11 @@ export default {
           label: "填写资料审核状态",
           hidden: true,
           scope: "isOKs",
-          width: "140px",
         },
         {
           label: "学员编码",
           prop: "userAccount",
           hidden: true,
-          width: "180px",
         },
         {
           label: "学员姓名",
@@ -362,18 +360,15 @@ export default {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "180px",
         },
         {
           label: "绑定手机号",
           prop: "telphone",
           hidden: true,
-          width: "140px",
         },
         {
           label: "所购商品",
           hidden: true,
-          width: "290px",
           scope: "getShops",
         },
         {
@@ -381,7 +376,6 @@ export default {
           prop: "status",
           hidden: true,
           scope: "isOptions",
-          width: "160px",
           options: [
             {
               label: "通过",
@@ -402,7 +396,6 @@ export default {
           prop: "changeStatus",
           hidden: true,
           scope: "isOptions",
-          width: "160px",
           options: [
             {
               label: "正常",
@@ -421,27 +414,23 @@ export default {
           prop: "oneTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
         {
           label: "最后一次提交资料时间",
           prop: "lastTime",
           hidden: true,
           scope: "aTimeList",
-          width: "180px",
         },
         {
           label: "最后一次审核人",
           prop: "createByName",
           hidden: true,
-          width: "160px",
         },
         {
           label: "最后一次审核时间",
           prop: "auditTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
       ],
       tableData: [], //表单数据

+ 0 - 17
src/views/education/examManagement/applicationData/asPlanned.vue

@@ -429,7 +429,6 @@ export default {
           label: "预约状态",
           prop: "subscribeStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -446,7 +445,6 @@ export default {
           label: "前培标记",
           prop: "beforeStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -459,7 +457,6 @@ export default {
           label: "考试登记",
           prop: "examStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptionsDZYQ",
           options: [
             {
@@ -489,38 +486,32 @@ export default {
           prop1: "performance",
           prop2: "result",
           hidden: true,
-          width: "130px",
           scope: "resultType",
         },
         {
           label: "证书编号",
           prop: "certificateCode",
           hidden: true,
-          width: "130px",
         },
         {
           label: "考试标题",
           prop: "applyName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "前培标题",
           prop: "beforeName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员姓名",
           prop: "realname",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "170px",
         },
         {
           label: "所购商品",
@@ -528,14 +519,12 @@ export default {
           prop2: "goodsName",
           prop3: "standPrice",
           hidden: true,
-          width: "220px",
           scope: "goodsInfos",
         },
         {
           label: "学员报考类型",
           prop: "studentType",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -552,7 +541,6 @@ export default {
           label: "所报专业",
           prop: "categoryName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "预约场次(考试地点和时间)",
@@ -561,14 +549,12 @@ export default {
           prop3: "applySiteStartTime",
           prop4: "applySiteEndTime",
           hidden: true,
-          width: "280px",
           scope: "changAdress",
         },
         {
           label: "考试次数消耗",
           prop: "examExpend",
           hidden: true,
-          width: "130px",
         },
         {
           label: "预约场次(考培地点和时间)",
@@ -577,21 +563,18 @@ export default {
           prop3: "applySiteStartTrainTime",
           prop4: "applySiteEndTrainTime",
           hidden: true,
-          width: "280px",
           scope: "changAdress",
         },
         {
           label: "前培次数消耗",
           prop: "beforeExpend",
           hidden: true,
-          width: "130px",
         },
         {
           label: "创建时间",
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
       ],
       tableData: [], //表单数据

+ 4 - 10
src/views/education/examManagement/applicationData/bulkImportPlan/newRegister.vue

@@ -105,7 +105,7 @@
           fontSize: '14px',
         }"
       >
-        <el-table-column
+        <af-table-column
           v-for="(item, index) in computedForm(tableSet, 1)"
           :key="index"
           :prop="item.prop"
@@ -120,7 +120,7 @@
             </div>
             <span v-else>{{ scope.row[item.prop] }}</span>
           </template>
-        </el-table-column>
+        </af-table-column>
       </el-table>
     </div>
     <div v-show="active === 2" class="exportBox">
@@ -147,7 +147,7 @@
           fontSize: '14px',
         }"
       >
-        <el-table-column
+        <af-table-column
           v-for="(item, index) in computedForm(tableSet, 2)"
           :key="index"
           :prop="item.prop"
@@ -161,7 +161,7 @@
             </span>
             <span v-else>{{ scope.row[item.prop] }}</span>
           </template>
-        </el-table-column>
+        </af-table-column>
       </el-table>
     </div>
     <el-dialog
@@ -246,33 +246,27 @@ export default {
         {
           label: "考试标题",
           prop: "applyName",
-          width: "140px",
         },
         {
           label: "考试地点",
           prop: "applySiteAddress",
-          width: "180px",
         },
         {
           label: "考试日期",
           prop: "applySiteExamTime",
           scope: "time",
-          width: "140px",
         },
         {
           label: "考试时间段",
           prop: "applySiteTime",
-          width: "140px",
         },
         {
           label: "商品编码",
           prop: "code",
-          width: "120px",
         },
         {
           label: "商品标题",
           prop: "goodsName",
-          width: "180px",
         },
         {
           label: "预约登记",

+ 4 - 9
src/views/education/examManagement/applicationData/bulkImportPlan/newYY.vue

@@ -129,7 +129,7 @@
           fontSize: '14px',
         }"
       >
-        <el-table-column
+        <af-table-column
           v-for="(item, index) in computedForm(tableSet, 1)"
           :key="index"
           :prop="item.prop"
@@ -144,7 +144,7 @@
             </div>
             <span v-else>{{ scope.row[item.prop] }}</span>
           </template>
-        </el-table-column>
+        </af-table-column>
       </el-table>
     </div>
     <div v-show="active === 2" class="exportBox">
@@ -171,7 +171,7 @@
           fontSize: '14px',
         }"
       >
-        <el-table-column
+        <af-table-column
           v-for="(item, index) in computedForm(tableSet, 2)"
           :key="index"
           :prop="item.prop"
@@ -189,7 +189,7 @@
             </div>
             <span v-else>{{ scope.row[item.prop] }}</span>
           </template>
-        </el-table-column>
+        </af-table-column>
       </el-table>
     </div>
   </div>
@@ -224,17 +224,14 @@ export default {
         {
           label: "商品编码",
           prop: "code",
-          width: "120px",
         },
         {
           label: "所购商品",
           prop: "goodsName",
-          width: "180px",
         },
         {
           label: "考试安排",
           prop: "applyName",
-          width: "140px",
         },
         {
           label: "预约场次(考试地点和时间)",
@@ -242,7 +239,6 @@ export default {
           prop2: "applySiteExamTime",
           prop3: "applySiteTime",
           scope: "time",
-          width: "240px",
         },
         {
           label: "预约场次(考培地点和时间)",
@@ -250,7 +246,6 @@ export default {
           prop2: "applySiteExamTrainTime",
           prop3: "applySiteTrainTime",
           scope: "time",
-          width: "240px",
         },
         {
           label: "出错原因",

+ 0 - 17
src/views/education/examManagement/applicationData/cancelAppointMent/index.vue

@@ -185,7 +185,6 @@ export default {
           label: "预约状态",
           prop: "subscribeStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -202,7 +201,6 @@ export default {
           label: "前培标记",
           prop: "beforeStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -215,7 +213,6 @@ export default {
           label: "考试登记",
           prop: "examStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptionsDZYQ",
           options: [
             {
@@ -245,38 +242,32 @@ export default {
           prop1: "performance",
           prop2: "result",
           hidden: true,
-          width: "130px",
           scope: "resultType",
         },
         {
           label: "证书编号",
           prop: "certificateCode",
           hidden: true,
-          width: "130px",
         },
         {
           label: "考试标题",
           prop: "applyName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "前培标题",
           prop: "beforeName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员姓名",
           prop: "realname",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "170px",
         },
         {
           label: "所购商品",
@@ -284,14 +275,12 @@ export default {
           prop2: "goodsName",
           prop3: "standPrice",
           hidden: true,
-          width: "220px",
           scope: "goodsInfos",
         },
         {
           label: "学员报考类型",
           prop: "studentType",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -308,7 +297,6 @@ export default {
           label: "所报专业",
           prop: "categoryName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "预约场次(考试地点和时间)",
@@ -317,14 +305,12 @@ export default {
           prop3: "applySiteStartTime",
           prop4: "applySiteEndTime",
           hidden: true,
-          width: "280px",
           scope: "changAdress",
         },
         {
           label: "考试次数消耗",
           prop: "examExpend",
           hidden: true,
-          width: "130px",
         },
         {
           label: "预约场次(考培地点和时间)",
@@ -333,21 +319,18 @@ export default {
           prop3: "applySiteStartTrainTime",
           prop4: "applySiteEndTrainTime",
           hidden: true,
-          width: "280px",
           scope: "changAdress",
         },
         {
           label: "前培次数消耗",
           prop: "beforeExpend",
           hidden: true,
-          width: "130px",
         },
         {
           label: "创建时间",
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
       ],
       tableData: [], //表单数据

+ 0 - 17
src/views/education/examManagement/applicationData/examRegistration/index.vue

@@ -231,7 +231,6 @@ export default {
           label: "预约状态",
           prop: "subscribeStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -248,7 +247,6 @@ export default {
           label: "前培标记",
           prop: "beforeStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -261,7 +259,6 @@ export default {
           label: "考试登记",
           prop: "examStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptionsDZYQ",
           options: [
             {
@@ -291,38 +288,32 @@ export default {
           prop1: "performance",
           prop2: "result",
           hidden: true,
-          width: "130px",
           scope: "resultType",
         },
         {
           label: "证书编号",
           prop: "certificateCode",
           hidden: true,
-          width: "130px",
         },
         {
           label: "考试标题",
           prop: "applyName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "前培标题",
           prop: "beforeName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员姓名",
           prop: "realname",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "170px",
         },
         {
           label: "所购商品",
@@ -330,14 +321,12 @@ export default {
           prop2: "goodsName",
           prop3: "standPrice",
           hidden: true,
-          width: "220px",
           scope: "goodsInfos",
         },
         {
           label: "学员报考类型",
           prop: "studentType",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -354,7 +343,6 @@ export default {
           label: "所报专业",
           prop: "categoryName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "预约场次(考试地点和时间)",
@@ -363,14 +351,12 @@ export default {
           prop3: "applySiteStartTime",
           prop4: "applySiteEndTime",
           hidden: true,
-          width: "280px",
           scope: "changAdress",
         },
         {
           label: "考试次数消耗",
           prop: "examExpend",
           hidden: true,
-          width: "130px",
         },
         {
           label: "预约场次(考培地点和时间)",
@@ -379,21 +365,18 @@ export default {
           prop3: "applySiteStartTrainTime",
           prop4: "applySiteEndTrainTime",
           hidden: true,
-          width: "280px",
           scope: "changAdress",
         },
         {
           label: "前培次数消耗",
           prop: "beforeExpend",
           hidden: true,
-          width: "130px",
         },
         {
           label: "创建时间",
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
       ],
       tableData: [], //表单数据

+ 0 - 17
src/views/education/examManagement/applicationData/formerAccount/index.vue

@@ -205,7 +205,6 @@ export default {
           label: "预约状态",
           prop: "subscribeStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -222,7 +221,6 @@ export default {
           label: "前培标记",
           prop: "beforeStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -235,7 +233,6 @@ export default {
           label: "考试登记",
           prop: "examStatus",
           hidden: true,
-          width: "130px",
           scope: "isOptionsDZYQ",
           options: [
             {
@@ -265,38 +262,32 @@ export default {
           prop1: "performance",
           prop2: "result",
           hidden: true,
-          width: "130px",
           scope: "resultType",
         },
         {
           label: "证书编号",
           prop: "certificateCode",
           hidden: true,
-          width: "130px",
         },
         {
           label: "考试标题",
           prop: "applyName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "前培标题",
           prop: "beforeName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员姓名",
           prop: "realname",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "170px",
         },
         {
           label: "所购商品",
@@ -304,14 +295,12 @@ export default {
           prop2: "goodsName",
           prop3: "standPrice",
           hidden: true,
-          width: "220px",
           scope: "goodsInfos",
         },
         {
           label: "学员报考类型",
           prop: "studentType",
           hidden: true,
-          width: "130px",
           scope: "isOptions",
           options: [
             {
@@ -328,7 +317,6 @@ export default {
           label: "所报专业",
           prop: "categoryName",
           hidden: true,
-          width: "130px",
         },
         {
           label: "预约场次(考试地点和时间)",
@@ -337,14 +325,12 @@ export default {
           prop3: "applySiteStartTime",
           prop4: "applySiteEndTime",
           hidden: true,
-          width: "280px",
           scope: "changAdress",
         },
         {
           label: "考试次数消耗",
           prop: "examExpend",
           hidden: true,
-          width: "130px",
         },
         {
           label: "预约场次(考培地点和时间)",
@@ -353,21 +339,18 @@ export default {
           prop3: "applySiteStartTrainTime",
           prop4: "applySiteEndTrainTime",
           hidden: true,
-          width: "280px",
           scope: "changAdress",
         },
         {
           label: "前培次数消耗",
           prop: "beforeExpend",
           hidden: true,
-          width: "130px",
         },
         {
           label: "创建时间",
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
       ],
       tableData: [], //表单数据

+ 2 - 4
src/views/education/examManagement/examArrangement/index.vue

@@ -718,19 +718,16 @@ export default {
           label: "考试编码",
           prop: "code",
           hidden: true,
-          width: "140px",
         },
         {
           label: "考试标题",
           prop: "applyName",
           hidden: true,
-          width: "120px",
         },
         {
           label: "可报学员",
           prop: "applyStatus",
           hidden: true,
-          width: "160px",
           scope: "morePeople",
         },
         {
@@ -740,12 +737,13 @@ export default {
           hidden: true,
           scope: "TimeLists",
           Diszing: false,
-          width: "220px",
+          
         },
         {
           label: "使用状态",
           prop: "status",
           hidden: true,
+          width: "120px",
           scope: "isOptions",
           options: [
             {

+ 0 - 5
src/views/education/examManagement/examConfiguration/examNum/index.vue

@@ -196,7 +196,6 @@ export default {
           label: "考次编码",
           prop: "code",
           hidden: true,
-          width: "130px",
         },
         {
           label: "商品类型",
@@ -226,7 +225,6 @@ export default {
           label: "教育类型",
           prop: "educationName",
           hidden: true,
-          width: "120px",
         },
         {
           label: "业务层次",
@@ -234,7 +232,6 @@ export default {
           prop2: "businessName",
           scope: "InfoMore",
           hidden: true,
-          width: "180px",
         },
         {
           label: "适配商品",
@@ -244,7 +241,6 @@ export default {
           prop3: "standPrice",
           hidden: true,
           scope: "moreGoodsList",
-          width: "210px",
         },
         {
           label: "考试次数",
@@ -255,7 +251,6 @@ export default {
           label: "前培(刷题)次数",
           prop: "doNumber",
           hidden: true,
-          width: "140px",
         },
         {
           label: "状态",

+ 1 - 3
src/views/education/examManagement/qianpeiArrange/index.vue

@@ -348,13 +348,11 @@ export default {
           label: "前培编码",
           prop: "code",
           hidden: true,
-          width: "140px",
         },
         {
           label: "前培标题",
           prop: "beforeName",
           hidden: true,
-          width: "120px",
         },
         {
           label: "报名开放时间",
@@ -363,12 +361,12 @@ export default {
           hidden: true,
           scope: "TimeLists",
           Diszing: false,
-          width: "220px",
         },
         {
           label: "使用状态",
           prop: "status",
           hidden: true,
+          width: "130px",
           scope: "isOptions",
           options: [
             {

+ 1 - 2
src/views/education/qaManagement/qaList/ask.vue

@@ -120,7 +120,6 @@ export default {
           prop1: "projectName",
           prop2: "businessName",
           hidden: true,
-          width: "220px",
           scope: "InfoMore",
         },
         {
@@ -132,6 +131,7 @@ export default {
           label: "提问内容",
           prop: "answerText",
           hidden: true,
+          width:"250px"
         },
         {
           label: "提问人",
@@ -143,7 +143,6 @@ export default {
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width:"190px"
         },
       ],
       tableData: [], //表单数据

+ 1 - 2
src/views/education/qaManagement/qaList/reply.vue

@@ -86,7 +86,6 @@ export default {
           prop1: "projectName",
           prop2: "businessName",
           hidden: true,
-          width: "220px",
           scope: "InfoMore",
         },
         {
@@ -114,6 +113,7 @@ export default {
           label: "回复内容",
           prop: "answerText",
           hidden: true,
+          width:"250px"
         },
         {
           label: "回复人",
@@ -125,7 +125,6 @@ export default {
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width:"190px"
         },
       ],
       tableData: [], //表单数据

+ 0 - 7
src/views/education/studentManageMent/studentList/index.vue

@@ -91,7 +91,6 @@ export default {
           label: "学员编码",
           prop: "studentCode",
           hidden: true,
-          width: "130px",
         },
         {
           label: "学员姓名",
@@ -103,26 +102,22 @@ export default {
           label: "学员身份证",
           prop: "idCard",
           hidden: true,
-          width: "190px",
         },
         {
           label: "绑定手机号",
           prop: "telphone",
           hidden: true,
-          width: "130px",
         },
         {
           label: "绑定微信",
           prop: "nickname",
           hidden: true,
-          width: "130px",
         },
         {
           label: "创建时间",
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width: "180px",
         },
         {
           label: "所购商品",
@@ -130,7 +125,6 @@ export default {
           prop2: "goodsBankNum",
           hidden: true,
           scope: "payGoodsList",
-          width: "200px",
         },
         {
           label: "所属班级",
@@ -138,7 +132,6 @@ export default {
           hidden: true,
           scope: "classNums",
           sort: true,
-          width: "120px",
         },
       ],
       tableData: [], //表单数据

+ 10 - 8
src/views/education/teacher/teacherList/index.vue

@@ -110,7 +110,10 @@
               </el-col>
               <el-col :span="7" v-if="eduId">
                 <el-popover placement="bottom" trigger="click">
-                  <el-checkbox-group v-model="listData.teacherProjects" class="instts">
+                  <el-checkbox-group
+                    v-model="listData.teacherProjects"
+                    class="instts"
+                  >
                     <el-checkbox
                       :label="items.id"
                       v-for="(items, indexs) in newProjectList"
@@ -165,7 +168,7 @@ import { mapGetters } from "vuex";
 import tableList from "@/components/tableList";
 import pagination from "@/components/pagination";
 export default {
-  name:"TeacherList",
+  name: "TeacherList",
   components: { tableList, pagination },
   data() {
     return {
@@ -239,7 +242,6 @@ export default {
           prop: "teacherProjectList",
           hidden: true,
           scope: "mapTypesTeacher",
-          width: "240px",
         },
         {
           label: "教师简介",
@@ -277,7 +279,7 @@ export default {
     this.search();
     this.getInfos();
   },
-  activated(){
+  activated() {
     this.search();
     this.getInfos();
   },
@@ -422,8 +424,8 @@ export default {
         this.listData = {
           avatar: "oss/images/avatar/20211013/1634097664410_1397766697",
           teacherProjects: [],
-          sex:1,
-          status:1,
+          sex: 1,
+          status: 1,
         };
         this.dialog = true;
       } else {
@@ -451,7 +453,7 @@ export default {
 </script>
 
 <style lang="less" scoped>
-.instts{
+.instts {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
@@ -470,7 +472,7 @@ export default {
   display: flex;
 }
 .pothers {
-  color:red;
+  color: red;
   margin: 0px 4px;
   cursor: pointer;
   transition: all 0.2s;

+ 0 - 6
src/views/resource/bankManagement/chapterVolumeManagement/index.vue

@@ -109,20 +109,17 @@ export default {
           label: "章卷编码",
           prop: "code",
           hidden: true,
-          width: "120px",
         },
         {
           label: "标题前缀",
           prop: "prefixName",
           hidden: true,
-          width: "160px",
         },
         {
           label: "章卷标题",
           prop: "name",
           hidden: true,
           scope: "editInfo",
-          width: "300px",
         },
         {
           label: "适用业务层级",
@@ -132,7 +129,6 @@ export default {
           prop4: "subjectName",
           hidden: true,
           scope: "eduTypes",
-          width: "360",
         },
         {
           label: "关联商品",
@@ -140,14 +136,12 @@ export default {
           prop1: "goodsName",
           hidden: true,
           scope: "aboutChapter",
-          width: "240",
           int: 7,
         },
         {
           label: "试卷总数",
           prop: "examNum",
           hidden: true,
-          width: "100",
         },
         {
           label: "发布状态",

+ 0 - 1
src/views/resource/bankManagement/knowledgeManagement/index.vue

@@ -261,7 +261,6 @@ export default {
           prop: "knowledgeName",
           scope: "editInfo",
           hidden: true,
-          width:"240px"
         },
         {
           label: "适用业务层级",

+ 0 - 7
src/views/resource/bankManagement/testPaperManagement/index.vue

@@ -116,20 +116,17 @@ export default {
           label: "试卷编码",
           prop: "code",
           hidden: true,
-          width:"120px"
         },
         {
           label: "名称前缀",
           prop: "prefixName",
           hidden: true,
-          width:"180px"
         },
         {
           label: "试卷名称",
           prop: "examName",
           hidden: true,
           scope: "editInfo",
-          width:"310px"
         },
         {
           label: "适用业务层级",
@@ -139,7 +136,6 @@ export default {
           prop4: "subjectName",
           hidden: true,
           scope: "eduTypes",
-          width: "360px",
         },
         {
           label: "发布状态",
@@ -152,14 +148,12 @@ export default {
           prop: "updateTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
         {
           label: "创建时间",
           prop: "createTime",
           hidden: true,
           scope: "aTimeList",
-          width: "160px",
         },
         {
           label: "关联商品",
@@ -167,7 +161,6 @@ export default {
           prop1: "goodsName",
           hidden: true,
           scope: "aboutChapter",
-          width: "320px",
           int: 6,
         },
       ],

+ 0 - 5
src/views/resource/bankManagement/topicManagement/index.vue

@@ -291,13 +291,11 @@ export default {
           label: "题目编码",
           prop: "code",
           hidden: true,
-          width: "120px",
         },
         {
           label: "标题前缀",
           prop: "prefixName",
           hidden: true,
-          width: "160px",
         },
         {
           label: "题目标题",
@@ -317,7 +315,6 @@ export default {
           prop: "knowledgeList",
           hidden: true,
           scope: "knowledge",
-          width: "200px",
           showTooltip: true,
         },
         {
@@ -325,7 +322,6 @@ export default {
           prop: "businessList",
           hidden: true,
           scope: "mapTypesMores",
-          width: "360px",
         },
         {
           label: "发布状态",
@@ -349,7 +345,6 @@ export default {
           prop1: "examName",
           hidden: true,
           scope: "aboutChapter",
-          width: "240",
           int: 5,
         },
       ],

+ 0 - 6
src/views/resource/bankManagement/volumeManagement/index.vue

@@ -109,20 +109,17 @@ export default {
           label: "模块卷编码",
           prop: "code",
           hidden: true,
-          width:"130px"
         },
         {
           label: "标题前缀",
           prop: "prefixName",
           hidden: true,
-          width:"180px"
         },
         {
           label: "模块卷标题",
           prop: "moduleName",
           hidden: true,
           scope: "editInfo",
-          width:"300px"
         },
         {
           label: "适用业务层级",
@@ -132,7 +129,6 @@ export default {
           prop4: "subjectName",
           hidden: true,
           scope:"eduTypes",
-          width:"400"
         },
         {
           label: "关联商品",
@@ -140,14 +136,12 @@ export default {
           prop1: "goodsName",
           hidden: true,
           scope: "aboutChapter",
-          width: "150",
           int:8
         },
         {
           label: "章卷总数",
           prop: "chapterExamNum",
           hidden: true,
-          width: "100",
         },
         // {
         //   label: "适用业务层级",

+ 0 - 1
src/views/resource/baseManageInfos/resource/businessLevel/index.vue

@@ -251,7 +251,6 @@ export default {
           prop2: "businessName",
           hidden: true,
           scope: "editInfoMore",
-          width: "220px",
         },
         {
           label: "教育类型",

+ 0 - 3
src/views/resource/baseManageInfos/resource/colleges/index.vue

@@ -209,21 +209,18 @@ export default {
           label: "院校编码",
           prop: "encoder",
           hidden: true,
-          width:"120px"
         },
         {
           label: "院校名称",
           prop: "schoolName",
           hidden: true,
           scope: "editInfo",
-          width:"150px"
         },
         {
           label: "适用项目类型",
           prop: "courseProjectTypes",
           hidden: true,
           scope: "mapTypes",
-          width:"240px"
         },
         {
           label: "所在省份",

+ 1 - 1
src/views/resource/baseManageInfos/resource/papers/index.vue

@@ -181,7 +181,7 @@ export default {
   mounted() {
     this.search();
   },
-  activated(){
+  activated() {
     this.search();
   },
   methods: {

+ 0 - 4
src/views/resource/baseManageInfos/resource/professional/index.vue

@@ -198,20 +198,17 @@ export default {
           prop: "categoryName",
           hidden: true,
           scope: "editInfo",
-          width: "130px",
         },
         {
           label: "专业编码",
           prop: "encoder",
           hidden: true,
-          width: "130px",
         },
         {
           label: "适用项目类型",
           prop: "courseProjectTypeVo",
           hidden: true,
           scope: "mapTypes",
-          width: "240px",
         },
         {
           label: "状态",
@@ -223,7 +220,6 @@ export default {
           label: "标签",
           prop: "labelName",
           hidden: true,
-          width: "130px",
           scope: "jumpPageLabelProfess",
         },
       ],

+ 1 - 1
src/views/resource/baseManageInfos/resource/suject/index.vue

@@ -196,13 +196,13 @@ export default {
           prop: "courseProjectTypes",
           hidden: true,
           scope: "mapTypes",
-          width: "360px",
         },
         {
           label: "状态",
           prop: "status",
           hidden: true,
           scope: "status",
+          width: "130px",
         },
       ],
       tableData: [], //表单数据

+ 1 - 1
src/views/resource/baseManageInfos/resource/testPeriod/index.vue

@@ -212,13 +212,13 @@ export default {
           scope: "TimeLists",
           hidden: true,
           Diszing: false,
-          width: 220,
         },
         {
           label: "状态",
           prop: "status",
           hidden: true,
           scope: "status",
+          width: "130px",
         },
       ],
       tableData: [], //表单数据

+ 1 - 2
src/views/resource/handoutManagement/handoutList/index.vue

@@ -115,14 +115,12 @@ export default {
           prop: "handoutsName",
           hidden: true,
           scope: "editInfo",
-          width: "300px",
         },
         {
           label: "适用业务层级",
           prop: "courseHandoutsBusinessVo",
           hidden: true,
           scope: "mapTypesMores",
-          width: "340px",
         },
         {
           label: "是否可下载",
@@ -146,6 +144,7 @@ export default {
           prop: "status",
           hidden: true,
           scope: "fabStatus",
+          width: "140px",
         },
       ],
       tableData: [], //表单数据

+ 0 - 7
src/views/resource/videoManagement/chapter/index.vue

@@ -110,27 +110,23 @@ export default {
           label: "章编码",
           prop: "code",
           hidden: true,
-          width: "120",
         },
         {
           label: "标题前缀",
           prop: "prefixName",
           hidden: true,
-          width: "200",
         },
         {
           label: "章标题",
           prop: "name",
           hidden: true,
           scope: "editInfo",
-          width: "260",
         },
         {
           label: "适用业务层级",
           prop: "businessList",
           hidden: true,
           scope: "mapTypesMores",
-          width: "340",
         },
         {
           label: "关联模块",
@@ -138,7 +134,6 @@ export default {
           prop1: "moduleName",
           hidden: true,
           scope: "aboutChapter",
-          width: "200",
           int: 2,
         },
         // {
@@ -150,13 +145,11 @@ export default {
           label: "节总数",
           prop: "sectionNum",
           hidden: true,
-          width:"100px",
         },
         {
           label: "学习时长",
           prop: "durationTime",
           hidden: true,
-          width:"100px",
           scope:"convert",
         },
         {

+ 0 - 10
src/views/resource/videoManagement/courseManagement/index.vue

@@ -127,20 +127,17 @@ export default {
           label: "课程编码",
           prop: "code",
           hidden: true,
-          width: "120px",
         },
         {
           label: "名称前缀",
           prop: "prefixName",
           hidden: true,
-          width: "180px",
         },
         {
           label: "课程名称",
           prop: "courseName",
           hidden: true,
           scope: "editInfo",
-          width: "260px",
         },
         {
           label: "科目",
@@ -156,21 +153,18 @@ export default {
           label: "院校",
           prop: "schoolName",
           hidden: true,
-          width: "120px",
         },
         {
           label: "业务层次",
           prop1: "projectName",
           prop2: "businessName",
           hidden: true,
-          width: "340px",
           scope: "InfoMore",
         },
         {
           label: "教育类型",
           prop: "educationName",
           hidden: true,
-          width: "140px",
         },
         {
           label: "发布状态",
@@ -183,20 +177,17 @@ export default {
           prop: "updateTime",
           scope: "aTimeList",
           hidden: true,
-          width: "160px",
         },
         {
           label: "创建时间",
           prop: "createTime",
           scope: "aTimeList",
           hidden: true,
-          width: "160px",
         },
         {
           label: "课程章节",
           prop: "courseId",
           hidden: true,
-          width: "120px",
           scope: "aboutTrees",
         },
         {
@@ -204,7 +195,6 @@ export default {
           hidden: true,
           prop: "goodsList",
           prop1: "goodsName",
-          width: "210px",
           scope: "aboutChapter",
           int: 4,
         },

+ 0 - 7
src/views/resource/videoManagement/festival/index.vue

@@ -188,27 +188,23 @@ export default {
           label: "节编码",
           prop: "code",
           hidden: true,
-          width: "140px",
         },
         {
           label: "标题前缀",
           prop: "prefixName",
           hidden: true,
-          width: "200px",
         },
         {
           label: "节标题",
           prop: "name",
           hidden: true,
           scope: "editInfo",
-          width: "260px",
         },
         {
           label: "适用业务层级",
           prop: "businessList",
           hidden: true,
           scope: "mapTypesMores",
-          width: "340px",
         },
         {
           label: "关联章",
@@ -216,7 +212,6 @@ export default {
           prop1: "chapterName",
           hidden: true,
           scope: "aboutChapter",
-          width: "200px",
           int: 1,
         },
         // {
@@ -239,7 +234,6 @@ export default {
           label: "节时长",
           prop: "durationTime",
           hidden: true,
-          width: "100px",
           scope: "convert",
         },
         {
@@ -248,7 +242,6 @@ export default {
           prop1:"recordingUrl",
           prop2:"liveUrl",
           hidden: true,
-          width: "280px",
           scope: "liveAndUrl",
         },
         // {

+ 1 - 4
src/views/resource/videoManagement/flow/index.vue

@@ -297,14 +297,12 @@ export default {
           label: "流地址编码",
           prop: "code",
           hidden: true,
-          width: "160px",
         },
         {
           label: "流地址名称",
           prop: "streamingName",
           hidden: true,
           scope: "editInfo",
-          width: "300px",
         },
         {
           label: "直播/录播/回放地址",
@@ -313,7 +311,6 @@ export default {
           prop2: "recordingVideoId",
           prop3: "playbackUrl",
           hidden: true,
-          width: "300px",
           scope: "urlStatus",
         },
         {
@@ -321,13 +318,13 @@ export default {
           prop: "businessList",
           hidden: true,
           scope: "mapTypesBUS",
-          width: "300px",
         },
         {
           label: "视频类型",
           prop: "streamingType",
           hidden: true,
           scope: "sectionTypes",
+          width: "100px",
         },
         // {
         //   label: "流地址类型",

+ 0 - 8
src/views/resource/videoManagement/moduleManagement/index.vue

@@ -109,27 +109,23 @@ export default {
           label: "模块编码",
           prop: "code",
           hidden: true,
-          width: "120",
         },
         {
           label: "标题前缀",
           prop: "prefixName",
           hidden: true,
-          width: "200",
         },
         {
           label: "模块标题",
           prop: "moduleName",
           hidden: true,
           scope: "editInfo",
-          width: "260",
         },
         {
           label: "适用业务层级",
           prop: "businessList",
           hidden: true,
           scope: "mapTypesMores",
-          width: "340",
         },
         {
           label: "关联课程",
@@ -137,26 +133,22 @@ export default {
           prop1: "courseName",
           hidden: true,
           scope: "aboutChapter",
-          width: "200",
           int: 3,
         },
         {
           label: "章总数",
           prop: "chapterNum",
           hidden: true,
-          width: "100",
         },
         {
           label: "节总数",
           prop: "sectionNum",
           hidden: true,
-          width: "100",
         },
         {
           label: "学习时长",
           prop: "durationTime",
           hidden: true,
-          width:"100px",
           scope:"convert",
         },
         {