From d69724b8ba43312b3e794ad2d63a2493972f02c0 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期六, 02 十二月 2023 16:57:54 +0800 Subject: [PATCH] 工单进度统计模块 --- src/views/cockpitPage/components/OrderCompleteRadio.vue | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/views/cockpitPage/components/OrderCompleteRadio.vue b/src/views/cockpitPage/components/OrderCompleteRadio.vue index c90a781..a5c2d3d 100644 --- a/src/views/cockpitPage/components/OrderCompleteRadio.vue +++ b/src/views/cockpitPage/components/OrderCompleteRadio.vue @@ -4,7 +4,6 @@ <ChartTitle name="璁㈠崟瀹屾垚姣旂巼"></ChartTitle> </div> <div class="list-view"> - <!-- <ul> --> <template v-for="item in tableList"> <div class="table-bg-view"> <div class="left">{{ item.title }}</div> @@ -16,13 +15,9 @@ :define-back-color="'#083f55'" :text-color="'#fec718'" ></el-progress> - <!-- <div class="container"> - <div class="item" v-for="i in 40" :key="i"></div> - </div> --> </div> </div> </template> - <!-- </ul> --> </div> </div> </template> @@ -44,9 +39,7 @@ ], }; }, - mounted() { - console.log(this.$refs.middle.$el, "sssssssss"); - }, + mounted() {}, watch: {}, methods: {}, }; -- Gitblit v1.8.0