diff --git a/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.html b/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.html index 47dd8d20..5c5612fb 100644 --- a/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.html +++ b/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-03-30 17:57:46 * @LastEditors : Shiming - * @LastEditTime : 2022-04-18 16:45:14 + * @LastEditTime : 2022-04-19 15:09:26 * @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\components\\customtable\\mancustomtable\\mancustomtable.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> diff --git a/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.ts b/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.ts index 685633e1..d6d5b692 100644 --- a/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.ts +++ b/src/app/routes/datatable/components/customtable/mancustomtable/mancustomtable.component.ts @@ -74,34 +74,69 @@ export class DatatableMancustomtableComponent implements OnInit { return this?.resourceStatus !== 1 ? false : true; } }, - { title: '已认证合伙人', index: 'certifiedCount', className: 'text-center', width: '150px' , - iif: () => { - return this?.resourceStatus !== 2 ? false : true; - }}, - { title: '新增合伙人数', index: 'addCount', className: 'text-center', width: '150px' , - iif: () => { - return this?.resourceStatus !== 2 ? false : true; - }}, - { title: '合伙人活跃率', index: 'alivePer', className: 'text-center', width: '150px' , - iif: () => { - return this?.resourceStatus !== 2 ? false : true; - } }, - { title: '活跃合伙人数', index: 'aliveCount', className: 'text-center', width: '150px' , - iif: () => { - return this?.resourceStatus !== 2 ? false : true; - } }, - { title: '沉默合伙人数', index: 'silentCount', className: 'text-center', width: '150px' , - iif: () => { - return this?.resourceStatus !== 2 ? false : true; - } }, - { title: '流失合伙人数', index: 'drainCount', className: 'text-center', width: '150px' , - iif: () => { - return this?.resourceStatus !== 2 ? false : true; - }}, - { title: '未激活合伙人数', index: 'notActiveCount', className: 'text-center', width: '150px' , - iif: () => { - return this?.resourceStatus !== 2 ? false : true; - } }, + { + title: '已认证合伙人', + index: 'certifiedCount', + className: 'text-center', + width: '150px', + iif: () => { + return this?.resourceStatus !== 2 ? false : true; + } + }, + { + title: '新增合伙人数', + index: 'addCount', + className: 'text-center', + width: '150px', + iif: () => { + return this?.resourceStatus !== 2 ? false : true; + } + }, + { + title: '合伙人活跃率', + index: 'alivePer', + className: 'text-center', + width: '150px', + iif: () => { + return this?.resourceStatus !== 2 ? false : true; + } + }, + { + title: '活跃合伙人数', + index: 'aliveCount', + className: 'text-center', + width: '150px', + iif: () => { + return this?.resourceStatus !== 2 ? false : true; + } + }, + { + title: '沉默合伙人数', + index: 'silentCount', + className: 'text-center', + width: '150px', + iif: () => { + return this?.resourceStatus !== 2 ? false : true; + } + }, + { + title: '流失合伙人数', + index: 'drainCount', + className: 'text-center', + width: '150px', + iif: () => { + return this?.resourceStatus !== 2 ? false : true; + } + }, + { + title: '未激活合伙人数', + index: 'notActiveCount', + className: 'text-center', + width: '150px', + iif: () => { + return this?.resourceStatus !== 2 ? false : true; + } + }, { title: '新增货主数', diff --git a/src/app/routes/order-management/modal/vehicle/update-freight/update-freight.component.html b/src/app/routes/order-management/modal/vehicle/update-freight/update-freight.component.html index 04a93740..34cbd0a0 100644 --- a/src/app/routes/order-management/modal/vehicle/update-freight/update-freight.component.html +++ b/src/app/routes/order-management/modal/vehicle/update-freight/update-freight.component.html @@ -20,7 +20,7 @@
- 确认已阅读并知晓 《变更协议》 + 确认已阅读并知晓 《变更协议》
@@ -28,3 +28,9 @@ +