diff --git a/.DS_Store b/.DS_Store index ee3fe3da..6568d3f8 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/src/views/ProjectManage/components/SurveyAction.vue b/src/views/ProjectManage/components/SurveyAction.vue index 7702dbc8..a21e67ef 100644 --- a/src/views/ProjectManage/components/SurveyAction.vue +++ b/src/views/ProjectManage/components/SurveyAction.vue @@ -152,6 +152,12 @@ export default defineComponent({ if (status === 1 && i.action === 'build') { return false; } + if(i.action === 'save' && props.info.template_type === 1) { + return false + } + if(i.action === 'copy' && props.info.template_type === 1) { + return false + } return true; }); }); diff --git a/src/views/ProjectManage/fragment/TableList.vue b/src/views/ProjectManage/fragment/TableList.vue index 1b7fb5f9..d07b9c10 100644 --- a/src/views/ProjectManage/fragment/TableList.vue +++ b/src/views/ProjectManage/fragment/TableList.vue @@ -31,7 +31,9 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/views/TempMarket/fragment/TableList.vue b/src/views/TempMarket/fragment/TableList.vue index 629dd6c4..344f8e8f 100644 --- a/src/views/TempMarket/fragment/TableList.vue +++ b/src/views/TempMarket/fragment/TableList.vue @@ -26,7 +26,11 @@
{{ record?.title }}