This commit is contained in:
曹辉 2023-04-14 17:28:32 +08:00
parent d767853f3a
commit 48679a94ba

View File

@ -49,27 +49,10 @@
:limit.sync="pageSize"
@pagination="getlist"
/>
<!-- 家长弹框 -->
<!-- <el-dialog
title="选择护理站"
:visible.sync="nurseStationshow"
width="1100px"
append-to-body
:before-close="clicknurseStationshow"
></el-dialog>-->
<!-- 所属班级弹框 -->
<!-- <el-dialog
title="选择护理站"
:visible.sync="nurseStationshow"
width="1100px"
append-to-body
:before-close="clicknurseStationshow"
></el-dialog>-->
</div>
</template>
<script>
import { appletVisitRecord } from "@/api/system/AppletAccessLog";
import baseurl from "@/api/baseurl.js";
import kindergar from "../../assembly/kindergarlog.vue";
import parent from "../../assembly/parent.vue";
export default {
@ -110,9 +93,7 @@ export default {
},
valuetime: "",
loading: false,
//
showSearch: true,
baseurl: null,
showSearch: true, //
loginTypelist: [
{
label: "运动处方",
@ -140,7 +121,6 @@ export default {
},
created() {
this.newtime();
this.baseurl = baseurl;
this.getlist();
},
mounted() {},
@ -149,12 +129,9 @@ export default {
newtime() {
let nowDate = new Date();
let dates = {
//
year: nowDate.getFullYear(),
//
month: nowDate.getMonth() + 1,
//
date: nowDate.getDate()
year: nowDate.getFullYear(), //
month: nowDate.getMonth() + 1, //
date: nowDate.getDate() //
};
//
if (dates.month < 10) {
@ -224,7 +201,6 @@ export default {
}
};
</script>
<style lang='scss' scoped>
.app-container {
padding: 20px 0 20px 10px;