|
@@ -1,3 +1,11 @@
|
|
|
+/*
|
|
|
+ * @Author: carver 244090602@qq.com
|
|
|
+ * @Date: 2022-08-15 17:39:08
|
|
|
+ * @LastEditors: carver 244090602@qq.com
|
|
|
+ * @LastEditTime: 2022-10-08 14:53:39
|
|
|
+ * @FilePath: \antbuilder-mp-auto-4.16.9-202208151733-b080d66f-034f-41c2-b1b8-58799f176f19\antbuilder\industry\hospitalV2\components\report-list\index.js
|
|
|
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
+ */
|
|
|
import services from "./service";
|
|
|
import { reportCmPV_YL } from "../../utils/cloudMonitorHelper";
|
|
|
Component({
|
|
@@ -18,6 +26,7 @@ Component({
|
|
|
defaultName: "检查报告",
|
|
|
showAll: false,
|
|
|
showTimeSelector: false,
|
|
|
+ showCardSelector: false,
|
|
|
},
|
|
|
|
|
|
didMount() {
|