Commit 79d515ef authored by jingnan's avatar jingnan 👀

配套需求单明细其他库房详情字段展示修改

parent 0468176e
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<el-table-column label="其他库房详情" min-width="110"> <el-table-column label="其他库房详情" min-width="110">
<template slot-scope="scope"> <template slot-scope="scope">
<span class="link" @click="openDetails(scope,'otherStorageZoneItems')"> <span class="link" @click="openDetails(scope,'otherStorageZoneItems')">
{{ scope.row.otherCenterAmount||'查看' }} {{ scope.row.otherCenterAmount }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
......
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