From 5c243d9d05da668a32b1bc9a4f543ea081488d11 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:08:03 +0800
Subject: [PATCH] feat 功能变更

---
 src/views/mes/process-design/process/data.ts |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/views/mes/process-design/process/data.ts b/src/views/mes/process-design/process/data.ts
index 1cf6134..146b7a2 100644
--- a/src/views/mes/process-design/process/data.ts
+++ b/src/views/mes/process-design/process/data.ts
@@ -66,6 +66,16 @@
       rules: z.string().min(1, '宸ュ簭鍚嶇О涓嶈兘涓虹┖').max(100),
     },
     {
+      fieldName: 'type',
+      label: '鐢靛姏宸ヨ壓鍒嗙被',
+      component: 'Select',
+      componentProps: {
+        allowClear: true,
+        options: getDictOptions(DICT_TYPE.MES_PRO_PROCESS_TYPE, 'number'),
+        placeholder: '璇烽�夋嫨鐢靛姏宸ヨ壓鍒嗙被',
+      },
+    },
+    {
       fieldName: 'status',
       label: '鐘舵��',
       component: 'RadioGroup',
@@ -148,6 +158,15 @@
     },
     { field: 'name', title: '宸ュ簭鍚嶇О', minWidth: 180 },
     {
+      field: 'type',
+      title: '鐢靛姏宸ヨ壓鍒嗙被',
+      width: 120,
+      cellRender: {
+        name: 'CellDict',
+        props: { type: DICT_TYPE.MES_PRO_PROCESS_TYPE },
+      },
+    },
+    {
       field: 'status',
       title: '鐘舵��',
       width: 100,

--
Gitblit v1.9.3