From 3622bac41d3f55a4f2b8f2c8436f185d93d1fa73 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期一, 31 三月 2025 13:46:04 +0800 Subject: [PATCH] 卧式缓存二线历史任务字段更改,中空创建任务新增字段,所有模块历史任务按钮修改为每次打开重新加载进行查询 --- UI-Project/src/views/Caching/cachingunhistory.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UI-Project/src/views/Caching/cachingunhistory.vue b/UI-Project/src/views/Caching/cachingunhistory.vue index 0548fb6..0f6606b 100644 --- a/UI-Project/src/views/Caching/cachingunhistory.vue +++ b/UI-Project/src/views/Caching/cachingunhistory.vue @@ -38,14 +38,14 @@ <el-col :span="4"> <div id="dt" style="font-size: 15px;"> <el-form-item :label="$t('hellow.countOutTwo')" style="width: 14vw"> - {{ countOutTwo }} + {{ countOutOne }} </el-form-item> </div> </el-col> <el-col :span="5"> <div id="dta" style="font-size: 15px;"> <el-form-item :label="$t('hellow.totalAreaOutTwo')" style="width: 14vw"> - {{ totalAreaOutTwo }} + {{ totalAreaOutOne }} </el-form-item> </div> </el-col> @@ -117,8 +117,8 @@ const tableDatax = ref([]) const currentPage2 = ref(1) const totalRecords = ref(0) -const countOutTwo = ref(0) -const totalAreaOutTwo = ref(0) +const countOutOne = ref(0) +const totalAreaOutOne = ref(0) const glassId = ref(''); const startSlot = ref(''); const targetSlot = ref(''); -- Gitblit v1.8.0