删除运行图创建

This commit is contained in:
ival 2019-08-16 16:42:26 +08:00
parent b2d6faa7ba
commit 25e3cb19a4

View File

@ -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,