diff --git a/src/components/orderDetails/index.vue b/src/components/orderDetails/index.vue index f069f80..03adda5 100644 --- a/src/components/orderDetails/index.vue +++ b/src/components/orderDetails/index.vue @@ -63,7 +63,7 @@

交易佣金:¥ {{order_info.service_charge}}

-->

- {{item.role_type==2?'被授权方交易佣金':item.role_type==1?'授权商交易结算':'平台方结算'}}比列: + {{item.role_type==2?'被授权方交易佣金':item.role_type==1?'授权方交易结算':'平台方结算'}}比列: {{item.calculate==1?item.ratio:item.amount}}

diff --git a/src/components/page/admission/index.vue b/src/components/page/admission/index.vue index 816d67b..1331141 100644 --- a/src/components/page/admission/index.vue +++ b/src/components/page/admission/index.vue @@ -212,7 +212,7 @@ export default { OffShelf(){ // console.info(this.selectedRowKeys) if(this.selectedRowKeys.length==0){ - this.$message.error('请选择要下架的标~'); + this.$message.error('请选择要下架的标的~'); }else{ this.visible2=true } diff --git a/src/components/page/classification/Category.vue b/src/components/page/classification/Category.vue index 754a541..e5c4940 100644 --- a/src/components/page/classification/Category.vue +++ b/src/components/page/classification/Category.vue @@ -29,7 +29,7 @@ 创建人员: - {{item.name}} + {{item.account_name}} diff --git a/src/components/page/fundSettlement/splitProportion.vue b/src/components/page/fundSettlement/splitProportion.vue index 264a6a7..1d006b3 100644 --- a/src/components/page/fundSettlement/splitProportion.vue +++ b/src/components/page/fundSettlement/splitProportion.vue @@ -310,8 +310,12 @@ export default { this.query1.rule_name='' }, addRule(){ - if(parseFloat(this.query1.ratio[0].ratio)+parseFloat(this.query1.ratio[2].ratio)!=100){ - this.$message.error('授权方和平台方的加起来比列要等于100'); + if(this.query1.rule_name==''){ + this.$message.error('规则名称不能为空'); + return + } + if(parseFloat(this.query1.ratio[1].ratio)+parseFloat(this.query1.ratio[2].ratio)!=100){ + this.$message.error('授权方和平台方的比例加起来要等于100'); return } let data=this.query1