修改字段信息管理

This commit is contained in:
shidongli 2024-08-06 15:52:59 +08:00
parent 53b99cea92
commit 9e96495eb2

View File

@ -1,11 +1,10 @@
<template> <template>
<div class="app-container" ref="layout"> <div class="app-container" ref="layout">
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="5" :xs="24"> <el-col :span="5">
<div class="left" ref="box"> <div class="left" ref="box">
<!-- <div :class="itemid=='' ? 'all' : 'all'" @click="allclick"> --> <!-- <div :class="itemid=='' ? 'all' : 'all'" @click="allclick"> -->
<div class="all" @click="allclick"> <div class="all" @click="allclick">
全部 全部
</div> </div>
<el-collapse <el-collapse
@ -50,7 +49,7 @@
</el-collapse> </el-collapse>
</div> </div>
</el-col> </el-col>
<el-col :span="19" :xs="24"> <el-col :span="19">
<div ref="topform" class="form"> <div ref="topform" class="form">
<el-form <el-form
:model="queryParams" :model="queryParams"
@ -991,9 +990,6 @@ export default {
this.queryParams.taskPartitionDictId = row.id this.queryParams.taskPartitionDictId = row.id
this.itemid = this.queryParams.taskPartitionDictId; this.itemid = this.queryParams.taskPartitionDictId;
this.getList(); this.getList();
}, },
handleChange(val) { handleChange(val) {
console.log(val); console.log(val);
@ -1400,6 +1396,9 @@ export default {
::v-deep .el-collapse-item__wrap { ::v-deep .el-collapse-item__wrap {
border-bottom: none; border-bottom: none;
} }
::v-deep .el-col-19{
width: 78% !important;
}
::v-deep .el-table::before { ::v-deep .el-table::before {