diff --git a/src/api/project-demand/summary/index.js b/src/api/project-demand/summary/index.js
index e1753da..289d857 100644
--- a/src/api/project-demand/summary/index.js
+++ b/src/api/project-demand/summary/index.js
@@ -71,7 +71,7 @@ export const uploadCollectAttachment= (data) => {
data: data
});
};
-// 年度计划
+// 项目计划
export const addPlan= (data) => {
return request({
url: '/workflow/annual/plan',
diff --git a/src/components/DetailComponent/SummaryDetail.vue b/src/components/DetailComponent/SummaryDetail.vue
index 88d05b2..0a95650 100644
--- a/src/components/DetailComponent/SummaryDetail.vue
+++ b/src/components/DetailComponent/SummaryDetail.vue
@@ -188,8 +188,8 @@
@cancelOrClear="carbonCopyUserPickerOk"/>
- 驳回年度计划
- 通过年度计划
+ 驳回项目计划
+ 通过项目计划
diff --git a/src/views/plan/detail.vue b/src/views/plan/detail.vue
index 7d7677f..3a7abc0 100644
--- a/src/views/plan/detail.vue
+++ b/src/views/plan/detail.vue
@@ -3,9 +3,9 @@
-
+
-
+
提交
@@ -22,7 +22,7 @@
导出
- 点击编辑可以修改年度计划名称!
+ 点击编辑可以修改项目计划名称!
确认
@@ -37,7 +37,7 @@
-
+
@@ -193,7 +193,7 @@ const exportTable = () => {
if (!$table) {
$table = $e
}
- exportExcel($table, (5 + (Object.keys(formData.value.projectList[0]).length - 5) * 5), "四川省国有资产经营投资管理有限责任公司科技创新项目年度计划表", 2)
+ exportExcel($table, (5 + (Object.keys(formData.value.projectList[0]).length - 5) * 5), "四川省国有资产经营投资管理有限责任公司科技创新项目计划表", 2)
}
const editName = () => {
let param = {
diff --git a/src/views/plan/index.vue b/src/views/plan/index.vue
index 7fbec34..04c922b 100644
--- a/src/views/plan/index.vue
+++ b/src/views/plan/index.vue
@@ -1,6 +1,6 @@
-
+
@@ -15,11 +15,11 @@ const router = useRouter()
const route = useRoute()
const searchConfig = ref([
{
- label: '年度计划名称',
+ label: '项目计划名称',
prop: 'annualPlanName',
component: 'el-input',
props: {
- placeholder: '请输入年度计划名称',
+ placeholder: '请输入项目计划名称',
clearable: true
},
}
@@ -42,7 +42,7 @@ const tableConfig = reactive({
},
{
prop: 'annualPlanName',
- label: '年度计划名称',
+ label: '项目计划名称',
align: 'center'
},
{
diff --git a/src/views/project-demand/summary/index.vue b/src/views/project-demand/summary/index.vue
index 30da582..30eac46 100644
--- a/src/views/project-demand/summary/index.vue
+++ b/src/views/project-demand/summary/index.vue
@@ -385,7 +385,7 @@ const tableConfig = reactive({
params: {},
btns: [
{name: '新增上报', key: 'add', color: '#DED0B2', auth: auths.report},
- {name: '创建年度计划', key: 'export', color: '#DED0B2', auth: auths.planAdd},
+ {name: '创建项目计划', key: 'export', color: '#DED0B2', auth: auths.planAdd},
// {name: '经费预算生成', key: 'preMonty', auth: ''},
]
})
diff --git a/src/views/project-management/mobledetail/SummaryDetailMoblie.vue b/src/views/project-management/mobledetail/SummaryDetailMoblie.vue
index 159ae1a..0cac693 100644
--- a/src/views/project-management/mobledetail/SummaryDetailMoblie.vue
+++ b/src/views/project-management/mobledetail/SummaryDetailMoblie.vue
@@ -182,8 +182,8 @@
- 驳回年度计划
- 通过年度计划
+ 驳回项目计划
+ 通过项目计划
diff --git a/src/views/workflow/common/OperationRender.vue b/src/views/workflow/common/OperationRender.vue
index f35608f..519fe8f 100644
--- a/src/views/workflow/common/OperationRender.vue
+++ b/src/views/workflow/common/OperationRender.vue
@@ -136,7 +136,7 @@ const init = () => {
timeline.value = {
color: '#f78f5f',
icon: 'MoreFilled',
- context: '年度计划审批中'
+ context: '项目计划审批中'
}
}
break
@@ -159,7 +159,7 @@ const init = () => {
timeline.value = {
color: '#0bbd87',
icon: 'CircleCheckFilled',
- context: '年度计划审批通过'
+ context: '项目计划审批通过'
}
break
default: