From b0f14528e49fcfb6d486bf1e920f0457cbac6049 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期六, 18 十一月 2023 14:32:43 +0800 Subject: [PATCH] 没有任务的时候如果plc有数据也需要显示百分比和老看板保持一致 --- src/components.d.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index a257981..ce217b0 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -19,6 +19,8 @@ ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm'] ElPopover: typeof import('element-plus/es')['ElPopover'] ElProgress: typeof import('element-plus/es')['ElProgress'] + ElRadio: typeof import('element-plus/es')['ElRadio'] + ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElStep: typeof import('element-plus/es')['ElStep'] ElSteps: typeof import('element-plus/es')['ElSteps'] -- Gitblit v1.8.0