明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
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
Administrator
jt_front
Commits
33cec7e4
Commit
33cec7e4
authored
Dec 08, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
立项、决策字段调整
parent
d22c977e
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1919 additions
and
3414 deletions
+1919
-3414
.npmrc
.npmrc
+1
-0
package-lock.json
package-lock.json
+1797
-3327
https.js
src/data/https.js
+1
-1
addProject.vue
src/views/managePage/addProject.vue
+96
-84
projectArgument.vue
src/views/managePage/projectArgument.vue
+2
-2
projectDecision.vue
src/views/managePage/projectDecision.vue
+11
-0
projectSetUp.vue
src/views/managePage/projectSetUp.vue
+11
-0
No files found.
.npmrc
0 → 100644
View file @
33cec7e4
registry=https://registry.npmmirror.com
\ No newline at end of file
package-lock.json
View file @
33cec7e4
This diff is collapsed.
Click to expand it.
src/data/https.js
View file @
33cec7e4
...
@@ -2,7 +2,7 @@ import axios from "axios";
...
@@ -2,7 +2,7 @@ import axios from "axios";
import
{
ElMessage
}
from
"element-plus"
;
import
{
ElMessage
}
from
"element-plus"
;
import
windowConfig
from
"@/window"
;
import
windowConfig
from
"@/window"
;
axios
.
interceptors
.
request
.
use
(
function
(
config
)
{
axios
.
interceptors
.
request
.
use
(
function
(
config
)
{
let
token
=
"
8681f75e775447f7903708c55a35634e
"
;
let
token
=
"
bcb6deadbe9e4b28b00a81d37a4487a5
"
;
if
(
token
)
{
if
(
token
)
{
config
.
headers
.
Authorization
=
token
;
config
.
headers
.
Authorization
=
token
;
}
}
...
...
src/views/managePage/addProject.vue
View file @
33cec7e4
This diff is collapsed.
Click to expand it.
src/views/managePage/projectArgument.vue
View file @
33cec7e4
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
<template
#
operations=
"
{ row, index }">
<template
#
operations=
"
{ row, index }">
<el-button
link
type=
"primary"
size=
"small"
@
click=
"fillProject(row)"
>
继续填报
</el-button>
<el-button
link
type=
"primary"
size=
"small"
@
click=
"fillProject(row)"
>
继续填报
</el-button>
<el-button
link
type=
"primary"
size=
"small"
<el-button
link
type=
"primary"
size=
"small"
:loading=
"row.loading"
@
click=
"
approva
lProject(row)"
:loading=
"row.loading"
@
click=
"
fil
lProject(row)"
>
发起审批
</el-button>
>
发起
决策
审批
</el-button>
</
template
>
</
template
>
</common-table>
</common-table>
</div>
</div>
...
...
src/views/managePage/projectDecision.vue
View file @
33cec7e4
...
@@ -53,6 +53,17 @@
...
@@ -53,6 +53,17 @@
label
:
"项目编号"
,
label
:
"项目编号"
,
showOverflowTooltip
:
true
showOverflowTooltip
:
true
},
},
{
prop
:
"projectLzType"
,
label
:
"状态"
,
width
:
120
,
align
:
"center"
,
formatter
:
(
data
)
=>
{
return
data
.
projectLzType
===
1
?
"待立项"
:
data
.
projectLzType
===
3
?
"立项审批中"
:
data
.
projectLzType
===
5
?
"已立项"
:
data
.
projectLzType
===
7
?
"决策填报中"
:
data
.
projectLzType
===
8
?
"决策审批中"
:
data
.
projectLzType
===
9
?
"已决策"
:
"待立项"
}
},
{
{
prop
:
"operations"
,
prop
:
"operations"
,
label
:
"操作"
,
label
:
"操作"
,
...
...
src/views/managePage/projectSetUp.vue
View file @
33cec7e4
...
@@ -60,6 +60,17 @@
...
@@ -60,6 +60,17 @@
label
:
"项目编号"
,
label
:
"项目编号"
,
showOverflowTooltip
:
true
showOverflowTooltip
:
true
},
},
{
prop
:
"projectLzType"
,
label
:
"状态"
,
width
:
120
,
align
:
"center"
,
formatter
:
(
data
)
=>
{
return
data
.
projectLzType
===
1
?
"待立项"
:
data
.
projectLzType
===
3
?
"立项审批中"
:
data
.
projectLzType
===
5
?
"已立项"
:
data
.
projectLzType
===
7
?
"决策填报中"
:
data
.
projectLzType
===
8
?
"决策审批中"
:
data
.
projectLzType
===
9
?
"已决策"
:
"待立项"
}
},
{
{
prop
:
"operations"
,
prop
:
"operations"
,
label
:
"操作"
,
label
:
"操作"
,
...
...
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