@ -439,10 +439,10 @@ const butttondata = (row,$index) => {
// 根据状态返回该按钮是否显示
const isReGenLabelShowMainButtonLabel = (row, val) => {
if (val.indexOf(row.status) > -1) {
if (row.labelStatus == '1') {
return true
} else {
if (row.asnOutLabel == '2') {
return false
}