diff --git a/src/components/AttachmentUpload.vue b/src/components/AttachmentUpload.vue index 630c045..4e2e843 100644 --- a/src/components/AttachmentUpload.vue +++ b/src/components/AttachmentUpload.vue @@ -1,5 +1,5 @@ - + diff --git a/src/views/project-management/filing/attachment.vue b/src/views/project-management/filing/attachment.vue index 7444de8..93854b3 100644 --- a/src/views/project-management/filing/attachment.vue +++ b/src/views/project-management/filing/attachment.vue @@ -157,7 +157,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 @@ -172,7 +172,7 @@ const schema = computed(() => { ) }, { - label: '实际经费预算', + label: '实际经费预算(元)', prop: 'actualEconomicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/filing/index.vue b/src/views/project-management/filing/index.vue index 40815cf..7adaf51 100644 --- a/src/views/project-management/filing/index.vue +++ b/src/views/project-management/filing/index.vue @@ -281,7 +281,7 @@ const tableConfig = reactive({ }, { prop: 'economicEstimate', - label: '预估经费预算', + label: '预估经费预算(元)', align: 'center', width: 150, currentRender:({row})=>{ diff --git a/src/views/project-management/filing/upload.vue b/src/views/project-management/filing/upload.vue index 81e17a9..5b6344c 100644 --- a/src/views/project-management/filing/upload.vue +++ b/src/views/project-management/filing/upload.vue @@ -168,7 +168,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 @@ -184,7 +184,7 @@ const schema = computed(() => { ) }, { - label: '实际经费预算', + label: '实际经费预算(元)', prop: 'actualEconomicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/implementation/account.vue b/src/views/project-management/implementation/account.vue index 2904a49..ad51391 100644 --- a/src/views/project-management/implementation/account.vue +++ b/src/views/project-management/implementation/account.vue @@ -163,7 +163,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 @@ -179,7 +179,7 @@ const schema = computed(() => { ) }, { - label: '实际经费预算', + label: '实际经费预算(元)', prop: 'actualEconomicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/implementation/attachment.vue b/src/views/project-management/implementation/attachment.vue index ed1d928..d592983 100644 --- a/src/views/project-management/implementation/attachment.vue +++ b/src/views/project-management/implementation/attachment.vue @@ -177,7 +177,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/implementation/index.vue b/src/views/project-management/implementation/index.vue index e0d86b7..6e807d2 100644 --- a/src/views/project-management/implementation/index.vue +++ b/src/views/project-management/implementation/index.vue @@ -298,7 +298,7 @@ const tableConfig = reactive({ }, { prop: 'economicEstimate', - label: '预估经费预算', + label: '预估经费预算(元)', align: 'center', width: 150, currentRender:({row})=>{ diff --git a/src/views/project-management/implementation/phase.vue b/src/views/project-management/implementation/phase.vue index 4a94545..b2d7a03 100644 --- a/src/views/project-management/implementation/phase.vue +++ b/src/views/project-management/implementation/phase.vue @@ -230,7 +230,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 @@ -245,7 +245,7 @@ const schema = computed(() => { ) }, { - label: '实际经费预算', + label: '实际经费预算(元)', prop: 'actualEconomicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/implementation/phaseDetail.vue b/src/views/project-management/implementation/phaseDetail.vue index 1d5f1bf..52d6222 100644 --- a/src/views/project-management/implementation/phaseDetail.vue +++ b/src/views/project-management/implementation/phaseDetail.vue @@ -170,7 +170,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 @@ -185,7 +185,7 @@ const schema = computed(() => { ) },{ - label: '实际经费预算', + label: '实际经费预算(元)', prop: 'actualEconomicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/implementation/share.vue b/src/views/project-management/implementation/share.vue index e985f27..0bcb752 100644 --- a/src/views/project-management/implementation/share.vue +++ b/src/views/project-management/implementation/share.vue @@ -145,7 +145,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 @@ -160,7 +160,7 @@ const schema = computed(() => { ) }, { - label: '实际经费预算', + label: '实际经费预算(元)', prop: 'actualEconomicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/implementation/upload.vue b/src/views/project-management/implementation/upload.vue index 19cf86d..1d2f507 100644 --- a/src/views/project-management/implementation/upload.vue +++ b/src/views/project-management/implementation/upload.vue @@ -182,7 +182,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/implementation/uploadFee.vue b/src/views/project-management/implementation/uploadFee.vue index b54e9d3..923e176 100644 --- a/src/views/project-management/implementation/uploadFee.vue +++ b/src/views/project-management/implementation/uploadFee.vue @@ -253,7 +253,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 6 @@ -269,7 +269,7 @@ const schema = computed(() => { ) }, { - label: '实际经费预算', + label: '实际经费预算(元)', prop: 'actualEconomicEstimate', colProps: { span: 6 diff --git a/src/views/project-management/initiation/index.vue b/src/views/project-management/initiation/index.vue index 4cd83d2..7cd2ce0 100644 --- a/src/views/project-management/initiation/index.vue +++ b/src/views/project-management/initiation/index.vue @@ -279,7 +279,7 @@ const tableConfig = reactive({ }, { prop: 'economicEstimate', - label: '预估经费预算', + label: '预估经费预算(元)', align: 'center', width: 150, currentRender:({row})=>{ diff --git a/src/views/project-management/mobledetail/StepsMoblie.vue b/src/views/project-management/mobledetail/StepsMoblie.vue index b347164..b70dfa0 100644 --- a/src/views/project-management/mobledetail/StepsMoblie.vue +++ b/src/views/project-management/mobledetail/StepsMoblie.vue @@ -260,7 +260,7 @@ const schema = computed(() => { }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 24 @@ -276,7 +276,7 @@ const schema = computed(() => { ) }, { - label: '实际经费预算', + label: '实际经费预算(元)', prop: 'actualEconomicEstimate', colProps: { span: 24 diff --git a/src/views/project-management/phaseDetailMoblie/index.vue b/src/views/project-management/phaseDetailMoblie/index.vue index fa54783..091850b 100644 --- a/src/views/project-management/phaseDetailMoblie/index.vue +++ b/src/views/project-management/phaseDetailMoblie/index.vue @@ -167,7 +167,7 @@ const schema = computed(() => { ) }, { - label: '预估经费预算', + label: '预估经费预算(元)', prop: 'economicEstimate', colProps: { span: 24