From 9ca3e64f571c38aeae3f649efdfa2f5339019805 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期三, 25 三月 2026 13:39:28 +0800
Subject: [PATCH] feat(设备管理): 新增设备编号和转数字段
---
src/views/productionManagement/productionProcess/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index 5bf92e4..a2d5572 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -223,7 +223,7 @@
width: 350,
operation: [
{
- name: "鏌ョ湅",
+ name: "鐢熶骇鍙傛暟",
type: "text",
clickFun: row => {
showProcessParamModal(row);
@@ -293,6 +293,7 @@
// 璁惧鍒楄〃鍒楅厤缃�
const deviceColumns = ref([
+ { label: "璁惧缂栧彿", prop: "deviceCode" },
{ label: "璁惧鍚嶇О", prop: "deviceName" },
{ label: "瑙勬牸鍨嬪彿", prop: "deviceModel" },
{ label: "璁惧鍝佺墝", prop: "deviceBrand" },
@@ -318,6 +319,7 @@
// 鍙�夎澶囧垪琛ㄥ垪閰嶇疆
const selectDeviceColumns = ref([
+ { label: "璁惧缂栧彿", prop: "deviceCode" },
{ label: "璁惧鍚嶇О", prop: "deviceName" },
{ label: "瑙勬牸鍨嬪彿", prop: "deviceModel" },
{ label: "璁惧鍝佺墝", prop: "deviceBrand" },
--
Gitblit v1.9.3