Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intelligent_station_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
intelligent_station_web
Commits
11d19885
Commit
11d19885
authored
Dec 12, 2024
by
冷玲鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程管理-逻辑流程
parent
9d564b71
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
247 additions
and
37 deletions
+247
-37
midProject.vue
src/views/projectManagement/approvalProcess/midProject.vue
+3
-3
projectInitiation.vue
...s/projectManagement/approvalProcess/projectInitiation.vue
+244
-34
No files found.
src/views/projectManagement/approvalProcess/midProject.vue
View file @
11d19885
...
...
@@ -61,10 +61,10 @@
</div>
</el-descriptions-item>
</el-descriptions>
<div
style=
"display: flex;justify-content: center"
>
<!--
<div
style=
"display: flex;justify-content: center"
>
<el-button
type=
"primary"
style=
"margin-top: 20px"
@
click=
"$emit('Approve')"
>
通过中期申请
</el-button>
<el-button
type=
"primary"
style=
"margin-top: 20px"
@
click=
"$emit('Reject')"
>
驳回中期申请
</el-button>
</div>
</div>
-->
</div>
</
template
>
...
...
@@ -75,7 +75,7 @@ import ElDescriptions from '@/components/descriptionsList/e-desc.vue'
export
default
{
name
:
'MidProject'
,
components
:
{
ElDescriptions
,
ElDescriptionsItem
},
emits
:
[
'download'
,
'Approve'
,
'Reject'
],
/* emits: ['download', 'Approve', 'Reject'],*/
data
()
{
return
{
comments
:
''
,
...
...
src/views/projectManagement/approvalProcess/projectInitiation.vue
View file @
11d19885
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment