修改字段信息管理
This commit is contained in:
parent
53b99cea92
commit
9e96495eb2
@ -1,11 +1,10 @@
|
||||
<template>
|
||||
<div class="app-container" ref="layout">
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="5" :xs="24">
|
||||
<el-col :span="5">
|
||||
<div class="left" ref="box">
|
||||
<!-- <div :class="itemid=='' ? 'all' : 'all'" @click="allclick"> -->
|
||||
<div class="all" @click="allclick">
|
||||
|
||||
全部
|
||||
</div>
|
||||
<el-collapse
|
||||
@ -50,7 +49,7 @@
|
||||
</el-collapse>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="19" :xs="24">
|
||||
<el-col :span="19">
|
||||
<div ref="topform" class="form">
|
||||
<el-form
|
||||
:model="queryParams"
|
||||
@ -991,9 +990,6 @@ export default {
|
||||
this.queryParams.taskPartitionDictId = row.id
|
||||
this.itemid = this.queryParams.taskPartitionDictId;
|
||||
this.getList();
|
||||
|
||||
|
||||
|
||||
},
|
||||
handleChange(val) {
|
||||
console.log(val);
|
||||
@ -1400,6 +1396,9 @@ export default {
|
||||
::v-deep .el-collapse-item__wrap {
|
||||
border-bottom: none;
|
||||
}
|
||||
::v-deep .el-col-19{
|
||||
width: 78% !important;
|
||||
}
|
||||
|
||||
|
||||
::v-deep .el-table::before {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user