Commit a1561851 authored by 秦嘉's avatar 秦嘉

修改bug

parent 182a3655
...@@ -81,13 +81,13 @@ ...@@ -81,13 +81,13 @@
<span>{{ scope.row.materSn || '-' }}</span> <span>{{ scope.row.materSn || '-' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :show-overflow-tooltip="true" align="center" prop="packageCode"> <el-table-column :show-overflow-tooltip="true" align="center" prop="packageCodeReal">
<template slot="header"> <template slot="header">
<div>批次号</div> <div>批次号</div>
<div>Batch No.</div> <div>Batch No.</div>
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.packageCode || '-' }}</span> <span>{{ scope.row.packageCodeReal || '-' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :show-overflow-tooltip="true" align="center" prop="createDate"> <el-table-column :show-overflow-tooltip="true" align="center" prop="createDate">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment