@@ -116,7 +116,7 @@
<el-table-column label="不可调拨" prop="vin">
<template slot-scope="scope">
- {{ scope.row.total - transfer_able }}
+ {{ scope.row.total - scope.row.transfer_able || 0}}
</template>
</el-table-column>