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 | 17 +++++------------
1 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/src/components/tools/EquipmentSelection.vue b/src/components/tools/EquipmentSelection.vue
index 6553fb7..7418288 100644
--- a/src/components/tools/EquipmentSelection.vue
+++ b/src/components/tools/EquipmentSelection.vue
@@ -7,8 +7,8 @@
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :md="5" :sm="4">
- <a-form-item label="璁惧缂栫爜">
- <a-input placeholder="璇疯緭鍏ヨ澶囩紪鐮�" v-model="queryParam.num" />
+ <a-form-item label="缁熶竴缂栫爜">
+ <a-input placeholder="璇疯緭鍏ョ粺涓�缂栫爜" v-model="queryParam.num" />
</a-form-item>
</a-col>
<a-col :md="5" :sm="4">
@@ -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">
@@ -86,7 +86,7 @@
queryParam: {},
columns: [
{
- title: '璁惧缂栫爜',
+ title: '缁熶竴缂栫爜',
align: 'center',
dataIndex: 'num',
width: 120,
@@ -99,13 +99,6 @@
width: 120,
ellipsis: true
},
- {
- title: '璧勪骇缂栫爜',
- align: 'center',
- dataIndex: 'assetNumber',
- width: 120
- },
-
{
title: '鐗圭璁惧',
align: 'center',
@@ -153,7 +146,7 @@
],
selectColumns: [
{
- title: '璁惧缂栫爜',
+ title: '缁熶竴缂栫爜',
align: 'center',
dataIndex: 'num',
width: 120,
--
Gitblit v1.9.3