From dd9171eef52864b6d025ef9cc2b5770f5d40ce15 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 11 十月 2025 15:33:48 +0800
Subject: [PATCH] 生产管控-生产报表与绩效分析、库存与物料看板、智能排产三个前端页面开发
---
src/views/production/components/ProductionDetailsTable.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/production/components/ProductionDetailsTable.vue b/src/views/production/components/ProductionDetailsTable.vue
index 044a3f1..e017a4d 100644
--- a/src/views/production/components/ProductionDetailsTable.vue
+++ b/src/views/production/components/ProductionDetailsTable.vue
@@ -102,11 +102,11 @@
</template>
</el-table-column>
- <el-table-column label="閲囪喘鍗曚环" min-width="120">
+ <el-table-column label="閲囪喘鎬讳环" min-width="120">
<template #default="{ row, $index }">
<el-input
v-model="row.purchasePrice"
- placeholder="璇疯緭鍏ラ噰璐崟浠�"
+ placeholder="璇疯緭鍏ラ噰璐�讳环"
type="number"
@input="handleInput('purchasePrice', $index, $event)"
:disabled="isViewMode"
--
Gitblit v1.9.3