From 61282c106068d9a792e1b084746e2d6b9a997b99 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 15 九月 2026 15:29:52 +0800
Subject: [PATCH] 新疆——新聚lims 1.不需要判定要求、检测方法、检验结果、结论 2.设备不需要绑定每个检验子项,只需要绑定当前的的检验委托单 3.判定结果检测的时候不要出现,复核的时候才判断选择最终结果是否合格
---
src/views/CNAS/process/method/standardMethodsChange/component/ViewDeviceDialog.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/CNAS/process/method/standardMethodsChange/component/ViewDeviceDialog.vue b/src/views/CNAS/process/method/standardMethodsChange/component/ViewDeviceDialog.vue
index 797a81c..a058245 100644
--- a/src/views/CNAS/process/method/standardMethodsChange/component/ViewDeviceDialog.vue
+++ b/src/views/CNAS/process/method/standardMethodsChange/component/ViewDeviceDialog.vue
@@ -6,7 +6,8 @@
<el-button size="small" type="danger" @click="clearTable">娓呯┖</el-button>
</div>
<div>
- <el-table :data="machineAttachmentList" border height="500" style="width: 100%">
+ <el-table :data="machineAttachmentList" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }"
+ border height="500" style="width: 100%">
<el-table-column header-align="center" label="鍚嶇О" prop="machineName" width="200">
<template slot="header" slot-scope="scope">
<p>鍚嶇О</p>
--
Gitblit v1.9.3