明树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
be905ca0
Commit
be905ca0
authored
May 15, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0dcbdc2c
Pipeline
#111397
passed with stage
in 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
projectArgument.vue
src/views/projectManage/projectArgument.vue
+1
-1
projectDraft.vue
src/views/projectManage/projectDraft.vue
+1
-1
projectSetUp.vue
src/views/projectManage/projectSetUp.vue
+2
-8
No files found.
src/views/projectManage/projectArgument.vue
View file @
be905ca0
...
@@ -103,7 +103,7 @@ let tableColumns = ref([
...
@@ -103,7 +103,7 @@ let tableColumns = ref([
width
:
200
,
width
:
200
,
slot
:
"operations"
,
slot
:
"operations"
,
fixed
:
"right"
,
fixed
:
"right"
,
align
:
"
center
"
,
align
:
"
left
"
,
},
},
]);
]);
let
loading
=
ref
(
false
);
let
loading
=
ref
(
false
);
...
...
src/views/projectManage/projectDraft.vue
View file @
be905ca0
...
@@ -112,7 +112,7 @@ let tableColumns = ref([
...
@@ -112,7 +112,7 @@ let tableColumns = ref([
width
:
170
,
width
:
170
,
slot
:
"operations"
,
slot
:
"operations"
,
fixed
:
"right"
,
fixed
:
"right"
,
align
:
"
center
"
,
align
:
"
left
"
,
},
},
]);
]);
let
loading
=
ref
(
false
);
let
loading
=
ref
(
false
);
...
...
src/views/projectManage/projectSetUp.vue
View file @
be905ca0
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
v-else
v-else
:loading=
"row.loading"
:loading=
"row.loading"
@
click=
"viewDecision(row)"
@
click=
"viewDecision(row)"
>
{{
canAudit
?
"审批"
:
"查看
"
}}
</el-button
>
{{
"审批
"
}}
</el-button
>
>
</
template
>
</
template
>
</common-table>
</common-table>
...
@@ -79,12 +79,6 @@ const userInfo =
...
@@ -79,12 +79,6 @@ const userInfo =
(
sessionStorage
.
getItem
(
"userInfo"
)
&&
(
sessionStorage
.
getItem
(
"userInfo"
)
&&
JSON
.
parse
(
sessionStorage
.
getItem
(
"userInfo"
)))
||
JSON
.
parse
(
sessionStorage
.
getItem
(
"userInfo"
)))
||
{};
{};
let
canAudit
=
ref
(
false
);
userInfo
.
roles
.
map
((
item
)
=>
{
if
([
"xmlx_sp"
,
"xmjc_sp"
].
includes
(
item
.
key
))
{
canAudit
.
value
=
true
;
}
});
let
tableData
=
ref
([]);
let
tableData
=
ref
([]);
let
tableColumns
=
ref
([
let
tableColumns
=
ref
([
...
@@ -120,7 +114,7 @@ let tableColumns = ref([
...
@@ -120,7 +114,7 @@ let tableColumns = ref([
width
:
160
,
width
:
160
,
slot
:
"operations"
,
slot
:
"operations"
,
fixed
:
"right"
,
fixed
:
"right"
,
align
:
"
center
"
,
align
:
"
left
"
,
},
},
]);
]);
...
...
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