|
@@ -103,7 +103,7 @@
|
|
<el-table-column label="数量" prop="chemicalNumber" width="100" show-overflow-tooltip/>
|
|
<el-table-column label="数量" prop="chemicalNumber" width="100" show-overflow-tooltip/>
|
|
<el-table-column label="称重方式" prop="content" width="100" show-overflow-tooltip>
|
|
<el-table-column label="称重方式" prop="content" width="100" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{scope.row.joinType==1?'手动称重':'自动称重'}}</span>
|
|
|
|
|
|
+ <span>{{scope.row.joinType==1?'手工':'自动'}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="入库时间" prop="joinTime" width="200" show-overflow-tooltip>
|
|
<el-table-column label="入库时间" prop="joinTime" width="200" show-overflow-tooltip>
|