Commit 90a1c4d0 by zhuzhequan

悬浮显示全素材id

parent 805b061f
...@@ -543,9 +543,12 @@ ...@@ -543,9 +543,12 @@
@click.stop="openMaterial(cardItem as PodProductList)" @click.stop="openMaterial(cardItem as PodProductList)"
> >
<img width="20" src="@/assets/images/id.png" /> <img width="20" src="@/assets/images/id.png" />
<el-tooltip :content="cardItem?.productionFileId">
<span class="over-hidden" title="素材ID"> <span class="over-hidden" title="素材ID">
{{ cardItem?.productionFileId }} {{ cardItem?.productionFileId }}
</span> </span>
</el-tooltip>
</a> </a>
</el-col> </el-col>
<el-col <el-col
......
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