update 企标稽查流程完善

This commit is contained in:
danshihao
2023-12-20 13:59:10 +08:00
parent ad5af18612
commit 035ff10668
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@
show-search
@change="changeSectionClause"
:filter-option="filterOption">
<a-select-option v-for="item in sectionClauseList" :value="item.id" :key="item.id">{{ item.standardNo }}</a-select-option>
<a-select-option v-for="item in sectionClauseList" :value="item.id" :key="item.id">{{ item.clause }}</a-select-option>
</a-select>
</a-form-model-item>
<!-- 标准内容或要求 -->
@@ -21,7 +21,7 @@
show-search
@change="changeSectionClause"
:filter-option="filterOption">
<a-select-option v-for="item in sectionClauseList" :value="item.id" :key="item.id">{{ item.standardNo }}</a-select-option>
<a-select-option v-for="item in sectionClauseList" :value="item.id" :key="item.id">{{ item.clause }}</a-select-option>
</a-select>
</a-form-model-item>
<!-- 标准内容或要求 -->