Bläddra i källkod

修改检查任务任务下发

凉纪 2 år sedan
förälder
incheckning
f3e6be4e52
1 ändrade filer med 8 tillägg och 6 borttagningar
  1. 8 6
      src/views/check/index.vue

+ 8 - 6
src/views/check/index.vue

@@ -202,6 +202,7 @@
             <el-table-column
               prop="planName"
               label="任务名称"
+              width="180"
               :show-overflow-tooltip="true"
               v-if="columns[1].visible"
             ></el-table-column>
@@ -209,7 +210,7 @@
             <el-table-column
               prop="checkType"
               label="任务类型"
-
+              :show-overflow-tooltip="true"
               v-if="columns[2].visible"
             >
               <template slot-scope="r"
@@ -219,23 +220,25 @@
             <el-table-column
               prop="planCreateOrgName"
               label="创建机构"
+              :show-overflow-tooltip="true"
               v-if="columns[3].visible"
             >
             </el-table-column>
             <el-table-column
               prop="planOfOrgName"
               label="行社名称"
+              :show-overflow-tooltip="true"
               v-if="columns[4].visible"
             >
             </el-table-column>
 
-            <el-table-column prop="execOrgType" label="检查主体">
+            <el-table-column prop="execOrgType" :show-overflow-tooltip="true" label="检查主体">
               <template slot-scope="r"
                 >{{ getLabel(dict.type.sys_org_type, `${r.row.execOrgType}`) }}
               </template>
             </el-table-column>
 
-            <el-table-column prop="checkOrgType" label="受检机构" width="120px">
+            <el-table-column prop="checkOrgType" :show-overflow-tooltip="true" label="受检机构" width="120px">
               <template slot-scope="r"
                 >{{ getLabel(dict.type.sys_org_type, `${r.row.checkOrgType}`) }}
               </template>
@@ -243,6 +246,7 @@
 
             <el-table-column
               prop="roleNames"
+              :show-overflow-tooltip="true"
               label="检查人员"
               v-if="columns[6].visible"
             >
@@ -255,7 +259,6 @@
             <el-table-column
               prop="planCycle"
               label="任务周期"
-              width="80px"
               v-if="columns[6].visible"
             >
               <template slot-scope="r"
@@ -273,7 +276,6 @@
             <el-table-column
               prop="planStatus"
               label="任务状态"
-              width="80px"
               v-if="columns[6].visible"
             >
               <template slot-scope="r"
@@ -300,7 +302,7 @@
               </template>
             </el-table-column>
 
-            <el-table-column label="操作" min-width="200">
+            <el-table-column label="操作" width="200">
               <template slot-scope="r">
                 <el-button
                   v-if="eqOrg(r.row)"