Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
10756c20
authored
Jan 14, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
文案修改
parent
2d624e4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
src/views/consignmentManagement/consignmentImport.vue
src/views/consignmentManagement/consignmentImport.vue
View file @
10756c20
...
...
@@ -63,28 +63,28 @@
<!--导入数据确认-->
<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
;"
>
<p
class=
"tt"
style=
"font-size: 13px;margin-bottom:
10px
;"
>
上架最高天数:寄售类型的商品,有效日期最高可填写到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"
>
现货类型的商品,有效日期最高可填写到2035/1/1(长期有效)
</
template
>
<
template
v-else
>
现货类型的商品,有效日期最高可设置为
{{
cp_time_day
}}
天,
{{
cp_time_day
}}
天后会自动从【猎芯网】下架
</
template
>
</p
>
<p
class=
"tt"
style=
"font-size: 13px;font-weight: normal;color: #ff7e11;"
>
<
template
v-if=
"futures_cp_time_day == -1"
>
期货类型的商品,有效日期最高可填写到2035/1/1(长期有效)
</
template
>
<
template
v-else
>
期货类型的商品,有效日期最高可设置为
{{
futures_cp_time_day
}}
天,
{{
futures_cp_time_day
}}
天后会自动从【猎芯网】下架
</
template
>
</p
>
<!-- <p class="tt" style="font-size: 13px;font-weight: normal;margin-bottom: 0;color: #ff7e11;">--
>
<!-- <template v-if="cp_time_day == -1">--
>
<!-- 现货类型的商品,有效日期最高可填写到2035/1/1(长期有效)-->
<!-- </template>--
>
<!-- <template v-else>--
>
<!-- 现货类型的商品,有效日期最高可设置为{{ cp_time_day }}天,{{ cp_time_day }}天后会自动从【猎芯网】下架-->
<!-- </template>--
>
<!-- </p>--
>
<!-- <p class="tt" style="font-size: 13px;font-weight: normal;color: #ff7e11;">--
>
<!-- <template v-if="futures_cp_time_day == -1">--
>
<!-- 期货类型的商品,有效日期最高可填写到2035/1/1(长期有效)-->
<!-- </template>--
>
<!-- <template v-else>--
>
<!-- 期货类型的商品,有效日期最高可设置为{{ futures_cp_time_day }}天,{{ futures_cp_time_day }}天后会自动从【猎芯网】下架-->
<!-- </template>--
>
<!-- </p>--
>
<p
class=
"tt"
style=
"font-size: 12px;"
>
上传的型号经由猎芯审核通过后,会展示在【猎芯网】进行售卖,
<br/>
您此次上传的型号是否要对已在【猎芯网】展示的型号进行覆盖或是新增?
</p>
<!-- <p class="alink">覆盖:已在【猎芯网】进行展示的型号全部下架,展示现在新上传的型号;</p>-->
<p
class=
"alink"
>
新增:已在【猎芯网】进行展示的型号保持不变,额外加上新上传的型号;
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment