Commit 7ecbc612 authored by Mac's avatar Mac

1

parent 42d7e35f
......@@ -209,8 +209,8 @@
<div v-for="(item,index) in x.lsMsg" :key="index+'a1'" class="weekstyle2_item"
style="width: 100%;;display: flex;flex-direction: column;align-items: center;border-bottom: 1px solid #e8e8e8;">
<div>{{item.StartHours}}~{{item.EndHours}}</div>
<el-tooltip class="item" effect="dark" :content="item.EmpName" placement="top">
<div
<el-tooltip class="item" effect="dark" :content="item.EmpName" placement="top" v-if="item.EmpName!=''">
<div v-if="item.EmpName!=''"
style="width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;cursor: pointer;text-align: center;">
<span>{{item.EmpName}}</span>
</div>
......
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