|
|
|
|
@ -21,7 +21,8 @@
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>网址
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input clearable placeholder="请输入网址" v-model="detail.url" style="width: 300px;" />
|
|
|
|
|
<el-input type="textarea" clearable placeholder="请输入网址" v-model="detail.url" style="width: 300px;" />
|
|
|
|
|
需要添加http或者https
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
@ -52,7 +53,7 @@
|
|
|
|
|
<div class="xy-table-item-label">短信接收人
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input type="textarea" clearable placeholder="请填写短信接收人手机号英文逗号隔开" v-model="detail.mobile" style="width: 300px;" />
|
|
|
|
|
<el-input type="textarea" clearable placeholder="请填写短信接收人手机号英文逗号隔开" v-model="detail.mobile" style="width: 300px;" /> 短信接收人手机号英文逗号隔开
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
@ -161,7 +162,7 @@
|
|
|
|
|
Object.assign(this.detail, res);
|
|
|
|
|
this.detail.datetimerange.push(this.$moment(res.start_time).format("YYYY-MM-DD HH:mm:ss"));
|
|
|
|
|
this.detail.datetimerange.push(this.$moment(res.end_time).format("YYYY-MM-DD HH:mm:ss"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.detail.mobile=res.mobile.join(',')
|
|
|
|
|
this.detail.url=res.url.join(',')
|
|
|
|
|
},
|
|
|
|
|
|