buli
2023-05-23 07390e2fcb4adf27c928335bf27ae7939c5a80ad
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;