Commit 43074321 by zhaochengxiang

bug fix

parent f2e91a43
...@@ -189,13 +189,13 @@ const ModelTable = (props) => { ...@@ -189,13 +189,13 @@ const ModelTable = (props) => {
}); });
const cols = [ const cols = [
// { {
// name: '序号', name: '序号',
// key: 'index', key: 'index',
// width: 60, width: 60,
// sortable: false, sortable: false,
// resizable: true, resizable: true,
// }, },
{ {
name: '模型名称', name: '模型名称',
key: 'name', key: 'name',
......
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