Commit 42fa8b13 authored by suhuiguang's avatar suhuiguang

1.修改名称

parent 9148f740
......@@ -18,9 +18,8 @@ const uploadUrl = FasSerUrl.uploadTextPlan;
// 额外的操作,系统默认的操作有 edit、publish、cancelpub、see、copy、delete,禁止重复
const extraMenus = [
{ key: 'preview', text: '预览', icon: 'eye' },
{ key: 'textImport', text: '文字预案', icon: 'totop1' },
// { key: 'leaderStruct', text: '领导架构', icon: 'user' }
{ key: 'preview', text: '预案演练', icon: 'eye' },
{ key: 'textImport', text: '文字预案', icon: 'totop1' }
];
/**
......
import React , { Component } from 'react';
import _amosTool from 'amos-tool';
/**
* 模型库
*
* @class ModelManage
* @extends {Component}
*/
class ModelManage extends Component {
constructor(props){
super(props);
this.state = {
};
}
render() {
return (
<div style={{height:'100%'}}>
模型库
</div>
);
}
}
export default ModelManage;
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