Commit 5501d1a9 authored by zhengke's avatar zhengke

修改

parent 5ff46057
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
</el-tooltip> </el-tooltip>
</template> </template>
<template v-else-if="item.JoinType==4"> <template v-else-if="item.JoinType==4">
<el-tooltip class="item" effect="dark" :content="`从${item.SourceClassName}】转入,关联订单号${item.SourceOrderId}`" placement="top-start"> <el-tooltip class="item" effect="dark" :content="`从${item.SourceClassName}】转入,关联订单号${item.SourceOrderId}`" placement="top-start">
<span style="cursor: pointer;text-decoration: underline;color:blue" > <span style="cursor: pointer;text-decoration: underline;color:blue" >
{{item.OrderId}} {{item.OrderId}}
</span> </span>
......
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
</el-tooltip> </el-tooltip>
</template> </template>
<template v-else-if="scope.row.JoinType==4"> <template v-else-if="scope.row.JoinType==4">
<el-tooltip class="item" effect="dark" :content="`从${scope.row.SourceClassName}】转入,关联订单号${scope.row.SourceOrderId}`" placement="top-start"> <el-tooltip class="item" effect="dark" :content="`从${scope.row.SourceClassName}】转入,关联订单号${scope.row.SourceOrderId}`" placement="top-start">
<div style="cursor: pointer;text-decoration: underline;color:blue" @click='gobaoming(scope.row.OrderId)'> <div style="cursor: pointer;text-decoration: underline;color:blue" @click='gobaoming(scope.row.OrderId)'>
{{scope.row.OrderId}} {{scope.row.OrderId}}
</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