style:登记类型
Showing
2 changed files
with
5 additions
and
4 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-02 09:58:05 | 4 | * @LastEditTime: 2023-08-07 16:06:37 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -96,16 +96,16 @@ | ... | @@ -96,16 +96,16 @@ |
96 | </el-col> | 96 | </el-col> |
97 | </el-row> | 97 | </el-row> |
98 | <el-row> | 98 | <el-row> |
99 | <el-col :span="7"> | 99 | <el-col :span="6"> |
100 | <el-form-item label="项目名称"> | 100 | <el-form-item label="项目名称"> |
101 | <el-input placeholder="请输入项目名称" v-model="querydzForm.xmmc"></el-input> | 101 | <el-input placeholder="请输入项目名称" v-model="querydzForm.xmmc"></el-input> |
102 | </el-form-item> | 102 | </el-form-item> |
103 | </el-col> | 103 | </el-col> |
104 | 104 | ||
105 | <el-col :span="3" class="btnColRight"> | 105 | <el-col :span="18" class="btnColRight"> |
106 | <el-form-item> | 106 | <el-form-item> |
107 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 107 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
108 | <el-button type="primary" @click="handleSearch">查询11</el-button> | 108 | <el-button type="primary" @click="handleSearch">查询</el-button> |
109 | </el-form-item> | 109 | </el-form-item> |
110 | </el-col> | 110 | </el-col> |
111 | </el-row> | 111 | </el-row> | ... | ... |
... | @@ -198,6 +198,7 @@ | ... | @@ -198,6 +198,7 @@ |
198 | if (data[index].sffqlc == "1") { | 198 | if (data[index].sffqlc == "1") { |
199 | this.selectParam = data[index]; | 199 | this.selectParam = data[index]; |
200 | this.btnDisabled = false; | 200 | this.btnDisabled = false; |
201 | this.djqxList = [] | ||
201 | } else { | 202 | } else { |
202 | this.btnDisabled = true; | 203 | this.btnDisabled = true; |
203 | this.getNextNode(data[index].bsmSqyw); | 204 | this.getNextNode(data[index].bsmSqyw); | ... | ... |
-
Please register or sign in to post a comment