Commit 1e23bdb9 by 李君

1

1 parent 0112c97b
......@@ -89,7 +89,7 @@
</template>
</el-table-column>
<el-table-column label="Lane" align="center" prop="cashierChannelId" show-overflow-tooltip :formatter="landFormat"></el-table-column>
<el-table-column label="Lane Type" align="center" prop="counterType" :formatter="counterTypeFormat"></el-table-column>
<el-table-column label="Lane Type" align="center" prop="counterType" show-overflow-tooltip :formatter="counterTypeFormat"></el-table-column>
<el-table-column label="Average Customers in Queue" align="center" prop="queueLength" width="170">
<template slot="header">
<p class="cell_title">Average Customers</p>
......@@ -451,7 +451,7 @@
// }
// }
/deep/.el-table .cell{
// text-overflow: ellipsis !important
text-overflow: ellipsis !important
}
/deep/.el-form-item__label{
width: auto !important;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!