清理代码

This commit is contained in:
huangdeliang 2021-08-14 14:29:23 +08:00
parent 21836594b2
commit bb3b2f9270

View File

@ -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,
},