|
@@ -46,6 +46,14 @@
|
46
|
46
|
<span >{{scope.row.count}}</span>
|
47
|
47
|
</template>
|
48
|
48
|
</el-table-column>
|
|
49
|
+ <el-table-column min-width="35" align="center">
|
|
50
|
+ <template slot="header" slot-scope="scope">
|
|
51
|
+ <span>出库方式</span>
|
|
52
|
+ </template>
|
|
53
|
+ <template slot-scope="scope">
|
|
54
|
+ <span v-if="scope.row.is_total == 0">{{"自动出库"}}</span>
|
|
55
|
+ </template>
|
|
56
|
+ </el-table-column>
|
49
|
57
|
<el-table-column min-width="35" align="center">
|
50
|
58
|
<template slot="header" slot-scope="scope">
|
51
|
59
|
<span>使用时间</span>
|