From 819772ba491d54f5857fe9b02c61d28db1f10d39 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期日, 27 四月 2025 15:10:39 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into dev --- src/views/mainPlan/platePlanList/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue index 77e6b39..18d7cb6 100644 --- a/src/views/mainPlan/platePlanList/index.vue +++ b/src/views/mainPlan/platePlanList/index.vue @@ -283,7 +283,7 @@ let newArray = []; newArray = dynamicList.value.flatMap((item, index) => [ { - title: `${item}寮�濮嬫椂闂碻, + title: `${item}寮�宸ユ椂闂碻, field: `${index}_startDate`, width: 140, formatter: ({ cellValue, row, column }) => { -- Gitblit v1.9.3