|
|
@ -131,9 +131,10 @@ const butttondata = (row,$index) => { |
|
|
|
const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1 |
|
|
|
if(findIndex>0&&findIndex<$index){ |
|
|
|
return [] |
|
|
|
}else{ |
|
|
|
return [defaultButtons.mainListDocumentPrintBtn(null),] // 标签打印 |
|
|
|
} |
|
|
|
defaultButtons.mainListDocumentPrintBtn(null), // 标签打印 |
|
|
|
] |
|
|
|
} |
|
|
|
|
|
|
|
// 列表-操作按钮事件 |
|
|
|
const buttonTableClick = async (val, row) => { |
|
|
|