Commit efc74ef9 by wusiyi

Merge branch 'dev'

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