Commit 15fd2ba6 by linjinhong

修改卡片展示字段factoryOrderNumber

parent e7b41d99
...@@ -1719,16 +1719,16 @@ ...@@ -1719,16 +1719,16 @@
<div class="grid-item"> <div class="grid-item">
<div <div
:title="`订单号:${cardItem?.thirdSubOrderNumber}`" :title="`订单号:${cardItem?.factoryOrderNumber}`"
class="grid-item-value orderNumber" class="grid-item-value orderNumber"
> >
{{ cardItem?.thirdSubOrderNumber }} {{ cardItem?.factoryOrderNumber }}
<el-icon <el-icon
class="icon" class="icon"
style="margin-left: 3px" style="margin-left: 3px"
size="14" size="14"
@click.stop=" @click.stop="
copy(String(cardItem?.thirdSubOrderNumber || '')) copy(String(cardItem?.factoryOrderNumber || ''))
" "
> >
<DocumentCopy /> <DocumentCopy />
......
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