可信代码库-AI大模型样式优化

This commit is contained in:
付民康
2025-05-15 10:14:53 +08:00
parent a7667cbe28
commit 9af1bc8285
4 changed files with 21 additions and 7 deletions

View File

@@ -104,7 +104,8 @@ const processData = () => {
columns.value = Array.from(uniqueKeys).map((key) => ({
key,
label: fieldTranslation[key] || key,
// label: fieldTranslation[key] || key,
label: key,
width: 120
}));
tableKey.value++;