Commit 43a6428b authored by 张子雨's avatar 张子雨

Feat/settlement

parent c3d034e7
...@@ -2,15 +2,15 @@ const isProduction = process.env.NODE_ENV === 'production'; ...@@ -2,15 +2,15 @@ const isProduction = process.env.NODE_ENV === 'production';
const isPre = process.env.PRE_ENV === 'pre'; const isPre = process.env.PRE_ENV === 'pre';
const envAPi = { const envAPi = {
api: '//backstms-test4.liangkebang.net', api: '//backstms-test9.liangkebang.net',
kdspOpApi: 'https://kdsp-operation-test4.liangkebang.net', kdspOpApi: 'https://kdsp-operation-test9.liangkebang.net',
kdspApi: 'https://sc-op-api-test4.liangkebang.net', kdspApi: 'https://sc-op-api-test9.liangkebang.net',
goodsApi: 'https://sc-op-api-test4.liangkebang.net', goodsApi: 'https://sc-op-api-test9.liangkebang.net',
querysApi: 'https://sc-settlement-api-test4.liangkebang.net', querysApi: 'https://sc-settlement-api-test9.liangkebang.net',
// goodsApi: '//192.168.188.111:7000', // goodsApi: '//192.168.188.111:7000',
prologueDomain: 'https://mall-test4.liangkebang.net', prologueDomain: 'https://mall-test9.liangkebang.net',
qiniuHost: 'https://appsync.lkbang.net', qiniuHost: 'https://appsync.lkbang.net',
opapiHost: 'https://opapi-test4.liangkebang.net', opapiHost: 'https://opapi-test9.liangkebang.net',
}; };
const prodApi = { const prodApi = {
...@@ -22,7 +22,8 @@ const prodApi = { ...@@ -22,7 +22,8 @@ const prodApi = {
goodsApi: 'https://sc-merchant-api.q-gp.com', // 线上环境打包域名 goodsApi: 'https://sc-merchant-api.q-gp.com', // 线上环境打包域名
qiniuHost: 'https://appsync.lkbang.net', qiniuHost: 'https://appsync.lkbang.net',
opapiHost: 'https://opapi.xyqb.com', opapiHost: 'https://opapi.xyqb.com',
querysApi: 'https://sc-settlement-api.q-gp.com', // querysApi: 'https://sc-settlement-api.q-gp.com',
querysApi: 'https://sc-merchant-api.q-gp.com/admin/merchant/sc-settlement',
}; };
const preProdApi = { const preProdApi = {
......
...@@ -141,11 +141,10 @@ export function columns(res, pages) { ...@@ -141,11 +141,10 @@ export function columns(res, pages) {
{ {
title: '操作', title: '操作',
dataIndex: 'option', dataIndex: 'option',
valueType: 'option', // valueType: 'option',
key: 'option', key: 'option',
align: 'center', align: 'center',
fixed: 'right', fixed: 'right',
width: 80,
render: (_, row) => ( render: (_, row) => (
<div> <div>
<Button <Button
......
...@@ -183,7 +183,7 @@ const PaymentMange = () => { ...@@ -183,7 +183,7 @@ const PaymentMange = () => {
}} }}
bordered bordered
toolBarRender={onToolBarRender} toolBarRender={onToolBarRender}
scroll={{ x: '1700px' }} scroll={{ x: '100%', y: 500 }}
/> />
<ToExamineModal <ToExamineModal
......
.button { .button {
display: block; display: block;
margin-bottom: 10px; margin: 0 auto 10px;
} }
.uploadButton { .uploadButton {
......
...@@ -154,7 +154,7 @@ const ReconciliationQuery = () => { ...@@ -154,7 +154,7 @@ const ReconciliationQuery = () => {
rowSelection={rowSelection} rowSelection={rowSelection}
bordered bordered
toolBarRender={onToolBarRender} toolBarRender={onToolBarRender}
scroll={{ x: '100%' }} scroll={{ x: '100%', y: 400 }}
/> />
</PageHeaderWrapper> </PageHeaderWrapper>
</Spin> </Spin>
......
...@@ -157,7 +157,7 @@ const SettlementSheet = () => { ...@@ -157,7 +157,7 @@ const SettlementSheet = () => {
rowSelection={rowSelection} rowSelection={rowSelection}
bordered bordered
toolBarRender={onToolBarRender} toolBarRender={onToolBarRender}
scroll={{ x: '100%' }} scroll={{ x: '100%', y: 400 }}
/> />
</PageHeaderWrapper> </PageHeaderWrapper>
</Spin> </Spin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment