mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
所属组织页面调整
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<CostDetails v-model:visible="open">
|
||||
<CostDetails v-model:visible="opendrawer" :teacherNo="teacherNo">
|
||||
</CostDetails>
|
||||
</div>
|
||||
</template>
|
||||
@@ -107,6 +107,7 @@ export default {
|
||||
setup() {
|
||||
const router=useRouter();
|
||||
const { query: { id }} = useRoute();
|
||||
const opendrawer=ref(false)
|
||||
const state = reactive({
|
||||
open:true,
|
||||
id,
|
||||
@@ -142,6 +143,7 @@ export default {
|
||||
teacherNo: null,
|
||||
teachingDate: null
|
||||
},
|
||||
teacherNo:null,
|
||||
querytableFee: {
|
||||
teacherNo: null,
|
||||
teachingDate: null,
|
||||
@@ -312,14 +314,7 @@ export default {
|
||||
getOrganizationLista()
|
||||
//表格内查看数据操作
|
||||
const handleLook = (record) => {
|
||||
let id = record.summaryDate
|
||||
router.push({ path: '/MonthlyStatistics', query: { id } })
|
||||
// state.teacherdialog = true;
|
||||
// state.teacherdialogtitle = '讲师费月度统计详情'
|
||||
// state.summaryDate = record.summaryDate;
|
||||
// state.resbgTxt = record.resbgTxt
|
||||
// state.queryFeeMonthly.summaryDate = record.summaryDate
|
||||
// TeacherSystem()
|
||||
opendrawer.value=true
|
||||
}
|
||||
const changePagination = (page, pageSize) => {
|
||||
state.searchParam.pageNo = page;
|
||||
|
||||
Reference in New Issue
Block a user