diff --git a/src/app/routes/commom/less/commom-table.less b/src/app/routes/commom/less/commom-table.less new file mode 100644 index 00000000..1eb73d94 --- /dev/null +++ b/src/app/routes/commom/less/commom-table.less @@ -0,0 +1,70 @@ +:host { + ::ng-deep { + nz-card { + margin: -24px -24px 0; + + .ant-tabs-nav { + margin: 0; + } + } + + .ant-tabs-tab { + margin: 0 0 0 16px; + padding: 12px 0; + } + + .ant-table-body { + border-bottom: 1px solid #f0f0f0; + } + + .table-box { + .ant-card-body { + padding: 0; + } + } + + .ant-table-pagination.ant-pagination { + margin: 8px; + } + + .ant-table-thead > tr > th, + .ant-table-tbody > tr > td, + .ant-table tfoot > tr > th, + .ant-table tfoot > tr > td { + padding: 8px; + } + + .ant-table.ant-table-bordered > .ant-table-container { + border-top: 0; + } + + .ant-pagination-item { + min-width: 24px; + height: 24px; + line-height: 21px; + } + + .ant-pagination-total-text { + height: 24px; + line-height: 24px; + } + + .ant-pagination-prev, + .ant-pagination-next, + .ant-pagination-jump-prev, + .ant-pagination-jump-next { + min-width: 24px; + height: 24px; + line-height: 21px; + } + + .ant-select-single:not(.ant-select-customize-input) .ant-select-selector { + height: 24px; + } + + .ant-select-single .ant-select-selector .ant-select-selection-item, + .ant-select-single .ant-select-selector .ant-select-selection-placeholder { + line-height: 21px; + } + } +} diff --git a/src/app/routes/financial-management/components/payment-record/payment-record.component.ts b/src/app/routes/financial-management/components/payment-record/payment-record.component.ts index 2e32718b..a41bc6e4 100644 --- a/src/app/routes/financial-management/components/payment-record/payment-record.component.ts +++ b/src/app/routes/financial-management/components/payment-record/payment-record.component.ts @@ -82,7 +82,7 @@ export class PaymentRecordComponent implements OnInit { hidden: true } }, - orderSn: { + orderPaymentCode: { type: 'string', title: '支付编号', ui: { diff --git a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts index a2bbd47c..46af35d3 100644 --- a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts +++ b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts @@ -151,7 +151,7 @@ export class TransactionFlowComponent { }, default: '' }, - orderS2n2221: { + enterpriseName: { type: 'string', title: '账户名称', ui: { @@ -213,7 +213,7 @@ export class TransactionFlowComponent { private initST(): STColumn[] { return [ { title: '交易时间', index: 'createTime', width: 180 }, - { title: '流水号', index: 'transactionNumber', width: 170 }, + { title: '流水号', index: 'transactionNumber', width: 180 }, { title: '交易类型', index: 'tradeTypeLabel', width: 120 }, { title: '关联单号', index: 'businessNumber', width: 150 }, { title: '账户类型', index: 'accountTypeLabel', width: 130 }, diff --git a/src/app/routes/order-management/components/bulk-detail-change/bulk-detail-change.component.html b/src/app/routes/order-management/components/bulk-detail-change/bulk-detail-change.component.html index 4a204913..e65eb5c0 100644 --- a/src/app/routes/order-management/components/bulk-detail-change/bulk-detail-change.component.html +++ b/src/app/routes/order-management/components/bulk-detail-change/bulk-detail-change.component.html @@ -348,7 +348,7 @@
- +
diff --git a/src/app/routes/order-management/components/bulk-detail/bulk-detail.component.html b/src/app/routes/order-management/components/bulk-detail/bulk-detail.component.html index f1fc2836..94efaf7d 100644 --- a/src/app/routes/order-management/components/bulk-detail/bulk-detail.component.html +++ b/src/app/routes/order-management/components/bulk-detail/bulk-detail.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2021-12-06 20:20:26 * @LastEditors : Shiming - * @LastEditTime : 2022-03-21 14:43:04 + * @LastEditTime : 2022-03-22 11:06:16 * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -212,7 +212,7 @@
- +
@@ -232,9 +232,9 @@ 您的订单可能存在交易风险,请及时提交申诉材料,提交成功后,平台将及时完成审核并通知您!
如果您的运单没有问题,可以提出申诉,并提供相关资料,我们将24小时内审核反馈
-