修改 隐藏
This commit is contained in:
parent
72281db3a8
commit
b678416593
@ -164,20 +164,20 @@ export default {
|
||||
// }
|
||||
]
|
||||
},
|
||||
// {
|
||||
// title: this.$t('planMonitor.tool'),
|
||||
// children: [
|
||||
// {
|
||||
// title: '生成带出入库计划',
|
||||
// click: this.handleGernaratePlanningTrain
|
||||
// },
|
||||
// {
|
||||
// title: '生成仅环路计划',
|
||||
// click: this.populatingGenericData
|
||||
// // disabledCallback: () => { return !this.$route.query.planId },
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
title: this.$t('planMonitor.tool'),
|
||||
children: [
|
||||
{
|
||||
title: '生成带出入库计划',
|
||||
click: this.handleGernaratePlanningTrain
|
||||
},
|
||||
// {
|
||||
// title: '生成仅环路计划',
|
||||
// click: this.populatingGenericData
|
||||
// // disabledCallback: () => { return !this.$route.query.planId },
|
||||
// }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '编辑',
|
||||
children: [
|
||||
|
Loading…
Reference in New Issue
Block a user