2023-4-26

master
19104468071 1 year ago
parent c0080acd6c
commit 9e9808f43e

@ -154,6 +154,18 @@
}
}
},
{
field: 'hasA',
title: '是否有A',
formatter:function (value, row, index){
if (value==1){
return "是";
}
else if(value==0){
return "否";
}
}
},
{
field: 'prefix',
title: '条码前缀'

Loading…
Cancel
Save