From 68d0c0d81d4e82145045e24fe1c237107e27621b Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 03 四月 2026 15:25:35 +0800
Subject: [PATCH] feat(时序数据采集新增dac_up_time 数据更新字段):
---
ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue b/ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue
index 8aad960..05f2376 100755
--- a/ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue
+++ b/ruoyi-plus-soybean/src/views/qm/std/modules/std-sub-table.vue
@@ -299,9 +299,7 @@
</template>
<NSpin :show="loading" class="h-full" content-class="h-full">
- <div v-if="!props.stdId && !props.stdCode" class="h-full flex-center text-gray-400">
- 璇风偣鍑讳笂鏂硅〃鏍艰鏌ョ湅鏄庣粏
- </div>
+ <div v-if="!props.stdId && !props.stdCode" class="h-full flex-center text-gray-400">璇风偣鍑讳笂鏂硅〃鏍艰鏌ョ湅鏄庣粏</div>
<NDataTable
v-else
v-model:checked-row-keys="checkedRowKeys"
@@ -324,7 +322,7 @@
:title="cardTitle"
:bordered="false"
size="small"
- class="flex-col-stretch fullscreen-card"
+ class="fullscreen-card flex-col-stretch"
:content-style="{ flex: 1, overflow: 'hidden', display: 'flex', flexDirection: 'column' }"
>
<template #header-extra>
--
Gitblit v1.9.3