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>