Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
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
front-end-dev
techbook
Commits
dd0ce577
Commit
dd0ce577
authored
Jul 03, 2020
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手机版查看项目修改
parent
a0d4e4d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
projectdetails.vue
src/views/mobile/projectment/projectdetails.vue
+2
-2
No files found.
src/views/mobile/projectment/projectdetails.vue
View file @
dd0ce577
...
...
@@ -499,7 +499,7 @@
let
id
=
this
.
$route
.
query
.
projectId
;
api
.
selectProjectById
(
id
).
then
((
res
)
=>
{
if
(
res
.
code
==
0
)
{
if
(
res
.
result
.
authenticationState
==
"AS03"
){
if
(
res
.
result
.
authenticationState
==
"AS03"
||
res
.
result
.
projectCreatedBy
){
this
.
companyInfo
=
res
.
result
;
if
(
!
this
.
companyInfo
.
baseEmpInfoAuthenticationVO
){
this
.
companyInfo
.
baseEmpInfoAuthenticationVO
=
{};
...
...
@@ -842,7 +842,7 @@
padding-bottom
:
.3rem
;
>
div
{
padding
:
0
.4rem
0
;
border-bottom
:
1px
solid
#E9EAF3
;
/*border-bottom: 1px solid #E9EAF3;*/
>
p
{
margin-top
:
0
.4rem
;
>
span
:nth-child
(
1
)
{
...
...
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