Commit 43074321 by zhaochengxiang

bug fix

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