[update] 流程中心流程编号字段更换成prcNum

This commit is contained in:
lideqin
2023-12-14 11:45:23 +08:00
parent 2190c20e07
commit 86e8a9fe29
4 changed files with 9 additions and 9 deletions
@@ -13,7 +13,7 @@
<!-- 流程编号 -->
<a-col :span="6">
<a-form-item :label="$t('workCenter.processCenter.processNumber')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input :placeholder="$t('pleaseEnter')+$t('workCenter.processCenter.processNumber')" v-model="queryParam.id"></a-input>
<a-input :placeholder="$t('pleaseEnter')+$t('workCenter.processCenter.processNumber')" v-model="queryParam.prcNum"></a-input>
</a-form-item>
</a-col>
<!-- 流程类型 -->
@@ -82,7 +82,7 @@ export default {
title: this.$t('workCenter.processCenter.processNumber'),
align: 'center',
width: 180,
dataIndex: 'id',
dataIndex: 'prcNum',
scopedSlots: { customRender: 'text' }
},
{ // 流程类型
@@ -13,7 +13,7 @@
<!-- 流程编号 -->
<a-col :span="6">
<a-form-item :label="$t('workCenter.processCenter.processNumber')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input :placeholder="$t('pleaseEnter')+$t('workCenter.processCenter.processNumber')" v-model="queryParam.id"></a-input>
<a-input :placeholder="$t('pleaseEnter')+$t('workCenter.processCenter.processNumber')" v-model="queryParam.prcNum"></a-input>
</a-form-item>
</a-col>
<!-- 流程类型 -->
@@ -86,7 +86,7 @@ export default {
title: this.$t('workCenter.processCenter.processNumber'),
align: 'center',
width: 180,
dataIndex: 'id',
dataIndex: 'prcNum',
scopedSlots: { customRender: 'text' }
},
{ // 流程类型
@@ -13,7 +13,7 @@
<!-- 流程编号 -->
<a-col :span="6">
<a-form-item :label="$t('workCenter.processCenter.processNumber')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input :placeholder="$t('pleaseEnter')+$t('workCenter.processCenter.processNumber')" v-model="queryParam.id"></a-input>
<a-input :placeholder="$t('pleaseEnter')+$t('workCenter.processCenter.processNumber')" v-model="queryParam.prcNum"></a-input>
</a-form-item>
</a-col>
<!-- 流程类型 -->
@@ -102,7 +102,7 @@ export default {
title: this.$t('workCenter.processCenter.processNumber'),
align: 'center',
width: 180,
dataIndex: 'id',
dataIndex: 'prcNum',
scopedSlots: { customRender: 'text' }
},
{ // 流程类型
@@ -13,7 +13,7 @@
<!-- 流程编号 -->
<a-col :span="6">
<a-form-item :label="$t('workCenter.processCenter.processNumber')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input :placeholder="$t('pleaseEnter')+$t('workCenter.processCenter.processNumber')" v-model="queryParam.id"></a-input>
<a-input :placeholder="$t('pleaseEnter')+$t('workCenter.processCenter.processNumber')" v-model="queryParam.prcNum"></a-input>
</a-form-item>
</a-col>
<!-- 流程类型 -->
@@ -41,7 +41,7 @@
:can-drag="true"
:scroll="{x: '100%'}"
ref="table"
rowKey="id"
rowKey="taskId"
:columns="columns"
:dataSource="dataSource"
:pagination="ipagination"
@@ -100,7 +100,7 @@ export default {
title: this.$t('workCenter.processCenter.processNumber'),
align: 'center',
width: 180,
dataIndex: 'id',
dataIndex: 'prcNum',
scopedSlots: { customRender: 'text' }
},
{ // 流程类型