Commit 2542c78f authored by jingnan's avatar jingnan 👀

Merge remote-tracking branch 'origin/rubberPaint-dev' into dev

parents a63d0ad6 79d515ef
...@@ -144,3 +144,6 @@ ...@@ -144,3 +144,6 @@
text-align: center; text-align: center;
} }
.el-table__header-wrapper th{
position: relative!important;
}
...@@ -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