[update] 流程中心联调

This commit is contained in:
lideqin
2023-11-09 16:09:54 +08:00
parent 589b97d285
commit d5d875c26f
2 changed files with 6 additions and 6 deletions
@@ -9,7 +9,7 @@
<a-form-item :label="$t('workCenter.processCenter.processType')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
:placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')"
dict-code="esp_project_status"
dict-code="prc_type"
v-model="queryParam.prcType">
</j-dict-select-tag>
</a-form-item>
@@ -69,21 +69,21 @@ export default {
title: this.$t('workCenter.processCenter.processType'),
align: 'center',
width: 180,
dataIndex: 'processType_dictText',
dataIndex: 'prcType_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 流程名称
title: this.$t('processName'),
align: 'center',
width: 180,
dataIndex: 'processName',
dataIndex: 'prcName',
scopedSlots: { customRender: 'text' }
},
{ // 发起人
title: this.$t('workCenter.processCenter.initiator'),
align: 'center',
width: 180,
dataIndex: 'initiator',
dataIndex: 'createBy_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 创建时间
@@ -103,7 +103,7 @@ export default {
}
],
url: {
list: '/workCenter/getDraftList'
list: '/process/fb/processFbInfo/getDraftList'
}
}
},
@@ -21,7 +21,7 @@
<a-form-item :label="$t('workCenter.processCenter.processType')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
:placeholder="$t('pleaseSelect')+$t('workCenter.processCenter.processType')"
dict-code="esp_project_status"
dict-code="prc_type"
v-model="queryParam.prcType">
</j-dict-select-tag>
</a-form-item>