buli
2023-05-26 0e9334dcee28f030b55d8b76749c666a88fd383d
force-app/main/default/lwc/lexConsumableAccount/lexConsumableAccount.js
@@ -152,7 +152,6 @@
        label: "县/区",
        fieldName: "Town__c",
        hideDefaultActions: true,
        wrapText: true,
    },
    {
@@ -160,6 +159,7 @@
        fieldName: "proportion",
        hideDefaultActions: true,
        wrapText: true,
        initialWidth: 100,
        cellAttributes: { alignment: "right" },
    },
    {
@@ -396,9 +396,12 @@
                    //其他
                    this.topAccountData.push({
                        Name : '其他',
                        Name : '...',
                        NameUrl : '/lexconsumableaccount',
                        proportion : '30%',
                        CityMasterName : '...',
                        CityMasterNameUrl:'/lexconsumableaccount',
                        Town__c:'...',
                        isShowButton : false
                    })
                    this.isShowSpinner = false;