kts-component-invoice-operate 3.2.146 → 3.2.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/docs-dist/static/I001.a774b052.svg +1 -0
- package/docs-dist/umi.css +2 -3
- package/docs-dist/umi.js +1 -1
- package/package.json +1 -1
- package/src/Invoice/ui/digtal/RealEstateInfo/index.tsx +1 -2
- /package/docs-dist/static/{arrowDown.a1cbf0d8.svg → arrowDown.22c7885c.svg} +0 -0
- /package/docs-dist/static/{arrowUp.4c482054.svg → arrowUp.d707a3e4.svg} +0 -0
- /package/docs-dist/static/{fork.5431267d.svg → fork.43eb4ffa.svg} +0 -0
- /package/docs-dist/static/{plus.4fd1af30.svg → plus.0e60e9ea.svg} +0 -0
- /package/docs-dist/static/{plus.44013ce3.svg → plus.384f41d9.svg} +0 -0
package/package.json
CHANGED
|
@@ -161,7 +161,6 @@ export default decorator<RealEstateInfoProps, FormComponentProps & RealEstateInf
|
|
|
161
161
|
)
|
|
162
162
|
})
|
|
163
163
|
|
|
164
|
-
|
|
165
164
|
class MyDiv extends React.Component<{ value?: string, style?: React.CSSProperties }> {
|
|
166
165
|
render(): React.ReactNode {
|
|
167
166
|
return (
|
|
@@ -190,7 +189,7 @@ class MyArrMoment extends React.Component<{ value?: moment.Moment[], style?: Rea
|
|
|
190
189
|
{
|
|
191
190
|
this.props.value?.map(e => moment.isMoment(e) && e.format('YYYY-MM-DD'))
|
|
192
191
|
.filter(e => !!e)
|
|
193
|
-
.join('
|
|
192
|
+
.join(' - ')
|
|
194
193
|
}
|
|
195
194
|
</div>
|
|
196
195
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|