Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
d9b31050
Commit
d9b31050
authored
Sep 24, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
484f24b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElectronicAudit.vue
src/components/administrative/ElectronicAudit.vue
+1
-1
No files found.
src/components/administrative/ElectronicAudit.vue
View file @
d9b31050
...
@@ -292,7 +292,7 @@
...
@@ -292,7 +292,7 @@
<span
v-if=
"item.Status==3"
style=
"color:red;"
>
已驳回
</span>
<span
v-if=
"item.Status==3"
style=
"color:red;"
>
已驳回
</span>
<span
v-else-if=
"item.Status==1"
style=
"color:blue;"
>
待审核
</span>
<span
v-else-if=
"item.Status==1"
style=
"color:blue;"
>
待审核
</span>
<span
v-else-if=
"item.Status==2"
style=
"color:green;"
>
审核通过
</span>
<span
v-else-if=
"item.Status==2"
style=
"color:green;"
>
审核通过
</span>
<span
v-else
>
{{item.StatusStr}}
</span>
<span
v-else
>
{{item.StatusStr}}
</span>
</td>
</td>
<td>
{{ item.CreateByName }}
</td>
<td>
{{ item.CreateByName }}
</td>
<td>
{{ item.CreateTimeStr }}
</td>
<td>
{{ item.CreateTimeStr }}
</td>
...
...
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