diff --git a/src/views/pwl/pwlProject/components/pwlProjectEdit.vue b/src/views/pwl/pwlProject/components/pwlProjectEdit.vue index c3d17e4..b4ee8f2 100644 --- a/src/views/pwl/pwlProject/components/pwlProjectEdit.vue +++ b/src/views/pwl/pwlProject/components/pwlProjectEdit.vue @@ -41,11 +41,11 @@ v-model:value="form.expirationTime" /> - + diff --git a/src/views/pwl/pwlProject/components/search.vue b/src/views/pwl/pwlProject/components/search.vue index f2b20e5..fabb621 100644 --- a/src/views/pwl/pwlProject/components/search.vue +++ b/src/views/pwl/pwlProject/components/search.vue @@ -154,7 +154,7 @@ [ '报告时间', '审计单位', - '报告编号', + '项目名称', '项目信息-开票单位/汇款人', '项目信息-所属年度', '项目信息-类型', diff --git a/src/views/pwl/pwlProject/index.vue b/src/views/pwl/pwlProject/index.vue index 3b8e56a..983bfd8 100644 --- a/src/views/pwl/pwlProject/index.vue +++ b/src/views/pwl/pwlProject/index.vue @@ -376,7 +376,7 @@ align: 'center' }, { - title: '报告编号', + title: '项目名称', dataIndex: 'code', key: 'code', width: 240,