参数配置

This commit is contained in:
wkc
2026-02-26 10:38:23 +08:00
parent 7ca532da8f
commit b23820e873
6 changed files with 2121 additions and 19 deletions

View File

@@ -3,9 +3,6 @@
<!-- 顶部标题 -->
<div class="header">
<span class="title">模型参数管理</span>
<router-link :to="{ path: '/project/manage' }" class="link">
<i class="el-icon-arrow-left"></i> 返回项目管理
</router-link>
</div>
<!-- 查询筛选区 -->
@@ -58,7 +55,7 @@
</template>
<script>
import { listModels, listParams, saveParams } from "@/api/ccdi/modelParam";
import {listModels, listParams, saveParams} from "@/api/ccdi/modelParam";
export default {
name: "ModelParam",
@@ -161,7 +158,6 @@ export default {
.header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding: 15px;
@@ -173,20 +169,6 @@ export default {
font-weight: bold;
color: #333;
}
.link {
color: #1890ff;
text-decoration: none;
font-size: 14px;
i {
margin-right: 4px;
}
&:hover {
text-decoration: underline;
}
}
}
.filter-container {