From 05ccb2e972f245456f6ec247a4e06443fd1e7114 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期一, 28 四月 2025 14:21:58 +0800 Subject: [PATCH] 提交i18n --- src/views/mainPlan/pipeProduceStatics/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/mainPlan/pipeProduceStatics/index.vue b/src/views/mainPlan/pipeProduceStatics/index.vue index 49b0121..0a78dd0 100644 --- a/src/views/mainPlan/pipeProduceStatics/index.vue +++ b/src/views/mainPlan/pipeProduceStatics/index.vue @@ -69,6 +69,7 @@ icon="Refresh" @click="handleRefresh" v-hasPermi="['aps:apsGasPipingRouteStat:computeCapacity']" + :disabled="loading" >鏇存柊</el-button > </el-col> @@ -290,6 +291,7 @@ // item[`resourceName`] = flag // ? `<div class='el-badge'><sup class="el-badge__content is-fixed is-dot"></sup>${key}</div>` // : key; + item[`resourceName`] = key } exportData.value.push(data); dataList.push(item); -- Gitblit v1.9.3