This commit is contained in:
Taric Xin
2022-01-19 17:37:30 +08:00
parent 94c8c45126
commit 2837f3ef07
17 changed files with 127 additions and 276 deletions

View File

@ -8,7 +8,7 @@ import { FreightAccountService } from '../../services/freight-account.service';
@Component({
selector: 'app-cost-management',
templateUrl: './cost-management.component.html',
styleUrls: ['./cost-management.component.less']
styleUrls: ['../../../commom/less/box.less']
})
export class CostManagementComponent implements OnInit {
@ViewChild('st', { static: true })