Commit 9cd92ebf authored by zhengyi's avatar zhengyi

下单成功页面补充复制并再来一单按钮

parent e33f926f
......@@ -57,6 +57,7 @@
<el-button type="warning" @click="showNotice = true">{{$t('入仓须知')}}</el-button>
<el-button type="info" @click="$redirect('create')">{{$t('再来一单')}}</el-button>
<el-button class="copy-btn" :data-clipboard-text="orderInfoForCopy">{{$t('复制订单信息')}}</el-button>
<el-button type="danger" @click="$redirect('edit?id=' + order.orderId + '&copy=1')">{{$t('复制并再来一单')}}</el-button>
</div>
<el-dialog :title="$t('查看须知')" :visible.sync="showNotice" width="700px">
......
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