Commit 40f46e10 authored by xinglei's avatar xinglei

提交值班

parent 4e5abcff
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
"dependencies": { "dependencies": {
"amos-3d": "^2.1.5", "amos-3d": "^2.1.5",
"amos-antd": "^2.0.22", "amos-antd": "^2.0.22",
"antd": "^3.26.15",
"amos-devgrid": "^1.0.10", "amos-devgrid": "^1.0.10",
"amos-dll": "^2.0.1", "amos-dll": "^2.0.1",
"amos-gojs": "^2.0.15", "amos-gojs": "^2.0.15",
...@@ -39,7 +40,6 @@ ...@@ -39,7 +40,6 @@
"amos-processor": "^2.x", "amos-processor": "^2.x",
"amos-richtext": "^1.0.1", "amos-richtext": "^1.0.1",
"amos-rules-config": "^1.0.4", "amos-rules-config": "^1.0.4",
"amos-tool": "^1.x", "amos-tool": "^1.x",
"amos-viz": "^1.x", "amos-viz": "^1.x",
"amos-websocket": "^1.0.3", "amos-websocket": "^1.0.3",
......
import React, { Component } from 'react'; import React, { Component } from 'react';
import PropTypes from 'prop-types'; import DutyModellibView from 'amos-duty-model/lib/view/duty/index';
import 'amos-duty-model/lib/styles';
class DutyInfoView extends Component { class DutyInfoView extends Component {
constructor(props){
super(props);
}
render() { render() {
return ( return (
<div className='parent-check-detail' style={{ background: '#33333', height: '100%' }}> <div>
暂未开发 <DutyModellibView {...this.props} />
</div> </div>
); );
} }
......
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