讲师列表页面调整

This commit is contained in:
wangxuemei
2024-07-24 17:45:12 +08:00
parent 950e0d3d6a
commit 7c3ac81e66
12 changed files with 1455 additions and 1320 deletions

View File

@@ -40,7 +40,7 @@
</div>
<!-- 更多筛选-->
<div v-if="moreid== 1 " style="width: 150px ;">
<div @click="handlemoreid()"> 更多筛选 </div>
<div @click="handlemoreid()">展开</div>
</div>
<div v-if="moreid== 2 " style="width: 150px ;">
<div @click="handlemoreid() "> 返回 </div>
@@ -77,7 +77,7 @@
v-for="item in PlaceOfPayList"
:key="item.value "
:value="item.value "
>{{ item.label}}</a-select-option>
>{{ item.label}}</a-select-option>
</a-select>
</div>
</div>
@@ -466,7 +466,7 @@
import { reactive, toRefs, ref ,watch} from "vue";
import { message } from "ant-design-vue";
import dayjs from "dayjs";
import {getTeacherPayRollPriceList} from "../../api/Lecturer";
import {getPayRollPlace} from "../../api/Lecturer";
import {getTeacherFeeList,getTeacherFeeDetail,addTeacherFee ,updateTeacherFee,updateStatusSubmit,updateStatusWithDraw,getTrainOrg,getTeacherLevel} from "../../api/lecturerFeeManagement";
// lecturerFeeManagement
// import {getProjSt} from "../../api/indexProjStu";
@@ -577,7 +577,7 @@ export default {
// { value: 0, label: "发薪地B1" },
])
const PlaceOfPayLista =() => {
getTeacherPayRollPriceList().then((res)=>{
getPayRollPlace().then((res)=>{
if (res.data.code === 200) {
let arr = res.data.data;
let array = [];