<el-table-column
label="序列号"
align="center"
prop="serialNo"
width="100"
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
{{ scope.row.qty == 1 ? scope.row.serialNo : "" }}
</template>
</el-table-column>







网友评论