[update] 新增流程中心页,企标计划立项/变更流程

This commit is contained in:
lideqin
2023-10-11 18:07:14 +08:00
parent 4d45b77827
commit 505c07fd88
23 changed files with 3007 additions and 139 deletions
@@ -61,7 +61,7 @@
<a-col :span="6">
<a-form-item :label="$t('enterpriseStandardLibrary.plan.projectStatus')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
:placeholder="$t('pleaseEnter')+$t('enterpriseStandardLibrary.plan.projectStatus')"
:placeholder="$t('pleaseSelect')+$t('enterpriseStandardLibrary.plan.projectStatus')"
dict-code="esp_project_status"
v-model="queryParam.projectStatus">
</j-dict-select-tag>
@@ -71,7 +71,7 @@
<a-col :span="6">
<a-form-item :label="$t('enterpriseStandardLibrary.plan.changeState')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
:placeholder="$t('pleaseEnter')+$t('enterpriseStandardLibrary.plan.changeState')"
:placeholder="$t('pleaseSelect')+$t('enterpriseStandardLibrary.plan.changeState')"
dict-code="esp_change_status"
v-model="queryParam.changeStatus">
</j-dict-select-tag>
@@ -87,7 +87,7 @@
<a-col :span="6">
<a-form-item :label="$t('enterpriseStandardLibrary.plan.standardType')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
:placeholder="$t('pleaseEnter')+$t('enterpriseStandardLibrary.plan.standardType')"
:placeholder="$t('pleaseSelect')+$t('enterpriseStandardLibrary.plan.standardType')"
dict-code="esp_standard_type"
v-model="queryParam.standardType">
</j-dict-select-tag>
@@ -97,7 +97,7 @@
<a-col :span="6">
<a-form-item :label="$t('enterpriseStandardLibrary.plan.revisionType')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag
:placeholder="$t('pleaseEnter')+$t('enterpriseStandardLibrary.plan.revisionType')"
:placeholder="$t('pleaseSelect')+$t('enterpriseStandardLibrary.plan.revisionType')"
dict-code="esp_application_category"
v-model="queryParam.applicationCategory">
</j-dict-select-tag>