From 4b64310ae6edb6db229d1c72d5484ff947fb360f Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期三, 25 三月 2026 15:16:29 +0800
Subject: [PATCH] Merge branch 'dev_长治_健齿齿科器材' of http://114.132.189.42:9002/r/product-inventory-management into dev_长治_健齿齿科器材
---
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