上传
This commit is contained in:
@@ -149,7 +149,7 @@
|
|||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :span="8" :offset="0">
|
<el-col :span="8" :offset="0">
|
||||||
<el-form-item label="转化提成比例" labelWidth="150px">
|
<el-form-item label="转化提成比例" labelWidth="150px">
|
||||||
<el-input v-model="formData.zhuanhuaticheng" placeholder="比例" clearable>
|
<el-input v-model="formData.convertPercentageRate" placeholder="比例" clearable>
|
||||||
<template #suffix> % </template>
|
<template #suffix> % </template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -329,7 +329,7 @@ const resetForm = () => {
|
|||||||
calculateType: 1,
|
calculateType: 1,
|
||||||
receptionPercentageRate: undefined,
|
receptionPercentageRate: undefined,
|
||||||
isAreaPercentage: false,
|
isAreaPercentage: false,
|
||||||
zhuanhuaticheng: undefined
|
convertPercentageRate: undefined
|
||||||
}
|
}
|
||||||
formRef.value?.resetFields()
|
formRef.value?.resetFields()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user