xiaweibo 1 месяц назад
Родитель
Сommit
5837e0eebb

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/components/areaCheckPlanManagementDeptDetail.vue

@@ -507,7 +507,7 @@
   const currentRowForUnqualified = ref<Record<string, unknown> | null>(null);
   const unqualifiedList = ref<UnqualifiedItemNumRecord[]>([]);
   const UNQUALIFIED_TABLE_COLUMNS: TableColumnProps[] = [
-    { label: '编号', type: 'index', align: 'center', width: '60px' },
+    { label: '编号', type: 'index', align: 'center', width: '80px' },
     { label: '检查场所', prop: 'checkPlace', minWidth: '200px' },
     { label: '发现问题', prop: 'checkProblem', minWidth: '220px' },
     { label: '检查时间', prop: 'checkTime', minWidth: '180px' },

+ 2 - 1
src/views/production-safety/risk-identification-and-control/risk-manage/list.vue

@@ -5,7 +5,7 @@
     </header>
     <main class="safety-platform-container__main">
         <div>
-            <el-button class="search-table-container--button" type="primary" @click="$router.push({ name: 'riskManageAdd' })">添加 </el-button>
+            <el-button class="search-table-container--button" type="primary" :icon="Plus" @click="$router.push({ name: 'riskManageAdd' })">添加 </el-button>
             <el-button plain class="search-table-container--button" @click="handleImport">
               导入
             </el-button>
@@ -159,6 +159,7 @@
   import { onMounted, reactive, ref } from 'vue';
   import dayjs from 'dayjs';
   import { ElMessage } from 'element-plus';
+  import { Plus } from '@element-plus/icons-vue';
   import { useRouter } from 'vue-router';
   import {
     safetyRiskListQueryPage,