调拨订单明细加行号 See merge request new-business/drp-web!289
@@ -299,7 +299,7 @@
prop="rowno"
>
<template slot-scope="scope">
- {{ scope.$index + 1 + "0" }}
+ {{ scope.row.rowno = scope.$index + 1 + "0" }}
</template>
</el-table-column>
<el-table-column