1. 模型评测指标UI修改
This commit is contained in:
@@ -2378,6 +2378,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// 添加评测维度
|
||||
function addDimension() {
|
||||
window.location.href = 'model-dimension-create.html';
|
||||
}
|
||||
|
||||
// 切换 Tab
|
||||
function switchTab(btn, tabId) {
|
||||
// 更新按钮状态
|
||||
|
||||
Reference in New Issue
Block a user