|
|
|
@ -11,17 +11,17 @@
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column label="药品名称" width="150" prop="coName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="规格型号" width="150" prop="spec" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="包装规格" width="150" prop="bzgg" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="批次号" width="150" prop="batchNo" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="生产日期" width="120" prop="productDate" show-overflow-tooltip>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ convertDateFun(scope.row.productDate) }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
|
<!-- <span>{{ convertDateFun(scope.row.productDate) }}</span>-->
|
|
|
|
|
<!--</template>-->
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="失效日期" width="120" prop="expireDate" show-overflow-tooltip>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ convertDateFun(scope.row.expireDate) }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
<!--<template slot-scope="scope">-->
|
|
|
|
|
<!-- <span>{{ convertDateFun(scope.row.expireDate) }}</span>-->
|
|
|
|
|
<!--</template>-->
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="扫码数量" width="80" prop="count" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="实际数量" width="80" prop="reCount" show-overflow-tooltip></el-table-column>
|
|
|
|
|