Merge pull request !349 from 德仔/develop
This commit is contained in:
德仔 2021-08-14 06:30:12 +00:00 committed by Gitee
commit 5fcbf22493

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