提交56 81
This commit is contained in:
parent
1bc5c4c448
commit
4182e6e52e
|
@ -24,9 +24,9 @@
|
|||
<a-input placeholder="请输入搜索关键词" v-model="queryParam.massKey"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="8">
|
||||
<!-- <a-col :md="6" :sm="8">
|
||||
<a-button type="primary" @click="handleAdd" icon="plus" style="margin-left: 8px;left: 10px">添加</a-button>
|
||||
</a-col>
|
||||
</a-col> -->
|
||||
</a-row>
|
||||
</a-form>
|
||||
</div>
|
||||
|
@ -115,13 +115,13 @@ export default {
|
|||
align: "center",
|
||||
dataIndex: 'columnPosition',
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
align: "center",
|
||||
width: 260,
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
// {
|
||||
// title: '操作',
|
||||
// dataIndex: 'action',
|
||||
// align: "center",
|
||||
// width: 260,
|
||||
// scopedSlots: { customRender: 'action' },
|
||||
// }
|
||||
],
|
||||
dataTypedataSources:[],
|
||||
}
|
||||
|
|
|
@ -83,12 +83,7 @@
|
|||
customRender: () => {
|
||||
return this.datatypequeryParam.schemaDesc;
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '标签类型',
|
||||
align:"center",
|
||||
dataIndex: 'tagNames'
|
||||
},
|
||||
}
|
||||
],
|
||||
tableScrollY: 0,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user