Compare commits
No commits in common. "75b4b128d8b9ec3ab1b05c9214164a04a11d9864" and "6983a26ff15e05709ee34b925ad4c76676c6ffab" have entirely different histories.
75b4b128d8
...
6983a26ff1
@ -125,30 +125,6 @@
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>隐私协议</span>
|
||||
</div>
|
||||
<div>
|
||||
<vab-quill
|
||||
ref="vab-quill"
|
||||
v-model="form.joininPrivacyAgreement"
|
||||
:min-height="400"
|
||||
:options="options"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<el-button
|
||||
icon="el-icon-s-tools"
|
||||
type="primary"
|
||||
@click="handleEdit('joininPrivacyAgreement')"
|
||||
>
|
||||
{{ __('修改') }}
|
||||
</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
</template>
|
||||
@ -169,7 +145,6 @@
|
||||
joinin_condition: '',
|
||||
joinin_cooperation_details: '',
|
||||
joinin_expenses_details: '',
|
||||
joininPrivacyAgreement:''
|
||||
},
|
||||
|
||||
options: {
|
||||
@ -207,20 +182,17 @@
|
||||
__,
|
||||
async fetchData() {
|
||||
const { data } = await getList()
|
||||
|
||||
this.form = {
|
||||
joinin_investment_direction: data.joinin_investment_direction,
|
||||
joinin_standard: data.joinin_standard,
|
||||
joinin_condition: data.joinin_condition,
|
||||
joinin_cooperation_details: data.joinin_cooperation_details,
|
||||
joinin_expenses_details: data.joinin_expenses_details,
|
||||
joininPrivacyAgreement : data.joininPrivacyAgreement
|
||||
}
|
||||
},
|
||||
async handleEdit(key) {
|
||||
const obj = {}
|
||||
obj[key] = this.form[key]
|
||||
|
||||
const { msg, status } = await doEdit({
|
||||
param: JSON.stringify(obj),
|
||||
})
|
||||
|
||||
@ -1114,9 +1114,7 @@ export default {
|
||||
if (data != null) {
|
||||
this.pram = data
|
||||
// 代发货
|
||||
|
||||
this.data.wait_shipping_num = data.order.wait_shipping_num
|
||||
|
||||
// 待审核退货
|
||||
this.data.review_num = data.return.review_num
|
||||
// 违规商品
|
||||
|
||||
Loading…
Reference in New Issue
Block a user