From 47add25f6e7edf1b20d2fddb4919c1d97e4da294 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 23 十月 2025 16:57:06 +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