From e90b860aaa30bb3e5486618b447589eee75ff6ec Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期二, 07 十一月 2023 12:37:38 +0800
Subject: [PATCH] 机台监控和车间大屏优化

---
 src/views/dry/dataDefine/DryEquipment.data.ts |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/dry/dataDefine/DryEquipment.data.ts b/src/views/dry/dataDefine/DryEquipment.data.ts
index e57a768..759f100 100644
--- a/src/views/dry/dataDefine/DryEquipment.data.ts
+++ b/src/views/dry/dataDefine/DryEquipment.data.ts
@@ -26,6 +26,11 @@
 		dataIndex: 'remark',
 	},
 	{
+		title: '璁惧IP',
+		align: 'center',
+		dataIndex: 'ip',
+	},
+	{
 		title: '杞﹂棿id',
 		align: 'center',
 		dataIndex: 'shopId_dictText',
@@ -91,6 +96,14 @@
 		component: 'Input',
 		dynamicRules: ({ model, schema }) => {
 			return [{ required: true, message: '璇疯緭鍏ヨ澶囧悕绉�!' }, { ...rules.duplicateCheckRule('dry_equipment', 'name', model, schema)[0] }]
+		},
+	},
+	{
+		label: '璁惧IP',
+		field: 'ip',
+		component: 'Input',
+		dynamicRules: ({ model, schema }) => {
+			return [{ required: true, message: '璇风粦瀹氳澶嘔P!' }, { ...rules.duplicateCheckRule('dry_equipment', 'ip', model, schema)[0] }]
 		},
 	},
 	{
@@ -161,5 +174,6 @@
 	update_by: string
 	update_time: Date
 	tenant_id: number
+	ip: string
 	order: dryOrder
 }

--
Gitblit v1.9.3