king
2022-10-20 e2afee71874538e31ed57032e3ad1bba1188ab4b
src/tabviews/zshare/chartcomponent/index.jsx
@@ -15,7 +15,6 @@
class LineChart extends Component {
  static propTpyes = {
    BID: PropTypes.any,              // 父级Id
    Tab: PropTypes.any,              // 标签信息
    plot: PropTypes.object,          // 图标设置信息
    data: PropTypes.array,           // 图表传入数据
    loading: PropTypes.bool,         // 数据加载中
@@ -1053,7 +1052,7 @@
  }
  render() {
    const { plot, loading, config, BID, Tab } = this.props
    const { plot, loading, config, BID } = this.props
    const { empty, chartFields, selectFields, actions } = this.state
    return (
@@ -1084,7 +1083,6 @@
                  <ExcelOutButton
                    key={item.uuid}
                    BID={BID}
                    Tab={Tab}
                    btn={item}
                    show="icon"
                    setting={config.setting}
@@ -1095,7 +1093,6 @@
                  <ExcelInButton
                    key={item.uuid}
                    BID={BID}
                    Tab={Tab}
                    btn={item}
                    show="icon"
                    setting={config.setting}