Commit 2d624e4a by LJM

文案修改

parent dbccc204
......@@ -64,7 +64,7 @@
<el-dialog title="导入数据确认" :close-on-click-modal="false" :visible.sync="dialogVisible" @closed="handleDialogClosed" width="700px">
<div class="dialog-text">
<p class="tt" style="font-size: 13px;margin-bottom: 0;">
上架最高天数:现货:{{ cp_time_day == -1 ? '无限制' : cp_time_day + '天' }};期货:{{ futures_cp_time_day == -1 ? '无限制' : futures_cp_time_day + '天' }}
上架最高天数:寄售类型的商品,有效日期最高可填写到2035/1/1(长期有效)
</p>
<p class="tt" style="font-size: 13px;font-weight: normal;margin-bottom: 0;color: #ff7e11;">
<template v-if="cp_time_day == -1">
......@@ -83,13 +83,13 @@
</template>
</p>
<p class="tt" style="font-size: 12px;">
上传的型号经由猎芯审核通过后,会展示在【猎芯网】进行售卖,并参与【猎芯询报价】系统自动推送询价<br/>
上传的型号经由猎芯审核通过后,会展示在【猎芯网】进行售卖,<br/>
您此次上传的型号是否要对已在【猎芯网】展示的型号进行覆盖或是新增?
</p>
<p class="alink">覆盖:已在【猎芯网】进行展示的型号全部下架,展示现在新上传的型号;</p>
<!-- <p class="alink">覆盖:已在【猎芯网】进行展示的型号全部下架,展示现在新上传的型号;</p>-->
<p class="alink">新增:已在【猎芯网】进行展示的型号保持不变,额外加上新上传的型号;</p>
<div class="row" style="margin-top: 10px;margin-bottom: 10px;">
<el-radio v-model="fileData.type" label="1">覆盖</el-radio>
<!-- <el-radio v-model="fileData.type" label="1">覆盖</el-radio>-->
<el-radio v-model="fileData.type" label="2">新增</el-radio>
</div>
<div slot="footer" class="dialog-footer row" style="text-align: right;justify-content: flex-end;">
......@@ -123,7 +123,7 @@ export default {
fileData: {
source: 12,
token: Tool.getCookie('token'),
type: "1"//1覆盖 2新增
type: "2"//1覆盖 2新增
},
uploading: false,//上传状态
progress: 0,//上传进度
......
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 sign in to comment