Commit a17a753a authored by liudong1993's avatar liudong1993

1

parent 2ed67d83
...@@ -616,7 +616,7 @@ ...@@ -616,7 +616,7 @@
{{ item.MailingAddress }} {{ item.MailingAddress }}
</template> </template>
<template v-else> <template v-else>
{{ item.SelffetchAddress ? item.SelffetchAddress : '等待操作后,才能看到自取地址' }} {{ item.SelffetchAddress ? item.SelffetchAddress : '等待操作确认后,才能看到自取地址' }}
</template> </template>
</div> </div>
</div> </div>
...@@ -660,7 +660,7 @@ ...@@ -660,7 +660,7 @@
<el-tooltip v-if="item.OrderStatus == 2 && pagesTitle != '销售'" class="item" effect="dark" content="制单" <el-tooltip v-if="item.OrderStatus == 2 && pagesTitle != '销售'" class="item" effect="dark" content="制单"
placement="top"> placement="top">
<i class="absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6" <i class="absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@click="makeAdocument(item, index, 2)"></i> @click="makeAdocument(item, index, 3)"></i>
</el-tooltip> </el-tooltip>
</div> </div>
<div class="column justify-c px15 bgf5 radius5 ml flex-g pa20"> <div class="column justify-c px15 bgf5 radius5 ml flex-g pa20">
......
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