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