|
|
@ -179,10 +179,10 @@ const openForm =async (type: string, row?: number) => { |
|
|
|
// 列表-操作按钮 |
|
|
|
// 列表-操作按钮 |
|
|
|
const butttondata = (row,$index) => { |
|
|
|
const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1 |
|
|
|
if(findIndex>-1&&findIndex<$index){ |
|
|
|
return [] |
|
|
|
} |
|
|
|
// const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1 |
|
|
|
// if(findIndex>-1&&findIndex<$index){ |
|
|
|
// return [] |
|
|
|
// } |
|
|
|
return [ |
|
|
|
defaultButtons.mainListPointBtn(null), // 标签打印 |
|
|
|
] |
|
|
|