From 9d38ba7909156f70279192dd59c94073d1b163eb Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 03 八月 2025 11:47:00 +0800
Subject: [PATCH] 去掉固化状态列
---
src/views/basesetting/machine.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/basesetting/machine.vue b/src/views/basesetting/machine.vue
index 814e6d4..ed759ad 100644
--- a/src/views/basesetting/machine.vue
+++ b/src/views/basesetting/machine.vue
@@ -80,10 +80,11 @@
type: 'input',
prop: 'keyword',
search: true,
- hide: true
+ hide: true,
+ showColumn: false
},
{
- label: '鏈哄簥缂栧彿4',
+ label: '鏈哄簥缂栧彿',
prop: 'code'
},
{
@@ -395,7 +396,7 @@
this.loading = true;
var obj = {
keyword: this.search.keyword,
- machineGroupCode: this.search.machineGroupCode,
+ machineGroupCode: this.search.machineGroupName,
current: this.mypage.current,
size: this.mypage.size,
}
--
Gitblit v1.9.3