可信代码库-AI大模型样式优化
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user