mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
讲师列表页面调整
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user