|
@@ -9,6 +9,7 @@
|
|
|
@cancel="isShow=false"
|
|
|
:width="500">
|
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
|
+ <div style="text-align: center;margin-bottom: 20px;font-weight: bold;">确定要变更{{ form.name }}的促销时间吗?</div>
|
|
|
<a-form-model
|
|
|
id="editActiveEndTime-basicInfo-form"
|
|
|
ref="ruleForm"
|
|
@@ -16,9 +17,6 @@
|
|
|
:rules="rules"
|
|
|
:label-col="formItemLayout.labelCol"
|
|
|
:wrapper-col="formItemLayout.wrapperCol" >
|
|
|
- <a-form-model-item label="" prop="name">
|
|
|
- <div style="margin-left:40px;">确定要变更{{ form.name }}的促销时间吗?</div>
|
|
|
- </a-form-model-item>
|
|
|
<a-form-model-item label="原结束日期" prop="time">
|
|
|
<span>{{ form.timeEnd }}</span>
|
|
|
</a-form-model-item>
|
|
@@ -118,6 +116,7 @@ export default {
|
|
|
timeEnd: '',
|
|
|
newTimeEnd: ''
|
|
|
}
|
|
|
+ this.$refs.ruleForm.resetFields()
|
|
|
}
|
|
|
}
|
|
|
}
|