提交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-input placeholder="请输入搜索关键词" v-model="queryParam.massKey"></a-input>
</a-form-item> </a-form-item>
</a-col> </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-button type="primary" @click="handleAdd" icon="plus" style="margin-left: 8px;left: 10px">添加</a-button>
</a-col> </a-col> -->
</a-row> </a-row>
</a-form> </a-form>
</div> </div>
@ -115,13 +115,13 @@ export default {
align: "center", align: "center",
dataIndex: 'columnPosition', dataIndex: 'columnPosition',
}, },
{ // {
title: '操作', // title: '',
dataIndex: 'action', // dataIndex: 'action',
align: "center", // align: "center",
width: 260, // width: 260,
scopedSlots: { customRender: 'action' }, // scopedSlots: { customRender: 'action' },
} // }
], ],
dataTypedataSources:[], dataTypedataSources:[],
} }

View File

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