|
@@ -253,7 +253,7 @@
|
|
|
</el-date-picker>
|
|
|
<el-tooltip class="item" effect="dark" placement="right">
|
|
|
<div slot="content">
|
|
|
- 商品学习有效期:商品可以进行售卖的有效时间范围<br />
|
|
|
+ 商品有效期:商品可以进行售卖的有效时间范围<br />
|
|
|
1.非时间范围,不可以上架进行售卖;<br />
|
|
|
2.到了结束日期,不需要人为操作,系统自动下架商品
|
|
|
</div>
|
|
@@ -547,7 +547,7 @@
|
|
|
>
|
|
|
<el-select
|
|
|
v-model="listData.serviceTimeType"
|
|
|
- placeholder="请选择学习服务器类型"
|
|
|
+ placeholder="请选择学习服务期类型"
|
|
|
@change="initServiceFun"
|
|
|
>
|
|
|
<el-option
|
|
@@ -2112,7 +2112,8 @@ export default {
|
|
|
},
|
|
|
judgeResult2(v) {
|
|
|
if (
|
|
|
- Number(this.listData.standPrice) &&
|
|
|
+ (Number(this.listData.standPrice) ||
|
|
|
+ Number(this.listData.standPrice) === 0) &&
|
|
|
Number(this.listData.standPrice) < Number(this.listData.lowestPrice)
|
|
|
) {
|
|
|
this.listData.lowestPrice = "";
|