import React from 'react'; import { WeaLocaleProvider, WeaTextarea } from 'ecCom'; const getLabel = WeaLocaleProvider.getLabel; import Header from './Common/header'; import './css/index'; export default class Content_calendar extends React.Component { render() { const { data = {}, eid } = this.props; return (
); } }