|
|
@@ -40,16 +40,12 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'search_diamond_details',
|
|
|
component: 'views/warehousing/goods/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '收藏',
|
|
|
code: 'search_diamond_favorite',
|
|
|
component: 'views/warehousing/goods/components/favorite/index.vue',
|
|
|
- buttonName: 'favorite',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -67,16 +63,12 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'search_fancy_details',
|
|
|
component: 'views/warehousing/goods/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '收藏',
|
|
|
code: 'search_fancy_favorite',
|
|
|
component: 'views/warehousing/goods/components/favorite/index.vue',
|
|
|
- buttonName: 'favorite',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -116,14 +108,12 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'trade_sell_details',
|
|
|
component: 'views/warehousing/goods/components/details/index.vue',
|
|
|
- className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '收藏',
|
|
|
code: 'trade_sell_favorite',
|
|
|
component: 'views/warehousing/goods/components/favorite/index.vue',
|
|
|
- className: 'el-button--primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -141,7 +131,6 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'trade_buy_details',
|
|
|
component: 'views/trade/buy/components/details/index.vue',
|
|
|
- className: 'el-button--primary',
|
|
|
children: [
|
|
|
{
|
|
|
authType: 2,
|
|
|
@@ -175,14 +164,12 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'trade_sale_details',
|
|
|
component: 'views/trade/sale/components/details/index.vue',
|
|
|
- className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '撤销',
|
|
|
code: 'trade_sale_cancel',
|
|
|
component: 'views/trade/sale/components/cancel/index.vue',
|
|
|
- className: 'el-button--primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -200,24 +187,19 @@ const appmenu = {
|
|
|
title: '我要求购',
|
|
|
code: 'trade_purchase_add',
|
|
|
component: 'views/trade/purchase/components/add/index.vue',
|
|
|
- buttonName: 'add',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '详情',
|
|
|
code: 'trade_purchase_details',
|
|
|
component: 'views/trade/purchase/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '撤销',
|
|
|
code: 'trade_purchase_cancel',
|
|
|
component: 'views/trade/purchase/components/cancel/index.vue',
|
|
|
- buttonName: 'cancel',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -235,8 +217,6 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'trade_delisting_details',
|
|
|
component: 'views/trade/delisting/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -254,16 +234,12 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'trade_bargain_details',
|
|
|
component: 'views/trade/bargain/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '撤销',
|
|
|
code: 'trade_bargain_cancel',
|
|
|
component: 'views/trade/bargain/components/cancel/index.vue',
|
|
|
- buttonName: 'cancel',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
}
|
|
|
@@ -284,16 +260,12 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'favorite_details',
|
|
|
component: 'views/warehousing/goods/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '取消',
|
|
|
code: 'favorite_cancel',
|
|
|
component: 'views/favorite/main/components/cancel/index.vue',
|
|
|
- buttonName: 'cancel',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -321,40 +293,30 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'order_buy_details',
|
|
|
component: 'views/order/main/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '手动',
|
|
|
code: 'order_buy_manual',
|
|
|
component: 'views/order/main/components/manual/index.vue',
|
|
|
- buttonName: 'manual',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '延期',
|
|
|
code: 'order_buy_delay',
|
|
|
component: 'views/order/main/components/delay/index.vue',
|
|
|
- buttonName: 'delay',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '违约',
|
|
|
code: 'order_buy_contracted',
|
|
|
component: 'views/order/main/components/contracted/index.vue',
|
|
|
- buttonName: 'contracted',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '修改',
|
|
|
code: 'order_buy_edit',
|
|
|
component: 'views/order/main/components/edit/index.vue',
|
|
|
- buttonName: 'edit',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -372,40 +334,30 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'order_sell_details',
|
|
|
component: 'views/order/main/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '手动',
|
|
|
code: 'order_sell_manual',
|
|
|
component: 'views/order/main/components/manual/index.vue',
|
|
|
- buttonName: 'manual',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '延期',
|
|
|
code: 'order_sell_delay',
|
|
|
component: 'views/order/main/components/delay/index.vue',
|
|
|
- buttonName: 'delay',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '违约',
|
|
|
code: 'order_sell_contracted',
|
|
|
component: 'views/order/main/components/contracted/index.vue',
|
|
|
- buttonName: 'contracted',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '修改',
|
|
|
code: 'order_sell_edit',
|
|
|
component: 'views/order/main/components/edit/index.vue',
|
|
|
- buttonName: 'edit',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -435,72 +387,55 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'customs_exit_details',
|
|
|
component: 'views/customs/exit/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '提交申请',
|
|
|
code: 'customs_exit_add',
|
|
|
component: 'views/customs/exit/components/edit/index.vue',
|
|
|
- buttonName: 'add',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '修改',
|
|
|
code: 'customs_exit_edit',
|
|
|
component: 'views/customs/exit/components/edit/index.vue',
|
|
|
- buttonName: 'edit',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '撤回',
|
|
|
code: 'customs_exit_cancel',
|
|
|
component: 'views/customs/exit/components/cancel/index.vue',
|
|
|
- buttonName: 'cancel',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '下载',
|
|
|
code: 'customs_exit_download',
|
|
|
component: 'views/customs/exit/components/download/index.vue',
|
|
|
- buttonName: 'download',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '确认发货',
|
|
|
code: 'customs_exit_delivery',
|
|
|
component: 'views/customs/exit/components/delivery/index.vue',
|
|
|
- buttonName: 'delivery',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '确认检测结果',
|
|
|
code: 'customs_exit_check',
|
|
|
component: 'views/customs/exit/components/check/index.vue',
|
|
|
- buttonName: 'check',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '确认预付款',
|
|
|
code: 'customs_exit_advance_payment',
|
|
|
component: 'views/customs/exit/components/advance-payment/index.vue',
|
|
|
- buttonName: 'advance_payment',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '确认付款',
|
|
|
code: 'customs_exit_payment',
|
|
|
component: 'views/customs/exit/components/payment/index.vue',
|
|
|
- buttonName: 'payment',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -518,48 +453,36 @@ const appmenu = {
|
|
|
title: '详情',
|
|
|
code: 'customs_bonded_details',
|
|
|
component: 'views/customs/bonded/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '上传发货单',
|
|
|
code: 'customs_bonded_upload_bill',
|
|
|
component: 'views/customs/bonded/components/upload-bill/index.vue',
|
|
|
- buttonName: 'upload_bill',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '下载',
|
|
|
code: 'customs_bonded_download',
|
|
|
component: 'views/customs/bonded/components/download/index.vue',
|
|
|
- buttonName: 'download',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '上传盖章单据',
|
|
|
code: 'customs_bonded_upload_seal',
|
|
|
component: 'views/customs/bonded/components/upload-seal/index.vue',
|
|
|
- buttonName: 'upload_seal',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '确认预付款',
|
|
|
code: 'customs_bonded_advance_payment',
|
|
|
component: 'views/customs/bonded/components/advance-payment/index.vue',
|
|
|
- buttonName: 'advance_payment',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '确认付款',
|
|
|
code: 'customs_bonded_payment',
|
|
|
component: 'views/customs/bonded/components/payment/index.vue',
|
|
|
- buttonName: 'payment',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -589,48 +512,38 @@ const appmenu = {
|
|
|
title: '添加商品',
|
|
|
code: 'warehousing_goods_add',
|
|
|
component: 'views/warehousing/goods/components/edit/index.vue',
|
|
|
- buttonName: 'add',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '商品上架',
|
|
|
code: 'warehousing_goods_sell',
|
|
|
component: 'views/warehousing/goods/components/edit/index.vue',
|
|
|
- buttonName: 'sell',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '详情',
|
|
|
code: 'warehousing_goods_details',
|
|
|
component: 'views/warehousing/goods/components/details/index.vue',
|
|
|
- buttonName: 'details',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '上架',
|
|
|
code: 'warehousing_goods_put',
|
|
|
component: 'views/warehousing/goods/components/put/index.vue',
|
|
|
- buttonName: 'put',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '下架',
|
|
|
code: 'warehousing_goods_pull',
|
|
|
component: 'views/warehousing/goods/components/pull/index.vue',
|
|
|
- buttonName: 'pull',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '删除',
|
|
|
code: 'warehousing_goods_delete',
|
|
|
component: 'views/warehousing/goods/components/delete/index.vue',
|
|
|
- buttonName: 'delete',
|
|
|
- buttonType: 'danger',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -648,16 +561,13 @@ const appmenu = {
|
|
|
title: '新增仓库',
|
|
|
code: 'warehousing_warehouse_add',
|
|
|
component: 'views/warehousing/warehouse/components/edit/index.vue',
|
|
|
- buttonName: 'add',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '修改',
|
|
|
code: 'warehousing_warehouse_edit',
|
|
|
component: 'views/warehousing/warehouse/components/edit/index.vue',
|
|
|
- buttonName: 'edit',
|
|
|
- buttonType: 'primary',
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -687,32 +597,28 @@ const appmenu = {
|
|
|
title: '签约',
|
|
|
code: 'mine_profile_sign',
|
|
|
component: 'views/mine/profile/components/sign/index.vue',
|
|
|
- buttonName: 'sign',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '解约',
|
|
|
code: 'mine_profile_rescind',
|
|
|
component: 'views/mine/profile/components/rescind/index.vue',
|
|
|
- buttonName: 'rescind',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '修改登录密码',
|
|
|
code: 'mine_profile_loginpassword',
|
|
|
component: 'views/mine/profile/components/password/index.vue',
|
|
|
- buttonName: 'loginPassword',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '修改资金密码',
|
|
|
code: 'mine_profile_accountpassword',
|
|
|
component: 'views/mine/profile/components/password/index.vue',
|
|
|
- buttonName: 'accountPassword',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
hidden: true,
|
|
|
}
|
|
|
]
|
|
|
@@ -731,24 +637,20 @@ const appmenu = {
|
|
|
title: '入金申请',
|
|
|
code: 'bank_deposit',
|
|
|
component: 'views/mine/bank/components/deposit/index.vue',
|
|
|
- buttonName: 'deposit',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '出金申请',
|
|
|
code: 'bank_withdraw',
|
|
|
component: 'views/mine/bank/components/withdraw/index.vue',
|
|
|
- buttonName: 'withdraw',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '撤销',
|
|
|
code: 'bank_cancel',
|
|
|
component: 'views/mine/bank/components/cancel/index.vue',
|
|
|
- buttonName: 'cancel',
|
|
|
- buttonType: 'primary',
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -766,8 +668,7 @@ const appmenu = {
|
|
|
title: '新增地址',
|
|
|
code: 'mine_address_add',
|
|
|
component: 'views/mine/address/components/edit/index.vue',
|
|
|
- buttonName: 'add',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
|
|
|
},
|
|
|
{
|
|
|
@@ -775,24 +676,18 @@ const appmenu = {
|
|
|
title: '修改',
|
|
|
code: 'mine_address_edit',
|
|
|
component: 'views/mine/address/components/edit/index.vue',
|
|
|
- buttonName: 'edit',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '默认',
|
|
|
code: 'mine_address_default',
|
|
|
component: 'views/mine/address/components/default/index.vue',
|
|
|
- buttonName: 'default',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '删除',
|
|
|
code: 'mine_address_delete',
|
|
|
component: 'views/mine/address/components/delete/index.vue',
|
|
|
- buttonName: 'delete',
|
|
|
- buttonType: 'danger',
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -810,8 +705,7 @@ const appmenu = {
|
|
|
title: '新增发票',
|
|
|
code: 'mine_invoice_add',
|
|
|
component: 'views/mine/invoice/components/edit/index.vue',
|
|
|
- buttonName: 'add',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
|
|
|
},
|
|
|
{
|
|
|
@@ -819,16 +713,12 @@ const appmenu = {
|
|
|
title: '修改',
|
|
|
code: 'mine_invoice_edit',
|
|
|
component: 'views/mine/invoice/components/edit/index.vue',
|
|
|
- buttonName: 'edit',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '删除',
|
|
|
code: 'mine_invoice_delete',
|
|
|
component: 'views/mine/invoice/components/delete/index.vue',
|
|
|
- buttonName: 'delete',
|
|
|
- buttonType: 'danger',
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -898,16 +788,12 @@ const appmenu = {
|
|
|
title: '同意',
|
|
|
code: 'bargain_buy_agree',
|
|
|
component: 'views/bargain/buy/components/audit/index.vue',
|
|
|
- buttonName: 'agree',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '拒绝',
|
|
|
code: 'bargain_buy_refuse',
|
|
|
component: 'views/bargain/buy/components/audit/index.vue',
|
|
|
- buttonName: 'refuse',
|
|
|
- buttonType: 'primary',
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -925,16 +811,12 @@ const appmenu = {
|
|
|
title: '同意',
|
|
|
code: 'bargain_sell_agree',
|
|
|
component: 'views/bargain/sell/components/audit/index.vue',
|
|
|
- buttonName: 'agree',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '拒绝',
|
|
|
code: 'bargain_sell_refuse',
|
|
|
component: 'views/bargain/sell/components/audit/index.vue',
|
|
|
- buttonName: 'refuse',
|
|
|
- buttonType: 'primary',
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
@@ -975,15 +857,14 @@ const appmenu = {
|
|
|
title: '新增',
|
|
|
code: 'system_menu_add',
|
|
|
icon: 'Plus',
|
|
|
- buttonType: 'primary',
|
|
|
component: 'views/system/menu/components/edit/index.vue',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '编辑',
|
|
|
code: 'system_menu_edit',
|
|
|
icon: 'Edit',
|
|
|
- buttonType: 'primary',
|
|
|
component: 'views/system/menu/components/edit/index.vue',
|
|
|
},
|
|
|
{
|
|
|
@@ -991,7 +872,6 @@ const appmenu = {
|
|
|
title: '删除',
|
|
|
code: 'system_menu_delete',
|
|
|
icon: 'Delete',
|
|
|
- buttonType: 'danger',
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
@@ -1009,14 +889,13 @@ const appmenu = {
|
|
|
title: '新增',
|
|
|
code: 'system_role_add',
|
|
|
icon: 'Plus',
|
|
|
- buttonType: 'primary',
|
|
|
+ className: 'el-button--primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '权限',
|
|
|
code: 'system_role_auth',
|
|
|
icon: 'Lock',
|
|
|
- buttonType: 'primary',
|
|
|
component: 'views/system/role/components/auth/index.vue',
|
|
|
},
|
|
|
{
|
|
|
@@ -1024,14 +903,12 @@ const appmenu = {
|
|
|
title: '编辑',
|
|
|
code: 'system_role_edit',
|
|
|
icon: 'Edit',
|
|
|
- buttonType: 'primary',
|
|
|
},
|
|
|
{
|
|
|
authType: 3,
|
|
|
title: '删除',
|
|
|
code: 'system_role_delete',
|
|
|
icon: 'Delete',
|
|
|
- buttonType: 'danger',
|
|
|
}
|
|
|
]
|
|
|
},
|