Compare commits

...

3 Commits

Author SHA1 Message Date
728eeec2cb 同步更新 2025-07-15 09:10:15 +08:00
61b79fb0a1 支持峰谷 2025-04-27 10:08:35 +08:00
ab0cecf77a 支持峰谷 2025-04-21 14:44:45 +08:00
5 changed files with 690 additions and 347 deletions

View File

@ -1,7 +1,7 @@
import 'twin.macro'
export default function(props) {
return <div tw='' style={{marginTop: "20px", marginBottom: "20px",
return <div tw='' style={{marginTop: "20px", marginBottom: "12px",
border: '1px solid #ccc', borderRadius: '5px', display: "inline-block", width: '138px', height: '80px', ...(props.style || {}) }}>
<div style={{display: 'flex', alignItems: 'center', justifyContent: 'center', height: '100%'}}>
<div>

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ import { isNil } from 'ramda';
import { MaybeMapFactory } from '@/shared/foundation';
let engineCache: AxiosInstance | null = null;
export const baseUrl = '/api3'
export const baseUrl = '/api'
/**
* 使AJAX引擎
* @param forceUnauthorized

View File

@ -499,6 +499,10 @@ export type TenementComprehensiveDetail = PooledSumDetail & {
*/
finalAmount: string;
finalLossFee: string;
finalSharpAmount: string,
finalPeakAmount: string,
finalFlatAmount: string,
finalValleyAmount: string,
};
/**

View File

@ -104,7 +104,7 @@ export default mode => {
})
],
envDir: './',
publicDir: "/user-report",
// publicDir: "/user-report",
base: './',
server: {
port: 3000,