Commit 0360400c authored by youjie's avatar youjie

邮轮

parent 884722b8
...@@ -289,24 +289,17 @@ export const spotListConfig = { ...@@ -289,24 +289,17 @@ export const spotListConfig = {
// 工具操作配置 // 工具操作配置
toolActions: [ toolActions: [
// { // {
// command: 'add', // command: 'export',
// label: '添加邮轮', // label: '导出数据',
// type: 'primary', // icon: 'el-icon-download',
// icon: 'el-icon-plus', // permission: 'scenic.export'
// permission: 'scenic.add' // },
// {
// command: 'importData',
// label: '导入数据',
// icon: 'el-icon-upload2',
// permission: 'scenic.import'
// }, // },
{
command: 'export',
label: '导出数据',
icon: 'el-icon-download',
permission: 'scenic.export'
},
{
command: 'importData',
label: '导入数据',
icon: 'el-icon-upload2',
permission: 'scenic.import'
},
{ {
command: 'refresh', command: 'refresh',
label: '刷新', label: '刷新',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment