Просмотр исходного кода

Merge branch 'hjw-222' into 'master'

Hjw 222

See merge request spfm/spfm-market-front!492
徐兴安 1 год назад
Родитель
Сommit
00d329af80
33 измененных файлов с 1286 добавлено и 1432 удалено
  1. 2 2
      .env.development
  2. 12 6
      src/components/el-form.vue
  3. 6 1
      src/components/el-formid.vue
  4. 13 10
      src/components/workDeptThree.vue
  5. 24 45
      src/components/workflowBase.vue
  6. 2 2
      src/config/dev.js
  7. 18 18
      src/pages/main/accountPermissions/accountApplication.vue
  8. 24 24
      src/pages/main/accountPermissions/accountPermissions.vue
  9. 24 24
      src/pages/main/accountPermissions/accountdel.vue
  10. 18 18
      src/pages/main/accountPermissions/aqbgsyList.vue
  11. 21 21
      src/pages/main/accountPermissions/klhfsqList.vue
  12. 21 21
      src/pages/main/accountPermissions/rltzjlList.vue
  13. 18 18
      src/pages/main/accountPermissions/sjkdbList.vue
  14. 18 18
      src/pages/main/accountPermissions/tyshList.vue
  15. 24 24
      src/pages/main/applyFor/authoriZation.vue
  16. 18 18
      src/pages/main/applyFor/backupRequire.vue
  17. 26 26
      src/pages/main/applyFor/emergencyPlan.vue
  18. 18 18
      src/pages/main/applyFor/internetAccess.vue
  19. 18 18
      src/pages/main/applyFor/resourceApply.vue
  20. 18 18
      src/pages/main/applyFor/securityAudit.vue
  21. 18 18
      src/pages/main/applyFor/userChange.vue
  22. 18 18
      src/pages/main/bfsj/bfsjList.vue
  23. 739 880
      src/pages/main/closeFill/advanceDeposit.vue
  24. 17 17
      src/pages/main/firewall/index.vue
  25. 2 2
      src/pages/main/homeMarket/magicboxAudit/index.vue
  26. 22 22
      src/pages/main/internetAssessment/internetAssessment.vue
  27. 8 8
      src/pages/main/leader/risk/riskManagement.vue
  28. 29 29
      src/pages/main/leader/risk/riskMaterials.vue
  29. 24 24
      src/pages/main/magicboxAudits/magicboxAudits.vue
  30. 18 18
      src/pages/main/opcode/index.vue
  31. 18 18
      src/pages/main/userList/docAppr.vue
  32. 18 18
      src/pages/main/userList/userList.vue
  33. 12 10
      src/pages/main/workflowdef/qathList.vue

+ 2 - 2
.env.development

@@ -1,6 +1,6 @@
 VUE_APP_FILE_API = http://192.168.1.9:9114
 VUE_APP_GRID_API = http://192.168.1.19:9114
-NODE_ENV = development
+NODE_ENV = production
 
-VUE_APP_ENV = development
+VUE_APP_ENV = devs
 outputDir = dist-dev

+ 12 - 6
src/components/el-form.vue

@@ -12,8 +12,9 @@
       <!-- 是否需要序号 -->
       <el-table-column v-if="list.isIndex" type="index" label="序号" width="55" align="center" />
       <template v-for="item in list.titledata">
-        <el-table-column :key="item.prop" :prop="item.prop" :label="item.label" align="center" show-overflow-tooltip
-          :width="item.width || 100" />
+        <el-table-column :key="item.prop" :prop="item.prop" :label="item.label" :title="item.prop" align="center"
+          show-overflow-tooltip :width="item.width || ''">
+        </el-table-column>
       </template>
       <!-- 操作列 -->
       <el-table-column v-if="list.isOperation" v-bind="list.data && list.data.length ? { fixed: 'right' } : null"
@@ -28,7 +29,7 @@
                 <template v-if="item.type !== 'icon'">
                   <el-button v-bind="item" :type="item.type ? item.type : ''" size="mini" @click.native.prevent="
                     item.handleRow(scope.$index, scope.row, item.label)
-                  ">
+                    ">
                     {{ item.label }}
                   </el-button>
                 </template>
@@ -44,9 +45,8 @@
     </el-table>
     <div class="page">
       <el-pagination style="display: flex; flex-direction: row-reverse" v-if="list.pageData.total > 0"
-        :current-page.sync="page" :page-sizes="
-          list.pageData.pageSizes ? list.pageData.pageSizes : [5, 10, 15, 20]
-        " :page-size="list.pageData.pageSize" layout="total, sizes, prev, pager, next, jumper"
+        :current-page.sync="page" :page-sizes="list.pageData.pageSizes ? list.pageData.pageSizes : [5, 10, 15, 20]
+          " :page-size="list.pageData.pageSize" layout="total, sizes, prev, pager, next, jumper"
         :total="list.pageData.total" @size-change="handleSizeChange" @current-change="handleCurrentChange" />
     </div>
   </div>
@@ -115,4 +115,10 @@ export default {
   display: flex;
   justify-content: center;
 }
+
+::v-deep .el-table {
+  .cell {
+    white-space: nowrap;
+  }
+}
 </style>

+ 6 - 1
src/components/el-formid.vue

