update 企标稽查流程完善

This commit is contained in:
danshihao
2023-12-20 10:33:08 +08:00
parent 307881f13a
commit e31aa2d025
2 changed files with 3 additions and 4 deletions
@@ -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')
@@ -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')">