问答中心 标准号
This commit is contained in:
@@ -824,7 +824,7 @@
|
||||
<el-button v-else size="mini" style="margin-left: 30px;" type="primary" @click="addList">选择标准</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="标准号" class="serch-form-item">
|
||||
{{ questionForm.standSortShow }} {{questionForm.standNumber }}-{{ questionForm.standYear }}
|
||||
{{ questionForm.standSortShow }} {{questionForm.standNumber }} {{ questionForm.standYear === '' ? '' : '-' }} {{ questionForm.standYear }}
|
||||
</el-form-item>
|
||||
<el-form-item label="标准名称" class="serch-form-item">
|
||||
{{questionForm.standardName}}
|
||||
|
||||
@@ -824,7 +824,7 @@
|
||||
<el-button v-else size="mini" style="margin-left: 30px;" type="primary" @click="addList">选择标准</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="标准号" class="serch-form-item">
|
||||
{{ questionForm.standSortShow }} {{questionForm.standNumber }}-{{ questionForm.standYear }}
|
||||
{{ questionForm.standSortShow }} {{questionForm.standNumber }} {{ questionForm.standYear === '' ? '' : '-' }} {{ questionForm.standYear }}
|
||||
</el-form-item>
|
||||
<el-form-item label="标准名称" class="serch-form-item">
|
||||
{{questionForm.standardName}}
|
||||
|
||||
Reference in New Issue
Block a user