9631f17e by renchao@pashanhoo.com

style:登记类型

1 parent 72d18867
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-02 09:58:05
* @LastEditTime: 2023-08-07 16:06:37
-->
<template>
<div class="from-clues">
......@@ -96,16 +96,16 @@
</el-col>
</el-row>
<el-row>
<el-col :span="7">
<el-col :span="6">
<el-form-item label="项目名称">
<el-input placeholder="请输入项目名称" v-model="querydzForm.xmmc"></el-input>
</el-form-item>
</el-col>
<el-col :span="3" class="btnColRight">
<el-col :span="18" class="btnColRight">
<el-form-item>
<el-button type="primary" @click="resetForm(true)">重置</el-button>
<el-button type="primary" @click="handleSearch">查询11</el-button>
<el-button type="primary" @click="handleSearch">查询</el-button>
</el-form-item>
</el-col>
</el-row>
......
......@@ -198,6 +198,7 @@
if (data[index].sffqlc == "1") {
this.selectParam = data[index];
this.btnDisabled = false;
this.djqxList = []
} else {
this.btnDisabled = true;
this.getNextNode(data[index].bsmSqyw);
......