|
@@ -55,7 +55,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="12" :span="6">
|
|
|
- <el-form-item label="业务来源" prop="clientSubName" label-width="140px" class="postInfo-container-item">
|
|
|
+ <el-form-item label="业务来源:" prop="clientSubName" label-width="140px" class="postInfo-container-item">
|
|
|
<el-input :value="declareForm.clientSubName" style="width: 100%;" readonly
|
|
|
disabled></el-input>
|
|
|
</el-form-item>
|
|
@@ -305,7 +305,7 @@ export default {
|
|
|
if (res.code === 200 && res.data) {
|
|
|
this.$notify({
|
|
|
title: '成功',
|
|
|
- message: '提成比例与下限信息更新成功!',
|
|
|
+ message: '业务分类更新成功!',
|
|
|
type: 'success',
|
|
|
duration: 3000
|
|
|
});
|
|
@@ -313,7 +313,7 @@ export default {
|
|
|
} else {
|
|
|
this.$notify({
|
|
|
title: '失败',
|
|
|
- message: '提成比例与下限信息更新失败!请稍后重试!',
|
|
|
+ message: '业务分类更新失败!请稍后重试!',
|
|
|
type: 'warning',
|
|
|
duration: 3000
|
|
|
});
|