update 企标稽查流程完善
This commit is contained in:
+2
-3
@@ -21,7 +21,7 @@
|
||||
rowKey="id"
|
||||
:loading="loading"
|
||||
:row-selection="null"
|
||||
:pagination="false"
|
||||
:pagination="ipagination"
|
||||
:scroll="{x: '100%'}"
|
||||
@change="tableOnChange">
|
||||
|
||||
@@ -61,7 +61,7 @@ export default {
|
||||
title: this.$t('workCenter.esInspectionProcess.accordingToTerms'),
|
||||
align: 'center',
|
||||
width: 140,
|
||||
dataIndex: 'standardNo',
|
||||
dataIndex: 'clause',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 标准内容或要求
|
||||
@@ -122,7 +122,6 @@ export default {
|
||||
this.orderBy = sorter.order === 'ascend' ? '1' : '2'
|
||||
this.orderByField = sorter.columnKey
|
||||
this.ipagination = pagination
|
||||
this.getTableList()
|
||||
},
|
||||
handleAdd () {
|
||||
this.$refs.inspectionProcessContentModal.title = this.$t('add') + this.$t('workCenter.esInspectionProcess.opinion')
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('workCenter.esInspectionProcess.sectionNumber')"
|
||||
:maxLength="50"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
v-decorator.trim="[ 'standardNo', validatorRules.sectionNumber ]" />
|
||||
v-decorator.trim="[ 'clause', validatorRules.sectionNumber ]" />
|
||||
</a-form-item>
|
||||
<!-- 标准内容或要求 -->
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.esInspectionProcess.standardContentOrDemand')">
|
||||
|
||||
Reference in New Issue
Block a user