update 企标稽查流程完善
This commit is contained in:
+1
-1
@@ -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>
|
||||
<!-- 标准内容或要求 -->
|
||||
|
||||
+1
-1
@@ -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>
|
||||
<!-- 标准内容或要求 -->
|
||||
|
||||
Reference in New Issue
Block a user