|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div class="data-export-order-form">
|
|
|
|
|
|
+ <div class="analysis-report-order-form">
|
|
<!-- pc端单日限量包不需要填写邮箱手机号,直接导出excel。但是移动端需要 -->
|
|
<!-- pc端单日限量包不需要填写邮箱手机号,直接导出excel。但是移动端需要 -->
|
|
<SelectorCard class="vip-sub-list-item" cardType="line">
|
|
<SelectorCard class="vip-sub-list-item" cardType="line">
|
|
<div slot="header" class="vip-sub-item-title">邮箱地址</div>
|
|
<div slot="header" class="vip-sub-item-title">邮箱地址</div>
|
|
@@ -72,7 +72,7 @@ export default {
|
|
email: this.ruleForm.email,
|
|
email: this.ruleForm.email,
|
|
},
|
|
},
|
|
this.ruleForm,
|
|
this.ruleForm,
|
|
- { phone: token ? phone : data.phone, reportMail: data.reportMail, email: data.reportMail }
|
|
|
|
|
|
+ { phone: token ? phone : data.phone, reportMail: data.reportMail, email: data.reportMail || '' }
|
|
)
|
|
)
|
|
this.updateFormState()
|
|
this.updateFormState()
|
|
}
|
|
}
|
|
@@ -90,8 +90,15 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
-.data-export-order-form {
|
|
|
|
|
|
+.analysis-report-order-form {
|
|
padding: 24px 30px;
|
|
padding: 24px 30px;
|
|
|
|
+ .vip-sub-item-title {
|
|
|
|
+ &::before {
|
|
|
|
+ content: "*";
|
|
|
|
+ color: #ff3a20;
|
|
|
|
+ margin-right: 4px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.vip-sub-list-item {
|
|
.vip-sub-list-item {
|
|
&::after {
|
|
&::after {
|
|
content: unset !important;
|
|
content: unset !important;
|