From 7697462af0a6f38c1e0d5446fa8db0800f8816c0 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期二, 10 六月 2025 16:38:43 +0800
Subject: [PATCH] 工艺参数/设备分类 导出功能屏蔽、精度参数-查询修改 导出屏蔽
---
src/components/tools/EquipmentSelection.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/tools/EquipmentSelection.vue b/src/components/tools/EquipmentSelection.vue
index 45db249..7418288 100644
--- a/src/components/tools/EquipmentSelection.vue
+++ b/src/components/tools/EquipmentSelection.vue
@@ -38,7 +38,7 @@
</div>
<a-row :gutter="24">
<a-col :md="16" :sm="12">
- <a-table ref="table" :scroll="{ x: true, y: true }" size="middle" rowKey="id" bordered :columns="columns"
+ <a-table ref="table" size="middle" rowKey="id" bordered :columns="columns"
:dataSource="dataSource" :pagination="false" :rowSelection="rowSelection" :loading="loading"
@change="handleTableChange">
<template slot="equipmentPhoto" slot-scope="text,record">
--
Gitblit v1.9.3