From f49bd807218a78b91a627e3ac79c77eb63ada182 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期六, 20 四月 2024 20:44:39 +0800 Subject: [PATCH] udpate --- src/views/mdc/components/Time.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mdc/components/Time.vue b/src/views/mdc/components/Time.vue index 3b101b3..c01ab7c 100644 --- a/src/views/mdc/components/Time.vue +++ b/src/views/mdc/components/Time.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-04-18 21:52:18 * @LastEditors: Sneed - * @LastEditTime: 2024-04-20 20:31:45 + * @LastEditTime: 2024-04-20 20:41:13 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/components/Time.vue --> <template> @@ -160,7 +160,7 @@ res.data.items.records.forEach(v => { let current = [v.id] Object.keys(v.nameData).forEach(key => { - current.push(row.data[key] === '0' ? Math.random() : 0) + current.push(row.data[key] - 0) }) option2.dataset.source.push(current) }); -- Gitblit v1.9.3