|
|
@ -133,17 +133,17 @@ const buttonBaseClick = (val, item) => { |
|
|
|
|
|
|
|
// 列表-操作按钮 |
|
|
|
const butttondata = [ |
|
|
|
{ |
|
|
|
label: '标签信息', |
|
|
|
name: 'bqxx', |
|
|
|
hide: false, |
|
|
|
type: 'primary', |
|
|
|
icon: '', |
|
|
|
color: '', |
|
|
|
link: true, |
|
|
|
float:'right', |
|
|
|
hasPermi: '' |
|
|
|
}, |
|
|
|
// { |
|
|
|
// label: '标签信息', |
|
|
|
// name: 'bqxx', |
|
|
|
// hide: false, |
|
|
|
// type: 'primary', |
|
|
|
// icon: '', |
|
|
|
// color: '', |
|
|
|
// link: true, |
|
|
|
// float:'right', |
|
|
|
// hasPermi: '' |
|
|
|
// }, |
|
|
|
defaultButtons.mainListPointBtn(null), // 标签打印 |
|
|
|
// defaultButtons.mainListEditBtn({hasPermi:'wms:balance:update'}), // 编辑 |
|
|
|
// defaultButtons.mainListDeleteBtn({hasPermi:'wms:balance:delete'}), // 删除 |
|
|
|