
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
fc-bms-aging
Advanced tools
运单时效信息展示
npm i antd-timeinfotable-fy
or
yarn add antd-timeinfotable-fy
由于使用了react-Hooks,需安装 react 16.8.0 版本以上,依赖antd,需要安装antd
"antd": "3.18.2",
"react": "^16.8.4",
const goodsTimeInfo = {
"pointList": [{
"id": 20880428,
"orderSn": "429120560622",
"address": "藁城区人民法院",
"status": 0,
"statusEnum": "DEFAULT",
"provinceId": 10,
"cityId": 138,
"districtId": 1086,
"provinceName": "河北",
"cityName": "石家庄",
"districtName": "藁城区",
"longitude": 114.835362,
"latitude": 38.020827,
"contactName": "测试",
"contactMobile": "18000000001",
"createTime": 1575541212000,
"planInTime": 1575616810000,
"planOutTime": 1575627610000,
"realInTime": 1575541492000,
"realOutTime": 1575541505000,
"deductInTime": 1575541492000,
"deductOutTime": 1575541205000,
"pointType": 1,
"pointTypeEnum": "POINT_START"
}, {
"id": 20880429,
"orderSn": "429120560622",
"address": "保定东站",
"status": 0,
"statusEnum": "DEFAULT",
"provinceId": 10,
"cityId": 139,
"districtId": 1110,
"provinceName": "河北",
"cityName": "保定",
"districtName": "清苑区",
"longitude": 115.600776,
"latitude": 38.863801,
"createTime": 1575541365000,
"realInTime": 1575541530000,
"deductInTime": 1575541530000,
"pointType": 2,
"pointTypeEnum": "POINT_CENTER"
}, {
"id": 20880430,
"orderSn": "429120560622",
"address": "金隅嘉华大厦",
"status": 0,
"statusEnum": "DEFAULT",
"provinceId": 2,
"cityId": 52,
"districtId": 502,
"provinceName": "北京",
"cityName": "北京",
"districtName": "海淀区",
"longitude": 116.307951,
"latitude": 40.036804,
"contactName": "测试",
"contactMobile": "18000000001",
"createTime": 1575541212000,
"planInTime": 1575670810000,
"realInTime": 1575541542000,
"realOutTime": 1575541542000,
"deductInTime": 1575541842000,
"deductOutTime": 1575541542000,
"pointType": 3,
"pointTypeEnum": "POINT_END"
}],
"planTransTime": 43200
};
const isdeBang =0://0表示非德邦,1表示德邦;
const titleForRows = ['客户计划', '司机打点', '进出围栏', '福佑调整', '德邦系统'];//自定义横栏标题
import TimeInfoDispaly from 'antd-timeinfotable-fy';
class App extends Component {
constructor(props) {
super(props);
}
render() {
return (
<TimeInfoDispaly
goodsTimeInfo={goodsTimeInfo}
isdeBang={isDebang}
titleForRows={titleForRows}
/>
);
}
}
FAQs
fc-bms-aging
We found that fc-bms-aging demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.