标准评估流程查询
This commit is contained in:
@@ -265,7 +265,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="标准号/标准名称" class="search-item search-item-last">
|
<el-form-item label="标准号/标准名称" class="search-item search-item-last">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="standardSearch.standName"
|
v-model="standardSearch.standNumber"
|
||||||
placeholder="请输入标准号或标准名称"
|
placeholder="请输入标准号或标准名称"
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -533,7 +533,7 @@ export default {
|
|||||||
},
|
},
|
||||||
standardSearch: {
|
standardSearch: {
|
||||||
standType: "",
|
standType: "",
|
||||||
standName: ""
|
standNumber: ""
|
||||||
},
|
},
|
||||||
decomposeOptions: [], //分解单数据
|
decomposeOptions: [], //分解单数据
|
||||||
standardTypeOptions: [
|
standardTypeOptions: [
|
||||||
|
|||||||
Reference in New Issue
Block a user