Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
ec6ddfa7
Commit
ec6ddfa7
authored
Jul 19, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
35cdf5ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
identification.vue
pages/kotra/identification.vue
+2
-2
No files found.
pages/kotra/identification.vue
View file @
ec6ddfa7
...
@@ -24,11 +24,11 @@
...
@@ -24,11 +24,11 @@
<view
class=
"stepItem"
v-if=
"step==1"
>
<view
class=
"stepItem"
v-if=
"step==1"
>
<view
style=
"width: 100%;display: flex;"
v-if=
"dataOne.CompanyStatus && dataOne.CompanyStatus==2"
>
<view
style=
"width: 100%;display: flex;"
v-if=
"dataOne.CompanyStatus && dataOne.CompanyStatus==2"
>
<u-icon
name=
"warning-o"
color=
"#F70027"
size=
"50"
></u-icon>
<u-icon
name=
"warning-o"
color=
"#F70027"
size=
"50"
></u-icon>
<span
style=
'margin-left: 10px;color: #F70027;'
>
审核
没
通过
</span>
<span
style=
'margin-left: 10px;color: #F70027;'
>
审核
未
通过
</span>
</view>
</view>
<view
style=
"width: 100%;display: flex;margin-bottom: 20px;margin-top: 10px;"
v-if=
"dataOne.CompanyStatus && dataOne.CompanyStatus==2"
>
<view
style=
"width: 100%;display: flex;margin-bottom: 20px;margin-top: 10px;"
v-if=
"dataOne.CompanyStatus && dataOne.CompanyStatus==2"
>
<span>
审核备注
:
{{
dataOne
.
RejectRemark
}}
</span>
<span>
原因
:
{{
dataOne
.
RejectRemark
}}
</span>
</view>
</view>
<view
v-for=
"(item,index) in stepOneList"
:key=
"index"
>
<view
v-for=
"(item,index) in stepOneList"
:key=
"index"
>
<view
class=
"itemBox"
>
<view
class=
"itemBox"
>
...
...
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