修改
This commit is contained in:
parent
d767853f3a
commit
48679a94ba
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user