@@ -39,7 +39,7 @@
             :label="item.label"
             align="center"
             show-overflow-tooltip
-            :width="item.width || 100"
+            :width="item.width || ''"
           />
         </template>
         <!-- 操作列 -->
@@ -162,5 +162,10 @@
     display: flex;
     justify-content: center;
   }
+  ::v-deep .el-table {
+  .cell {
+    white-space: nowrap;
+  }
+}
   </style>
   

+ 13 - 10
src/components/workDeptThree.vue

@@ -9,7 +9,7 @@
       @check-change="handleCheckChange"
       :data="treeList"
       node-key="id"
-      :default-checked-keys="defaultListc"
+      :default-checked-keys="defaultListcs"
       :default-expanded-keys="defaultListc"
     >
       <span
@@ -48,6 +48,7 @@ export default {
         label: "label",
       },
       defaultListc: [],
+      defaultListcs: [],
       loading: false,
       filterText: "",
     };
@@ -147,19 +148,21 @@ export default {
   },
   watch: {
     treeList(newVal, oldVal) {
+      this.defaultListc = []
       console.log(newVal);
       this.$nextTick(() => {
         if (newVal.length <= 1) {
-          this.isexpand = true;
+          this.defaultListc.push(newVal[0].id)
+          // this.isexpand = true;
 
-          for (
-            var i = 0;
-            i < this.$refs.tree.store._getAllNodes().length;
-            i++
-          ) {
+          // for (
+          //   var i = 0;
+          //   i < this.$refs.tree.store._getAllNodes().length;
+          //   i++
+          // ) {
 
-            this.$refs.tree.store._getAllNodes()[i].expanded = true;
-          }
+          //   this.$refs.tree.store._getAllNodes()[i].expanded = true;
+          // }
         } else {
           for (
             var i = 0;
@@ -167,7 +170,7 @@ export default {
             i++
           ) {
 
-            this.$refs.tree.store._getAllNodes()[i].expanded =false;
+            this.$refs.tree.store._getAllNodes()[i].expanded = false;
           }
         }
       });

+ 24 - 45
src/components/workflowBase.vue

@@ -423,11 +423,9 @@ export default {
       e ? (list.resourceId = e) : list;
       console.log(this.paramsJson);
       console.log(this.getNextPathindex);
-      // if (this.getNextPathindex == 3) {
       if (this.paramsJson.length > 1) {
-        list.paramsJson = this.paramsJson
+        list.paramsJson = this.paramsJson//增加查询条件
       }
-      // }
       this.$http({
         url: "/market/waf/queryPath",
         method: "post",
@@ -475,10 +473,7 @@ export default {
             this.node = res.data.body;
           } else {
             this.resourceId = res.data.body.nextShapes[0].resourceId
-            // alert(111)
-            // if (this.getNextPathindex == 2) {
             let paramsJson = '|'
-            let biggestNum = 0;
             this.$http({
               url: "/market/CfgWorkflowChooseNode/queryList",//筛选自定义候选节点
               method: "post",
@@ -492,40 +487,38 @@ export default {
               },
             }).then((ress) => {
               let arr = []
+              let arr2 = []
+              let arr3 = []
               if (ress.data.length > 0) {
                 ress.data.map((item) => {
-                  if (item.paramsJson.length > biggestNum) {
-                    biggestNum = item.paramsJson.length
-                    arr = item.paramsJson.split('|').slice(1)
-                    arr.pop()
-                    console.log(arr);
-
-                  }
+                  arr = item.paramsJson.split('|').slice(1)//截取字符串
+                  arr.pop()
+                  console.log('arr');
+                  console.log(arr);
+                  arr3 = arr3.concat(arr)
+                  console.log('arr3');
+                  console.log(arr3);
+                })
+                let Array2 = []
+                arr3.map((items, index) => {
+                  console.log('items');
+                  console.log(items);
+                  Array2.push(items.split(':')[0])//拼接paramsJson中的属性
                 })
-                arr.map((items, index) => {
-                  console.log(items.split(':'));
-                  paramsJson += items.split(':')[0] + ':' + this.list[items.split(':')[0]] + '|'
+                console.log('Array2');
+                console.log(Array2);
+                let uniqueArray = Array.from(new Set(Array2))//去重属性
+                console.log('uniqueArray');
+                console.log(uniqueArray);
+                uniqueArray.map((itemss, index) => {
+                  paramsJson += itemss + ':' + this.list[itemss] + '|'//从接口中的属性 向表单取值
                 })
-                // this.getNextPathindex = 0
-                // for (var key in JSON.parse(ress.data[0].paramsJson)) {
-                //   console.log(key, JSON.parse(ress.data[0].paramsJson)[key])
-                //   if (this.requestForm.processDefinitionKey == ress.data[0].tableName) {
-                //     
-                //   }
-                // }
-                // console.log(key)
               }
-              // paramsJson.nodeResourceId=ress.data[0].nodeResourceId
               console.log(paramsJson);
               this.paramsJson = paramsJson
               this.getNextPathindex++
-              this.getNextPath(res.data.body.nextShapes[0].resourceId, 2);
+              this.getNextPath(res.data.body.nextShapes[0].resourceId, 2);//循环查询节点
             })
-            // }
-
-            // console.log(this.paramsJson);
-
-
           }
         }
         if (status === 3) {
@@ -573,28 +566,14 @@ export default {
               }
             }
           })
-
-          // console.log(key)
         }
         console.log(paramsJson);
-        // console.log(this.list);
-        // console.log(this.requestForm);
-
         let createdId = "createId";
         let id =
           e.nextShapes[0].properties.documentation.indexOf(createdId) != -1
             ? this.list.createId
             : e.nextShapes[0].properties.documentation;
         console.log(id);
-
-
-        // if (this.requestForm.processDefinitionKey == 'BOMC_process' || this.requestForm.processDefinitionKey == 'ZHQX_process' || this.requestForm.processDefinitionKey == 'ZYSQ_process') {
-        //   paramsJson.proposerType = this.list.proposerType
-        // }
-        // if (this.requestForm.processDefinitionKey == 'YHBG_process') {
-        //   paramsJson.changeType = this.list.changeType
-        // }
-
         this.$http({
           url: "/market/api/user/info/queryNodePers?params=" + id,
           method: "post",

+ 2 - 2
src/config/dev.js

@@ -5,7 +5,7 @@ let devs = {
     BASE_URL: "http://43.138.50.94:9600/", //本地环境
     BASE_API: "http://43.138.50.94:8880/api",//工作流本地环境
     EXCEL_URL: "http://43.138.50.94:7777", //本地excel路径
-    OFFICE_URL:'http://43.138.50.94:7779',  //在线office路径
+    OFFICE_URL:'http://150.158.79.10:7779',  //在线office路径
     provincialWorkOrderAreafresourceId: 'a682dc9f-2fea-11ed-a6ed-02427ba2d388',//通用工单地市
     provincialWorkOrderfresourceId: '08368848-2fde-11ed-a6ed-02427ba2d388',//通用工单省
     riskMaterialsfresourceId: 'c9104902-6575-11ed-8e1e-d6cd97160e00',//风险防控
@@ -38,7 +38,7 @@ let devs = {
 let dev = {
     TITLE: '本地环境',
     KNOWLEDGE_URL: "http://150.158.79.10:8012", //本地环境知识库预览
-    OFFICE_URL:'http://43.138.50.94:7779',  //在线office路径
+    OFFICE_URL:'http://150.158.79.10:7779',  //在线office路径
     BASE_URL: "http://127.0.0.1:8080", //本地环境
     BASE_API: "http://43.138.50.94:8880/api",//工作流本地环境
     EXCEL_URL: "http://43.138.50.94:7777", //本地excel路径

+ 18 - 18
src/pages/main/accountPermissions/accountApplication.vue

@@ -647,27 +647,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -718,23 +718,23 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        // width: 350,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        // width: 350,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        // width: 350,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        // width: 350,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -766,23 +766,23 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        // width: 350,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        // width: 350,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        // width: 350,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        // width: 350,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -814,28 +814,28 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        // width: 350,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        // width: 350,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        // width: 350,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        // width: 350,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 350,
+                        // width: 350,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 24 - 24
src/pages/main/accountPermissions/accountPermissions.vue

@@ -216,27 +216,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -287,34 +287,34 @@ export default {
                     {
                         label: "申请主题",
                         prop: "need_name",
-                        width: 300,
+                        // //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 300,
+                        // //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 300,
+                        // //width: 300,
                     },
 
                     {
                         label: "账号",
                         prop: "account_name",
-                        width: 300,
+                        // //width: 300,
                     },
                     {
                         label: "账号权限",
                         prop: "authority",
-                        width: 300,
+                        // //width: 300,
                     },
                     {
                         label: "当前状态",
                         prop: "taskName",
-                        width: 300,
+                        // //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -346,34 +346,34 @@ export default {
                     {
                         label: "申请主题",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 300,
+                        //width: 300,
                     },
 
                     {
                         label: "账号",
                         prop: "account_name",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "账号权限",
                         prop: "authority",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "当前状态",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -405,39 +405,39 @@ export default {
                     {
                         label: "申请主题",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 300,
+                        //width: 300,
                     },
 
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "账号",
                         prop: "account_name",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "账号权限",
                         prop: "authority",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "当前状态",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 24 - 24
src/pages/main/accountPermissions/accountdel.vue

@@ -16,7 +16,7 @@
             <div style="">
                 <el-button type="primary" v-if="saveStatus" @click="clickSave">保存</el-button>
                 <el-button type="primary" v-if="startStatus" @click="clickHandles">处理</el-button>
-                <el-button type="primary" v-if="closeStatus" @click="handleClose">关闭</el-button>  
+                <el-button type="primary" v-if="closeStatus" @click="handleClose">关闭</el-button>
             </div>
             <el-form ref="form" :model="fromList" :rules="rule" label-width="120px" style="margin-top: 30px">
                 <div style="text-align: center;    font-size: 24px;">账号删除流程</div>
@@ -65,7 +65,7 @@
                     </el-form-item>
                 </div>
                 <div class="flex-header">
-                    <el-form-item label="4A主账号:" >
+                    <el-form-item label="4A主账号:">
                         <el-input v-model="fromList.mainAccount4a" :disabled="disabled"></el-input>
                     </el-form-item>
                 </div>
@@ -129,9 +129,9 @@
             <el-dialog title="处理操作" width="100%" :visible.sync="handleStatus" :before-close="handleCloses" :modal="false"
                 v-if="handleStatus" :destroy-on-close="true">
                 <Workflow :list="fromList" v-if="isWorkflowStatus == true" @updateForm="updateForm"
-                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
+                    :requestForm="requestForm" :request_formTitle="request_form.title" />
                 <WorkflowEntrance :list="fromList" v-else :lastManList="lastManList" @beforeClose="updateForm"
-                    :requestForm="requestForm" :request_formTitle="request_form.title"/>
+                    :requestForm="requestForm" :request_formTitle="request_form.title" />
                 <!-- 后期维护 -->
             </el-dialog>
         </div>
@@ -315,27 +315,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -386,23 +386,23 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 350,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 350,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 350,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 350,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -434,23 +434,23 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 350,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 350,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 350,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 350,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -482,28 +482,28 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 350,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 350,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 350,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 350,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 350,
+                        //width: 350,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -1172,7 +1172,7 @@ export default {
         //我的待办
         getQueryList(e, status) {
             this.loading = true;
-             getTodoBase(this.pageNo, "", e || { tableName: this.tableName }).then((res) => {
+            getTodoBase(this.pageNo, "", e || { tableName: this.tableName }).then((res) => {
                 if (status === 0) {
                     this.clickDemand("任务主题", res.data.data[0]);
                 }
@@ -1220,7 +1220,7 @@ export default {
             getDoneBase(this.pageNo, "", { tableName: this.tableName, }).then((res) => {
                 this.tabListMain[1].number = res.data.totalRecord
             });
-             getTodoBase(this.pageNo, "", { tableName: this.tableName }).then((res) => {
+            getTodoBase(this.pageNo, "", { tableName: this.tableName }).then((res) => {
                 this.tabListMain[0].number = res.data.totalRecord
             });
         }

+ 18 - 18
src/pages/main/accountPermissions/aqbgsyList.vue

@@ -167,27 +167,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -238,23 +238,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -286,23 +286,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -334,28 +334,28 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 21 - 21
src/pages/main/accountPermissions/klhfsqList.vue

@@ -220,27 +220,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -291,29 +291,29 @@ export default {
                     {
                         label: "工单标题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "工单编号",
                         prop: "need_no",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -345,29 +345,29 @@ export default {
                     {
                         label: "工单标题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "工单编号",
                         prop: "need_no",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -399,34 +399,34 @@ export default {
                     {
                         label: "工单标题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "工单编号",
                         prop: "need_no",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 21 - 21
src/pages/main/accountPermissions/rltzjlList.vue

@@ -195,27 +195,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -266,29 +266,29 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "工单编号",
                         prop: "need_no",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "创建人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "创建时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -320,29 +320,29 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "工单编号",
                         prop: "need_no",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "创建人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "创建时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -374,34 +374,34 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "工单编号",
                         prop: "need_no",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "创建人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "创建时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 18 - 18
src/pages/main/accountPermissions/sjkdbList.vue

@@ -351,27 +351,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -422,23 +422,23 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -470,23 +470,23 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -518,28 +518,28 @@ export default {
                     {
                         label: "任务主题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 18 - 18
src/pages/main/accountPermissions/tyshList.vue

@@ -209,27 +209,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -280,23 +280,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人姓名",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -328,23 +328,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人姓名",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -376,28 +376,28 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人姓名",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 24 - 24
src/pages/main/applyFor/authoriZation.vue

@@ -119,15 +119,15 @@
               style="width: 100%" max-height="350">
               <el-table-column type="index" label="序号" width="50">
               </el-table-column>
-              <el-table-column prop="taskName" label="环节名称" width="280" class="is-center">
+              <el-table-column prop="taskName" label="环节名称"  class="is-center">
               </el-table-column>
-              <el-table-column prop="assignee" label="处理人" width="280">
+              <el-table-column prop="assignee" label="处理人" >
               </el-table-column>
-              <el-table-column prop="startTime" label="到达时间" width="280">
+              <el-table-column prop="startTime" label="到达时间" >
               </el-table-column>
-              <el-table-column prop="endTime" label="处理时间" width="280">
+              <el-table-column prop="endTime" label="处理时间" >
               </el-table-column>
-              <el-table-column prop="content" label="回复意见" width="280">
+              <el-table-column prop="content" label="回复意见" >
               </el-table-column>
 
             </el-table>
@@ -286,32 +286,32 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 210,
+            //width: 210,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 210,
+            //width: 210,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 210,
+            //width: 210,
           },
           {
             label: "修改来源",
             prop: "edit_source",
-            width: 210,
+            //width: 210,
           },
           {
             label: "异常原因",
             prop: "wrong_rea",
-            width: 210,
+            //width: 210,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 210,
+            //width: 210,
           },
 
         ], //表格头
@@ -348,32 +348,32 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 210,
+            //width: 210,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 210,
+            //width: 210,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 210,
+            //width: 210,
           },
           {
             label: "修改来源",
             prop: "edit_source",
-            width: 210,
+            //width: 210,
           },
           {
             label: "异常原因",
             prop: "wrong_rea",
-            width: 210,
+            //width: 210,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 210,
+            //width: 210,
           },
 
         ],
@@ -393,37 +393,37 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 210,
+            //width: 210,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 210,
+            //width: 210,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 210,
+            //width: 210,
           },
           {
             label: "修改来源",
             prop: "edit_source",
-            width: 210,
+            //width: 210,
           },
           {
             label: "异常原因",
             prop: "wrong_rea",
-            width: 210,
+            //width: 210,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 210,
+            //width: 210,
           },
           {
             label: "当前处理人",
             prop: "currentMan",
-            width: 210,
+            //width: 210,
           },
         ],
         data: [], //内容数据

+ 18 - 18
src/pages/main/applyFor/backupRequire.vue

@@ -74,15 +74,15 @@
               style="width: 100%" max-height="350">
               <el-table-column type="index" label="序号" width="50">
               </el-table-column>
-              <el-table-column prop="taskName" label="环节名称" width="280" class="is-center">
+              <el-table-column prop="taskName" label="环节名称"  class="is-center">
               </el-table-column>
-              <el-table-column prop="assignee" label="处理人" width="280">
+              <el-table-column prop="assignee" label="处理人" >
               </el-table-column>
-              <el-table-column prop="startTime" label="到达时间" width="280">
+              <el-table-column prop="startTime" label="到达时间" >
               </el-table-column>
-              <el-table-column prop="endTime" label="处理时间" width="280">
+              <el-table-column prop="endTime" label="处理时间" >
               </el-table-column>
-              <el-table-column prop="content" label="回复意见" width="280">
+              <el-table-column prop="content" label="回复意见" >
               </el-table-column>
 
             </el-table>
@@ -219,22 +219,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 210,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 210,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 210,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 210,
           },
         ], //表格头
         data: [
@@ -270,22 +270,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 210,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 210,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 210,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 210,
           },
         ],
         data: [], //内容数据
@@ -304,27 +304,27 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 250,
+            //width: 210,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 250,
+            //width: 210,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 300,
+            //width: 300,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 250,
+            //width: 210,
           },
           {
             label: "当前处理人",
             prop: "currentMan",
-            width: 250,
+            //width: 210,
           },
         ],
         data: [], //内容数据

+ 26 - 26
src/pages/main/applyFor/emergencyPlan.vue

@@ -68,15 +68,15 @@
               style="width: 100%" max-height="350">
               <el-table-column type="index" label="序号" width="50">
               </el-table-column>
-              <el-table-column prop="taskName" label="环节名称" width="280" class="is-center">
+              <el-table-column prop="taskName" label="环节名称"  class="is-center">
               </el-table-column>
-              <el-table-column prop="assignee" label="处理人" width="280">
+              <el-table-column prop="assignee" label="处理人" >
               </el-table-column>
-              <el-table-column prop="startTime" label="到达时间" width="280">
+              <el-table-column prop="startTime" label="到达时间" >
               </el-table-column>
-              <el-table-column prop="endTime" label="处理时间" width="280">
+              <el-table-column prop="endTime" label="处理时间" >
               </el-table-column>
-              <el-table-column prop="content" label="回复意见" width="280">
+              <el-table-column prop="content" label="回复意见" >
               </el-table-column>
 
             </el-table>
@@ -226,22 +226,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ], //表格头
         data: [
@@ -277,22 +277,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ],
         data: [], //内容数据
@@ -311,27 +311,27 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 250,
+            // width: 250,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 250,
+            // width: 250,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 300,
+            // width: 300,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 250,
+            // width: 250,
           },
           {
             label: "当前处理人",
             prop: "currentMan",
-            width: 250,
+            // width: 250,
           },
         ],
         data: [], //内容数据
@@ -350,22 +350,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ],
         data: [], //内容数据
@@ -384,22 +384,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ],
         data: [], //内容数据

+ 18 - 18
src/pages/main/applyFor/internetAccess.vue

@@ -79,15 +79,15 @@
               style="width: 100%" max-height="350">
               <el-table-column type="index" label="序号" width="50">
               </el-table-column>
-              <el-table-column prop="taskName" label="环节名称" width="280" class="is-center">
+              <el-table-column prop="taskName" label="环节名称"  class="is-center">
               </el-table-column>
-              <el-table-column prop="assignee" label="处理人" width="280">
+              <el-table-column prop="assignee" label="处理人" >
               </el-table-column>
-              <el-table-column prop="startTime" label="到达时间" width="280">
+              <el-table-column prop="startTime" label="到达时间" >
               </el-table-column>
-              <el-table-column prop="endTime" label="处理时间" width="280">
+              <el-table-column prop="endTime" label="处理时间" >
               </el-table-column>
-              <el-table-column prop="content" label="回复意见" width="280">
+              <el-table-column prop="content" label="回复意见" >
               </el-table-column>
 
             </el-table>
@@ -224,22 +224,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ], //表格头
         data: [
@@ -275,22 +275,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ],
         data: [], //内容数据
@@ -309,27 +309,27 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 250,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 250,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 300,
+            // width: 300,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 250,
+            //width: 310,
           },
           {
             label: "当前处理人",
             prop: "currentMan",
-            width: 250,
+            //width: 310,
           },
         ],
         data: [], //内容数据

+ 18 - 18
src/pages/main/applyFor/resourceApply.vue

@@ -81,15 +81,15 @@
               style="width: 100%" max-height="350">
               <el-table-column type="index" label="序号" width="50">
               </el-table-column>
-              <el-table-column prop="taskName" label="环节名称" width="280" class="is-center">
+              <el-table-column prop="taskName" label="环节名称"  class="is-center">
               </el-table-column>
-              <el-table-column prop="assignee" label="处理人" width="280">
+              <el-table-column prop="assignee" label="处理人" >
               </el-table-column>
-              <el-table-column prop="startTime" label="到达时间" width="280">
+              <el-table-column prop="startTime" label="到达时间" >
               </el-table-column>
-              <el-table-column prop="endTime" label="处理时间" width="280">
+              <el-table-column prop="endTime" label="处理时间" >
               </el-table-column>
-              <el-table-column prop="content" label="回复意见" width="280">
+              <el-table-column prop="content" label="回复意见" >
               </el-table-column>
 
             </el-table>
@@ -226,22 +226,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ], //表格头
         data: [
@@ -277,22 +277,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ],
         data: [], //内容数据
@@ -311,27 +311,27 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 250,
+            //width: 300,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 250,
+            //width: 300,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 300,
+            //width: 300,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 250,
+            //width: 300,
           },
           {
             label: "当前处理人",
             prop: "currentMan",
-            width: 250,
+            //width: 300,
           },
         ],
         data: [], //内容数据

+ 18 - 18
src/pages/main/applyFor/securityAudit.vue

@@ -68,15 +68,15 @@
               style="width: 100%" max-height="350">
               <el-table-column type="index" label="序号" width="50">
               </el-table-column>
-              <el-table-column prop="taskName" label="环节名称" width="280" class="is-center">
+              <el-table-column prop="taskName" label="环节名称"  class="is-center">
               </el-table-column>
-              <el-table-column prop="assignee" label="处理人" width="280">
+              <el-table-column prop="assignee" label="处理人" >
               </el-table-column>
-              <el-table-column prop="startTime" label="到达时间" width="280">
+              <el-table-column prop="startTime" label="到达时间" >
               </el-table-column>
-              <el-table-column prop="endTime" label="处理时间" width="280">
+              <el-table-column prop="endTime" label="处理时间" >
               </el-table-column>
-              <el-table-column prop="content" label="回复意见" width="280">
+              <el-table-column prop="content" label="回复意见" >
               </el-table-column>
 
             </el-table>
@@ -205,22 +205,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ], //表格头
         data: [
@@ -256,22 +256,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ],
         data: [], //内容数据
@@ -290,27 +290,27 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 250,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 250,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 300,
+           // width: 300,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 250,
+            //width: 310,
           },
           {
             label: "当前处理人",
             prop: "currentMan",
-            width: 250,
+            //width: 310,
           },
         ],
         data: [], //内容数据

+ 18 - 18
src/pages/main/applyFor/userChange.vue

@@ -122,15 +122,15 @@
               style="width: 100%" max-height="350">
               <el-table-column type="index" label="序号" width="50">
               </el-table-column>
-              <el-table-column prop="taskName" label="环节名称" width="280" class="is-center">
+              <el-table-column prop="taskName" label="环节名称"  class="is-center">
               </el-table-column>
-              <el-table-column prop="assignee" label="处理人" width="280">
+              <el-table-column prop="assignee" label="处理人" >
               </el-table-column>
-              <el-table-column prop="startTime" label="到达时间" width="280">
+              <el-table-column prop="startTime" label="到达时间" >
               </el-table-column>
-              <el-table-column prop="endTime" label="处理时间" width="280">
+              <el-table-column prop="endTime" label="处理时间" >
               </el-table-column>
-              <el-table-column prop="content" label="回复意见" width="280">
+              <el-table-column prop="content" label="回复意见" >
               </el-table-column>
 
             </el-table>
@@ -314,22 +314,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ], //表格头
         data: [
@@ -365,22 +365,22 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 310,
+            //width: 310,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 310,
+            //width: 310,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 310,
+            //width: 310,
           },
         ],
         data: [], //内容数据
@@ -399,27 +399,27 @@ export default {
           {
             label: "文件标题",
             prop: "need_name",
-            width: 250,
+            //width: 250,
           },
           {
             label: "发起人",
             prop: "proposer",
-            width: 250,
+            //width: 250,
           },
           {
             label: "发起时间",
             prop: "proposer_time",
-            width: 300,
+            //width: 300,
           },
           {
             label: "当前环节",
             prop: "taskName",
-            width: 250,
+            //width: 250,
           },
           {
             label: "当前处理人",
             prop: "currentMan",
-            width: 250,
+            //width: 250,
           },
         ],
         data: [], //内容数据

+ 18 - 18
src/pages/main/bfsj/bfsjList.vue

@@ -166,27 +166,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -237,23 +237,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -285,23 +285,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -333,28 +333,28 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

Разница между файлами не показана из-за своего большого размера
+ 739 - 880
src/pages/main/closeFill/advanceDeposit.vue


+ 17 - 17
src/pages/main/firewall/index.vue

@@ -158,23 +158,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "申请人",
                         prop: "applicant",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -209,23 +209,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "申请人",
                         prop: "applicant",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -257,23 +257,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "申请人",
                         prop: "applicant",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
@@ -314,31 +314,31 @@ export default {
                         id: 1,
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         id: 2,
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         id: 3,
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         id: 4,
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         id: 5,
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 2 - 2
src/pages/main/homeMarket/magicboxAudit/index.vue

@@ -20,10 +20,10 @@
                             <i class="el-icon-notebook-1"></i>
                             <span>已归档 <em>{{totalFinish||0}}</em></span>
                         </div>
-                        <!-- <div class="adv-tit adv-add" @click="advadd">
+                        <div class="adv-tit adv-add" @click="advadd">
                             <i class="el-icon-plus"></i>
                             <span>创建</span>
-                        </div> -->
+                        </div>
                     </div>
                 </div>
             </el-col>

+ 22 - 22
src/pages/main/internetAssessment/internetAssessment.vue

@@ -487,27 +487,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -558,33 +558,33 @@ export default {
                     {
                         label: "考核主题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "发起部门",
                         prop: "apply_dept",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起科室",
                         prop: "apply_department",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -616,28 +616,28 @@ export default {
                     {
                         label: "考核主题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "发起部门",
                         prop: "apply_dept",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起科室",
                         prop: "apply_department",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -669,33 +669,33 @@ export default {
                     {
                         label: "考核主题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "发起部门",
                         prop: "apply_dept",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起科室",
                         prop: "apply_department",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 8 - 8
src/pages/main/leader/risk/riskManagement.vue

@@ -312,17 +312,17 @@ export default {
                     {
                         label: "材料名称",
                         prop: "materialName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发布人",
                         prop: "proposer",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发布时间",
                         prop: "proposerTime",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -414,27 +414,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 29 - 29
src/pages/main/leader/risk/riskMaterials.vue

@@ -210,27 +210,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -281,17 +281,17 @@ export default {
                     {
                         label: "材料名称",
                         prop: "materialName",
-                        width: 400,
+                        // width: 400,
                     },
                     {
                         label: "发布人",
                         prop: "proposer",
-                        width: 400,
+                        // width: 400,
                     },
                     {
                         label: "发布时间",
                         prop: "proposerTime",
-                        width: 400,
+                        // width: 400,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -329,38 +329,38 @@ export default {
                     {
                         label: "待办事项名称",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "待办事项类型",
                         prop: "backlog_type",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "结束时间",
                         prop: "finish_time",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "办理人",
                         prop: "transactor",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "状态",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -392,38 +392,38 @@ export default {
                     {
                         label: "待办事项名称",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "待办事项类型",
                         prop: "backlog_type",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "结束时间",
                         prop: "finish_time",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "办理人",
                         prop: "transactor",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "状态",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -455,38 +455,38 @@ export default {
                     {
                         label: "待办事项名称",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "待办事项类型",
                         prop: "backlog_type",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "结束时间",
                         prop: "finish_time",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起人",
                         prop: "proposer",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起时间",
                         prop: "proposer_time",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "办理人",
                         prop: "transactor",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "状态",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 24 - 24
src/pages/main/magicboxAudits/magicboxAudits.vue

@@ -233,27 +233,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -304,33 +304,33 @@ export default {
                     {
                         label: "工单标题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "发起部门",
                         prop: "applydept",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起科室",
                         prop: "applydepartment",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -362,33 +362,33 @@ export default {
                     {
                         label: "工单标题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "发起部门",
                         prop: "applydept",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起科室",
                         prop: "applydepartment",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -420,38 +420,38 @@ export default {
                     {
                         label: "工单标题",
                         prop: "need_name",
-                        width: 350,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "发起部门",
                         prop: "applydept",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "发起科室",
                         prop: "applydepartment",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 350,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 350,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 18 - 18
src/pages/main/opcode/index.vue

@@ -158,23 +158,23 @@ export default {
                     {
                         label: "工单标题",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "申请人",
                         prop: "applicant",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        ////width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        ////width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -209,23 +209,23 @@ export default {
                     {
                         label: "工单标题",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "申请人",
                         prop: "applicant",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        ////width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        ////width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -257,28 +257,28 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 300,
+                        //width: 300,
                         color: "#0682CD",
                     },
                     {
                         label: "申请人",
                         prop: "applicant",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        ////width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        ////width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 200,
+                        // width: 200,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -314,31 +314,31 @@ export default {
                         id: 1,
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         id: 2,
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         id: 3,
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         id: 4,
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         id: 5,
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 18 - 18
src/pages/main/userList/docAppr.vue

@@ -172,27 +172,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -243,23 +243,23 @@ export default {
                     {
                         label: "标题",
                         prop: "title",
-                        width: 400,
+                        //width: 400,
 
                     },
                     {
                         label: "申请人",
                         prop: "createId",
-                        width: 400,
+                        //width: 400,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 400,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 400,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -291,23 +291,23 @@ export default {
                     {
                         label: "标题",
                         prop: "title",
-                        width: 400,
+                        //width: 400,
 
                     },
                     {
                         label: "申请人",
                         prop: "create_id",
-                        width: 400,
+                        //width: 400,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 400,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 400,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -339,28 +339,28 @@ export default {
                     {
                         label: "标题",
                         prop: "title",
-                        width: 400,
+                        //width: 400,
 
                     },
                     {
                         label: "申请人",
                         prop: "create_id",
-                        width: 400,
+                        //width: 400,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 400,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 400,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 400,
+                        //width: 400,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 18 - 18
src/pages/main/userList/userList.vue

@@ -167,27 +167,27 @@ export default {
                     {
                         label: "环节名称",
                         prop: "taskName",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理人",
                         prop: "assignee",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "到达时间",
                         prop: "startTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "处理时间",
                         prop: "endTime",
-                        width: 300,
+                        //width: 300,
                     },
                     {
                         label: "回复意见",
                         prop: "content",
-                        width: 300,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -238,23 +238,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -286,23 +286,23 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据
@@ -334,28 +334,28 @@ export default {
                     {
                         label: "标题",
                         prop: "need_name",
-                        width: 400,
+                        //width: 300,
 
                     },
                     {
                         label: "申请人",
                         prop: "proposer",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "申请时间",
                         prop: "proposer_time",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前环节",
                         prop: "taskName",
-                        width: 400,
+                        //width: 300,
                     },
                     {
                         label: "当前处理人",
                         prop: "currentMan",
-                        width: 400,
+                        //width: 300,
                     },
                 ], //表格头
                 data: [], //内容数据

+ 12 - 10
src/pages/main/workflowdef/qathList.vue

@@ -58,13 +58,8 @@
         <el-dialog title="配置节点信息" :visible.sync="dialogStatus2" width="100%" style="height: 100%" :fullscreen="true"
             :before-close="handleClose4" :modal="false" v-if="dialogStatus2" :destroy-on-close="true">
             <!-- <el-button type="primary" @click="dialogTreeStatus3 = true">新增</el-button> -->
-            <!-- <el-button type="primary" v-if="delarr.length > 0" @click="delarrbtn2">批量删除</el-button> -->
             <div style="display: flex;">
-                <el-table :data="tableData3" style="width: 100%;min-height: 600px;" ref="refTable4" height="600px"
-                    @selection-change="selectionChange">
-                    <!-- 是否多选 -->
-                    <!-- <el-table-column type="selection" width="55">
-                    </el-table-column> -->
+                <el-table :data="tableData3" style="width: 100%;min-height: 600px;" ref="refTable4" height="600px">
                     <el-table-column type="expand">
                         <template slot-scope="props">
                             <el-table :data="props.row.nextNodes" size="mini" style="width: 95%;margin-left: 5%;"
@@ -79,6 +74,8 @@
                                             </el-table-column>
                                             <el-table-column label="操作" align="center">
                                                 <template slot-scope="scope">
+                                                    <el-button size="mini" type="text" @click="jiedianadd(scope.row)">
+                                                        新增字段</el-button>
                                                     <el-button size="mini" type="text" @click="jiedianedit(scope.row)">
                                                         配置字段</el-button>
                                                     <el-button size="mini" type="text" @click="delarrbtn2(scope.row)">
@@ -94,6 +91,8 @@
                                 </el-table-column>
                                 <el-table-column label="操作" align="center">
                                     <template slot-scope="scope">
+                                        <el-button size="mini" type="text" @click="jiedianadd(scope.row)">
+                                            新增字段</el-button>
                                         <el-button size="mini" type="text" @click="jiedianedit(scope.row)">
                                             配置字段</el-button>
                                         <el-button size="mini" type="text" @click="delarrbtn2(scope.row)">
@@ -111,6 +110,8 @@
                     </el-table-column>
                     <el-table-column label="操作" align="center">
                         <template slot-scope="scope">
+                            <el-button size="mini" type="text" @click="jiedianadd(scope.row)">
+                                新增字段</el-button>
                             <el-button size="mini" type="text" @click="jiedianedit(scope.row)">
                                 配置字段</el-button>
                             <el-button size="mini" type="text" @click="delarrbtn2(scope.row)">
@@ -120,7 +121,7 @@
                 </el-table>
 
             </div>
-         
+
         </el-dialog>
 
         <el-dialog title="配置候选人字段" :visible.sync="dialogTreeStatus2" width="100%" style="height: 100%" :fullscreen="true"
@@ -288,8 +289,9 @@ export default {
             this.dialogTreeStatus3 = true
         },
         jiedianadd(v) {
-
+            this.updatestatusId = ''
             this.nodeResourceId = v.resourceId
+            this.resourceId = v.parentResourceId
             this.dialogTreeStatus3 = true
         },
         delarrbtn() {///CfgWorkflowChoosePerson/delBatch
@@ -309,7 +311,7 @@ export default {
                 this.getRiskadminform(this.resourceId)
             });
         },
-        delarrbtn2(v) {///CfgWorkflowChoosePerson/delBatch
+        delarrbtn2(v) {///CfgWorkflowChooseNode/delBatch
             this.$http({
                 url: "/market/CfgWorkflowChooseNode/del",
                 method: "post",
@@ -397,7 +399,7 @@ export default {
             // this.loading = true
             this.tableData3 = v.nextNodes
             this.dialogStatus2 = true
-         
+
 
         },
         async clickSave(v) {