From bb3b2f9270475f8354a266c23ca2e8ece3fe471f Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Sat, 14 Aug 2021 14:29:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdiet-ui/src/components/PunchLog/CustomerPunchLog/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/stdiet-ui/src/components/PunchLog/CustomerPunchLog/index.vue b/stdiet-ui/src/components/PunchLog/CustomerPunchLog/index.vue index 86fa83e77..7b084c75e 100644 --- a/stdiet-ui/src/components/PunchLog/CustomerPunchLog/index.vue +++ b/stdiet-ui/src/components/PunchLog/CustomerPunchLog/index.vue @@ -33,14 +33,12 @@ import { listWxUserLog } from "@/api/custom/wxUserLog"; import { getCustomerPhysicalSignsByCusId } from "@/api/custom/customer"; import LineChartView from "../LineChartView"; import CursorChartView from "../CursorChartView"; -import TextListView from "../TextListView"; import PunchLogDetail from "@/components/PunchLog/PunchLogDetail"; export default { name: "punchLog", components: { LineChartView, - TextListView, CursorChartView, PunchLogDetail, },