@@ -10,7 +10,7 @@
@click="onStudentExport"
style="width: 150px; max-width:150px"
>
- 网管课续费提醒导出
+ 续费提醒导出
</div>
<div
class="newBand"
@@ -220,7 +220,7 @@
ref="expireForm"
:rules="expireRules"
label-position="right"
- label-width="80px;"
+ label-width="120px"
:inline="true"
<el-form-item label="课程结束时间" prop="coursesExpireDate">
@@ -373,7 +373,7 @@
ref="teacherForm"
:rules="teacherRules"
+ label-width="100px"
<el-form-item label="课程班名称" v-show="isMultiple">
@@ -558,7 +558,7 @@
</el-dialog>
<el-dialog title="点名表" width="700px" :visible.sync="rollCall.status">
- <el-table :data="rollCall.gridData">
+ <el-table :data="rollCall.gridData" :header-cell-style="{ background: '#EDEEF0', color: '#444' }">
<el-table-column
align="center"
property="userName"
@@ -202,7 +202,8 @@
</el-table>
<pagination
:saveKey="'afterWorkList'"
- :total="rules.total"
+ sync
+ :total.sync="rules.total"
:page.sync="rules.page"
:limit.sync="rules.limit"
:page-sizes="rules.page_size"
@@ -105,20 +105,20 @@
</el-form-item>
<el-form-item>
<el-input
- placeholder="现金支付大于等于"
+ placeholder="余额支付小于等于"
clearable
type="number"
@mousewheel.native.prevent
- v-model.trim="searchForm.actualAmount"
+ v-model.trim="searchForm.lessBalancePaymentAmount"
></el-input>
- placeholder="余额支付小于等于"
+ placeholder="现金支付大于等于"
- v-model.trim="searchForm.lessBalancePaymentAmount"
+ v-model.trim="searchForm.actualAmount"
@@ -63,20 +63,20 @@
@@ -293,7 +293,7 @@ export default {
// };
this.$refs.searchForm.resetFields();
// this.$set(this.searchForm,'status','pay')
- // this.searchForm.status = 'pay'
+ this.searchForm.status = 'pay'
this.onSearch();
},
getList() {
@@ -369,7 +369,7 @@ export default {
</script>
<style lang='scss' scoped>
/deep/.el-dialog__body {
- padding: 10px 20px;
+ // padding: 10px 20px;
}
/deep/.description-title {
margin: 0 !important;
@@ -306,4 +306,7 @@ export default {
.label {
width: 520px;
+/deep/.description-title {
+ margin-bottom: 0;
+}
</style>
@@ -48,6 +48,7 @@
save-key='studentDetail-studentCashout'
:total.sync="pageInfo.total"
:page.sync="pageInfo.page"
:limit.sync="pageInfo.limit"
@@ -654,6 +654,7 @@ export default {
paymentType: null,
remark: null,
};
+ this.getList()
submitRecharge() {
let money = parseFloat(
@@ -26,7 +26,7 @@
<el-button native-type="submit" type="danger">搜索</el-button>
- <el-button native-type="reset" type="primary">重置</el-button>
+ <!-- <el-button native-type="reset" type="primary">重置</el-button> -->
</save-form>
<!-- 列表 -->
@@ -738,6 +738,7 @@ export default {
serviceTag: null,
teacherId: null,
downLoadStudent() {
let url = "/api-web/export/studentHasCourse";
@@ -16,13 +16,7 @@
<el-button type="danger" native-type="submit">搜索</el-button>
- <div
- class="newBand"
- @click="resetCourses"
- v-permission="'courseSchedule/classGroupTeacherAdjust'"
- >
- 课程移交
- </div>
+ <el-button type="primary" @click="resetCourses" v-permission="'courseSchedule/classGroupTeacherAdjust'">课程移交</el-button>
<div class="tableWrap">
@@ -265,12 +259,12 @@ export default {
<style lang="scss" scope>
-.courseInfo {
- h4 {
- margin-bottom: 20px;
- }
- .tableMargin {
- margin-top: 20px;
-}
+// .courseInfo {
+// h4 {
+// margin-bottom: 20px;
+// }
+// .tableMargin {
+// margin-top: 20px;
@@ -23,7 +23,7 @@
<el-button type="danger" native-type="search">搜索</el-button>
- <div class="tableWrap tableMargin">
+ <div class="tableWrap">
<el-table
:data="teamList"
:header-cell-style="{ background: '#EDEEF0', color: '#444' }"
@@ -184,12 +184,12 @@ export default {
@@ -82,12 +82,12 @@ export default {
@@ -154,6 +154,7 @@ export default {
startTime: null,
endTime: null,
@@ -182,12 +182,12 @@ export default {
<style lang="scss" scoped>
@@ -223,12 +223,13 @@ export default {
courseScheduleType: null,
signInStatus: null,
.tr-cotainer {
+ // margin-top: 20px;
@@ -27,6 +27,7 @@
v-model.trim="searchForm.search"
+ clearable
@keyup.enter.native="getList"
placeholder="老师姓名或电话"
@@ -66,7 +66,7 @@
</el-date-picker>
- <el-button native-type="submit" type="primary">搜索</el-button>
+ <el-button native-type="submit" type="danger">搜索</el-button>
onReSet() {
this.$refs["searchForm"].resetFields();
+ this.searchForm.dates = [new Date().setDate(1), new Date()];
this.search();