hujunwei@agilestar.cn 1 год назад
Родитель
Сommit
ce716eed61
26 измененных файлов с 492 добавлено и 481 удалено
  1. 12 6
      src/components/el-form.vue
  2. 6 1
      src/components/el-formid.vue
  3. 18 18
      src/pages/main/accountPermissions/accountApplication.vue
  4. 24 24
      src/pages/main/accountPermissions/accountPermissions.vue
  5. 24 24
      src/pages/main/accountPermissions/accountdel.vue
  6. 18 18
      src/pages/main/accountPermissions/aqbgsyList.vue
  7. 21 21
      src/pages/main/accountPermissions/klhfsqList.vue
  8. 21 21
      src/pages/main/accountPermissions/rltzjlList.vue
  9. 18 18
      src/pages/main/accountPermissions/sjkdbList.vue
  10. 18 18
      src/pages/main/accountPermissions/tyshList.vue
  11. 24 24
      src/pages/main/applyFor/authoriZation.vue
  12. 18 18
      src/pages/main/applyFor/backupRequire.vue
  13. 26 26
      src/pages/main/applyFor/emergencyPlan.vue
  14. 18 18
      src/pages/main/applyFor/internetAccess.vue
  15. 18 18
      src/pages/main/applyFor/resourceApply.vue
  16. 18 18
      src/pages/main/applyFor/securityAudit.vue
  17. 18 18
      src/pages/main/applyFor/userChange.vue
  18. 18 18
      src/pages/main/bfsj/bfsjList.vue
  19. 17 17
      src/pages/main/firewall/index.vue
  20. 22 22
      src/pages/main/internetAssessment/internetAssessment.vue
  21. 8 8
      src/pages/main/leader/risk/riskManagement.vue
  22. 29 29
      src/pages/main/leader/risk/riskMaterials.vue
  23. 24 24
      src/pages/main/magicboxAudits/magicboxAudits.vue
  24. 18 18
      src/pages/main/opcode/index.vue
  25. 18 18
      src/pages/main/userList/docAppr.vue
  26. 18 18
      src/pages/main/userList/userList.vue

+ 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>
   

+ 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: [], //内容数据

+ 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: [], //内容数据

+ 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: [], //内容数据