From a2c33664f683aee11fdc62391c8d1e21cc74f5b2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 21 五月 2026 17:24:49 +0800
Subject: [PATCH] 天津宝东 1.修改展示字段

---
 src/views/financialManagement/assets/fixedAssets.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/financialManagement/assets/fixedAssets.vue b/src/views/financialManagement/assets/fixedAssets.vue
index 39bd818..24b4cc3 100644
--- a/src/views/financialManagement/assets/fixedAssets.vue
+++ b/src/views/financialManagement/assets/fixedAssets.vue
@@ -104,8 +104,8 @@
             </el-form-item>
           </el-col>
           <el-col :span="12">
-            <el-form-item label="灏哄" prop="specification">
-              <el-input v-model="form.specification" placeholder="璇疯緭鍏ュ昂瀵�" />
+            <el-form-item label="瑙勬牸鍨嬪彿" prop="specification">
+              <el-input v-model="form.specification" placeholder="璇疯緭鍏ヨ鏍煎瀷鍙�" />
             </el-form-item>
           </el-col>
         </el-row>
@@ -220,7 +220,7 @@
   { label: "璧勪骇缂栧彿", prop: "assetCode", width: "130" },
   { label: "璧勪骇鍚嶇О", prop: "assetName", width: "150" },
   { label: "璧勪骇绫诲埆", prop: "category", dataType: "slot", slot: "category" },
-  { label: "灏哄", prop: "specification", width: "120" },
+  { label: "瑙勬牸鍨嬪彿", prop: "specification", width: "120" },
   { label: "璧勪骇鍘熷��", prop: "originalValue", dataType: "slot", slot: "originalValue" },
   { label: "绱鎶樻棫", prop: "accumulatedDepreciation", dataType: "slot", slot: "accumulatedDepreciation" },
   { label: "璧勪骇鍑�鍊�", prop: "netValue", dataType: "slot", slot: "netValue" },

--
Gitblit v1.9.3