فهرست منبع

Merge branch 'feat/production-safety' of http://14.103.151.10:8888/product-group-fe/sfy-safety-group/sfy-safety into feat/production-safety

sunqijun 3 هفته پیش
والد
کامیت
a47910775f

+ 2 - 7
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/configs/form.ts

@@ -1,10 +1,3 @@
-/*
- * @Author: liuJie
- * @Date: 2026-03-22 16:06:38
- * @LastEditors: liuJie
- * @LastEditTime: 2026-04-08 14:48:51
- * @Describe: file describe
- */
 import { FormConfig } from '@/types/basic-form';
 const sourceTypeNameOptions = [
     {label: '员工提交', value: '1'},
@@ -20,6 +13,8 @@ export const ACADEMY_FILE_FORM_CONFIG: FormConfig[] = [
     componentProps: {
       placeholder: '隐患问题描述',
       disabled: true,
+      type: 'textarea',
+      autosize: { minRows: 2, maxRows: 4 },
     },
   },
   {

+ 2 - 0
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/configs/tables.ts

@@ -1,3 +1,4 @@
+
 import type { TableColumnProps } from '@/types/basic-table';
 
 // 基础表格样式配置
@@ -20,6 +21,7 @@ export const INVENTORY_TABLE_COLUMNS: TableColumnProps[] = [
     prop: 'hazardDesc',
     align: 'left',
     minWidth: '180px',
+    showOverflowTooltip: true,
   },
   {
     label: '隐患地点',

+ 1 - 2
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagement.vue

@@ -75,10 +75,9 @@
                 <template v-else>
                   <ActionButton text="查看" @click="handleView(scope.row.id)" />
                 </template>
-                <template v-if="scope.row.status === 5">
+                <template v-if="scope.row.status === 2">
                   <ActionButton text="入账" @click="handleAccount(scope.row.id)" />
                 </template>
-
               </div>
             </template>
           </BasicTable>

+ 1 - 0
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/configs/tables.ts

@@ -20,6 +20,7 @@ export const INVENTORY_TABLE_COLUMNS: TableColumnProps[] = [
     prop: 'hazardDesc',
     align: 'left',
     minWidth: '180px',
+    showOverflowTooltip: true,
   },
   {
     label: '隐患地点',