修改
This commit is contained in:
parent
d767853f3a
commit
48679a94ba
@ -49,27 +49,10 @@
|
|||||||
:limit.sync="pageSize"
|
:limit.sync="pageSize"
|
||||||
@pagination="getlist"
|
@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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { appletVisitRecord } from "@/api/system/AppletAccessLog";
|
import { appletVisitRecord } from "@/api/system/AppletAccessLog";
|
||||||
import baseurl from "@/api/baseurl.js";
|
|
||||||
import kindergar from "../../assembly/kindergarlog.vue";
|
import kindergar from "../../assembly/kindergarlog.vue";
|
||||||
import parent from "../../assembly/parent.vue";
|
import parent from "../../assembly/parent.vue";
|
||||||
export default {
|
export default {
|
||||||
@ -110,9 +93,7 @@ export default {
|
|||||||
},
|
},
|
||||||
valuetime: "",
|
valuetime: "",
|
||||||
loading: false,
|
loading: false,
|
||||||
// 显示搜索条件
|
showSearch: true, // 显示搜索条件
|
||||||
showSearch: true,
|
|
||||||
baseurl: null,
|
|
||||||
loginTypelist: [
|
loginTypelist: [
|
||||||
{
|
{
|
||||||
label: "运动处方",
|
label: "运动处方",
|
||||||
@ -140,7 +121,6 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.newtime();
|
this.newtime();
|
||||||
this.baseurl = baseurl;
|
|
||||||
this.getlist();
|
this.getlist();
|
||||||
},
|
},
|
||||||
mounted() {},
|
mounted() {},
|
||||||
@ -149,12 +129,9 @@ export default {
|
|||||||
newtime() {
|
newtime() {
|
||||||
let nowDate = new Date();
|
let nowDate = new Date();
|
||||||
let dates = {
|
let dates = {
|
||||||
// 获取当前年份
|
year: nowDate.getFullYear(), // 获取当前年份
|
||||||
year: nowDate.getFullYear(),
|
month: nowDate.getMonth() + 1, //获取当前月份
|
||||||
//获取当前月份
|
date: nowDate.getDate() //获取当前日期
|
||||||
month: nowDate.getMonth() + 1,
|
|
||||||
//获取当前日期
|
|
||||||
date: nowDate.getDate()
|
|
||||||
};
|
};
|
||||||
//拼接
|
//拼接
|
||||||
if (dates.month < 10) {
|
if (dates.month < 10) {
|
||||||
@ -224,7 +201,6 @@ export default {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang='scss' scoped>
|
<style lang='scss' scoped>
|
||||||
.app-container {
|
.app-container {
|
||||||
padding: 20px 0 20px 10px;
|
padding: 20px 0 20px 10px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user