瀏覽代碼

批次调拨

renmy 3 年之前
父節點
當前提交
2bea127be0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/device/allocation/allocationAdd.vue

+ 1 - 1
src/views/device/allocation/allocationAdd.vue

@@ -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>