提交 6eb3167e authored 作者: 王鹏飞's avatar 王鹏飞

chore: 移除留位费

上级 c0f34c79
......@@ -12,6 +12,13 @@ export default function(_this) {
return {
id: 'admission',
title: '综合评审',
children: [{ required: true, id: 'application_pay', title: '缴留位费' }, cjd(_this), tjx(_this), grcs(_this), byzs(_this), form(_this)]
children: [
// { required: true, id: 'application_pay', title: '缴留位费' },
cjd(_this),
tjx(_this),
grcs(_this),
byzs(_this),
form(_this)
]
}
}
......@@ -53,11 +53,11 @@ export default {
const menus = getMenu(this)
return {
menus: [menus],
currentActive: 'application_pay',
currentActive: 'admission_cjd',
dialogVisible: false,
detail: null,
completeVisible: false,
isPay: false
isPay: true
}
},
watch: {
......@@ -65,7 +65,7 @@ export default {
immediate: true,
handler(route) {
const { query = {} } = route
this.currentActive = query.active || 'application_pay'
this.currentActive = query.active || 'admission_cjd'
}
},
showSubmittedDialog(value) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论