修改bug 52207 项目清单,高级查询,产品平台、产品线、项目级别没有对应的字段是不是可以把这个去掉

This commit is contained in:
zhangyichen
2022-03-29 15:13:05 +08:00
parent 1f45bfd58a
commit 685176a17b
@@ -226,10 +226,10 @@
<el-form :model="localProTableSearch" :inline="true" class="label-input-form table-lattice"
style="display: flex;flex-wrap: wrap">
<!-- 产品平台-->
<el-form-item label="产品平台" class="serch-form-item">
<el-input v-model="localProTableSearch.projectPlatfor" placeholder="根据产品平台" clearable :maxlength="100"
@keyup.enter.native="getLocalProductTableBtn"></el-input>
</el-form-item>
<!-- <el-form-item label="产品平台" class="serch-form-item">-->
<!-- <el-input v-model="localProTableSearch.projectPlatfor" placeholder="根据产品平台" clearable :maxlength="100"-->
<!-- @keyup.enter.native="getLocalProductTableBtn"></el-input>-->
<!-- </el-form-item>-->
<!-- 项目编号-->
<el-form-item label="项目编号" class="serch-form-item">
<el-input v-model="localProTableSearch.projectNumber" placeholder="根据项目编号" clearable :maxlength="500"