Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
ffcd9670
Commit
ffcd9670
authored
Jun 11, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:企业详情增加类型和法人手机
parent
e2eedb49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
index.vue
src/pages/Enterprise/Audit/index.vue
+11
-1
No files found.
src/pages/Enterprise/Audit/index.vue
View file @
ffcd9670
...
...
@@ -24,7 +24,7 @@
>
<template
#
default=
"scope"
>
<span
v-if=
"scope.row.audit_status === 5"
>
编辑中
</span>
<span
v-if=
"scope.row.audit_status === 10"
>
身份证校验通过待平台
审核
</span>
<span
v-if=
"scope.row.audit_status === 10"
>
待
审核
</span>
<span
v-if=
"scope.row.audit_status === 20"
>
审核成功
</span>
<span
v-if=
"scope.row.audit_status === 30"
>
审核失败
</span>
</
template
>
...
...
@@ -41,6 +41,16 @@
label=
"企业注册名称"
prop=
"name"
></el-table-column>
<!-- 商户类型 -->
<el-table-column
align=
"center"
label=
"商户类型"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.data_type === 1"
>
个体工商户
</span>
<span
v-if=
"scope.row.data_type === 2"
>
普通企业
</span>
</
template
>
</el-table-column>
<!-- 注册码 -->
<el-table-column
align=
"center"
...
...
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