util 路径问题
This commit is contained in:
parent
90b5c94800
commit
23103f16d7
|
@ -57,7 +57,6 @@ class Demo23 extends Component {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return <DragColumnTable columns={columns23} data={data23} bordered
|
return <DragColumnTable columns={columns23} data={data23} bordered
|
||||||
dragborder={true}
|
|
||||||
draggable={true}
|
draggable={true}
|
||||||
/>;
|
/>;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,5 @@
|
||||||
import React, { Component } from "react";
|
import React, { Component } from "react";
|
||||||
import {compare} from './util';
|
import {compare,ObjectAssign} from './util';
|
||||||
import {ObjectAssign} from '../util';
|
|
||||||
/**
|
/**
|
||||||
* 参数: 列拖拽
|
* 参数: 列拖拽
|
||||||
* @param {*} Table
|
* @param {*} Table
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import React, { Component } from "react";
|
import React, { Component } from "react";
|
||||||
import {compare} from './util';
|
import {compare} from './util';
|
||||||
import {ObjectAssign} from '../util';
|
import {ObjectAssign} from './util';
|
||||||
/**
|
/**
|
||||||
* 参数: 列拖拽
|
* 参数: 列拖拽
|
||||||
* @param {*} Table
|
* @param {*} Table
|
||||||
|
|
Loading…
Reference in New Issue