Commit fed91c7b authored by 黄奎's avatar 黄奎

页面修改

parent 86ff8ab8
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
</template> </template>
</q-field> </q-field>
</div> </div>
</div> </div>
<div style="float:right;"> <div style="float:right;">
<q-btn color="accent" class="q-mr-md" size="sm" icon="download" style="margin-top:15px;" <q-btn color="accent" class="q-mr-md" size="sm" icon="download" style="margin-top:15px;"
...@@ -307,11 +306,8 @@ ...@@ -307,11 +306,8 @@
msg: { msg: {
YearStr: '', YearStr: '',
MonthStr: '', MonthStr: '',
rowsPerPage: 0, rowsPerPage: 0,
}, },
} }
}, },
created() { created() {
...@@ -324,7 +320,6 @@ ...@@ -324,7 +320,6 @@
this.msg.YearStr = d.getFullYear().toString(); this.msg.YearStr = d.getFullYear().toString();
this.msg.MonthStr = (d.getMonth() + 1).toString(); this.msg.MonthStr = (d.getMonth() + 1).toString();
this.myDate = this.msg.YearStr + '-' + this.msg.MonthStr this.myDate = this.msg.YearStr + '-' + this.msg.MonthStr
this.GetTeacherList();
this.getList(); this.getList();
}, },
methods: { 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