From e29c68a157aa51ea7ec8b11d755216d8659a4c1c Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期六, 12 十月 2024 10:35:02 +0800 Subject: [PATCH] U 测试过程中的修改 --- src/views/test/jhyRtInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/test/jhyRtInfo.vue b/src/views/test/jhyRtInfo.vue index 1f0fcab..4d48a2b 100644 --- a/src/views/test/jhyRtInfo.vue +++ b/src/views/test/jhyRtInfo.vue @@ -228,7 +228,7 @@ stripe height="100%" size="small" - :data="rtDatas['monStates0']" + :data="rtDatas['monStates' + idx]" style="width: 100%" > <el-table-column -- Gitblit v1.9.1