Commit 3db35792 by wusiyi

fix: bug修复

parent f36a701d
......@@ -1771,7 +1771,7 @@
<Icon
name="caozuorizhi"
style="width: 28px; height: 28px"
@click="(e: MouseEvent) => operationLog(cardItem.podJomallOrderUsId, e, row)"
@click="(e: MouseEvent) => operationLog(cardItem.podJomallOrderUsId, e)"
>
<template #title>
<title>操作日志</title>
......@@ -2115,7 +2115,10 @@
</el-button>
</div>
</div>
<div style="margin-top: 10px; color: #606266">
<div
v-if="currentItem?.lanshouAddress"
style="margin-top: 10px; color: #606266"
>
<span>地址:</span>
<span>{{ currentItem?.lanshouAddress }}</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