删除运行图创建
This commit is contained in:
parent
b2d6faa7ba
commit
25e3cb19a4
@ -38,10 +38,10 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
menu1: [
|
menu1: [
|
||||||
{
|
// {
|
||||||
label: this.$t('map.createOperationGraph'),
|
// label: this.$t('map.createOperationGraph'),
|
||||||
handler: this.createChart
|
// handler: this.createChart
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
label: this.$t('map.importOperationGraph'),
|
label: this.$t('map.importOperationGraph'),
|
||||||
handler: this.importChart,
|
handler: this.importChart,
|
||||||
|
Loading…
Reference in New Issue
Block a user