mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 09:55:53 +08:00
feat: ✨ 管理端添加多标签Tab页内嵌模式设置
This commit is contained in:
@@ -197,10 +197,10 @@ export default {
|
||||
},
|
||||
detail(v) { // 账单详情
|
||||
let id = v.id;
|
||||
this.$router.push({
|
||||
this.$options.filters.customRouterPush({
|
||||
name: "bill-detail",
|
||||
query: { id: id },
|
||||
});
|
||||
})
|
||||
},
|
||||
remove(v) {
|
||||
this.$Modal.confirm({
|
||||
|
||||
Reference in New Issue
Block a user