提交56 81

This commit is contained in:
RenCheng 2025-05-24 21:40:15 +08:00
parent 1bc5c4c448
commit 4182e6e52e
2 changed files with 10 additions and 15 deletions

View File

@ -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:[],
}

View File

@ -83,12 +83,7 @@
customRender: () => {
return this.datatypequeryParam.schemaDesc;
}
},
{
title: '标签类型',
align:"center",
dataIndex: 'tagNames'
},
}
],
tableScrollY: 0,
}