Commit fed91c7b authored by 黄奎's avatar 黄奎

页面修改

parent 86ff8ab8
......@@ -26,7 +26,6 @@
</template>
</q-field>
</div>
</div>
<div style="float:right;">
<q-btn color="accent" class="q-mr-md" size="sm" icon="download" style="margin-top:15px;"
......@@ -307,11 +306,8 @@
msg: {
YearStr: '',
MonthStr: '',
rowsPerPage: 0,
},
}
},
created() {
......@@ -324,7 +320,6 @@
this.msg.YearStr = d.getFullYear().toString();
this.msg.MonthStr = (d.getMonth() + 1).toString();
this.myDate = this.msg.YearStr + '-' + this.msg.MonthStr
this.GetTeacherList();
this.getList();
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment