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
d5b2e34d
Commit
d5b2e34d
authored
Mar 11, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f31d5159
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
positionManagement.vue
src/components/administrative/positionManagement.vue
+0
-5
companyManagement.vue
src/components/platformModule/companyManagement.vue
+2
-2
No files found.
src/components/administrative/positionManagement.vue
View file @
d5b2e34d
...
@@ -287,11 +287,6 @@
...
@@ -287,11 +287,6 @@
this
.
msg
.
pageIndex
=
val
;
this
.
msg
.
pageIndex
=
val
;
this
.
getList
();
this
.
getList
();
},
},
// clearMessage(){
// this.addMsg.RB_Branch_Id='';
// this.addMsg.RB_Department_Id='';
// this.addMsg.PostName='';
// },
resetPageIndex
()
{
resetPageIndex
()
{
this
.
msg
.
pageIndex
=
1
;
this
.
msg
.
pageIndex
=
1
;
this
.
currentPage
=
1
this
.
currentPage
=
1
...
...
src/components/platformModule/companyManagement.vue
View file @
d5b2e34d
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<th>
B2B是否显示
</th>
<th>
B2B是否显示
</th>
<th>
公司类型
</th>
<th>
公司类型
</th>
<th>
是否服务费收费
</th>
<th>
是否服务费收费
</th>
<th
v-if=
"userInfoList.EmployeeId==1||userInfoList.EmployeeId==5||userInfoList.RB_Branch_id==49"
>
服务费用
</th>
<th>
服务费用
</th>
<th
width=
"200"
>
{{
$t
(
'admin.admin_operate'
)
}}
</th>
<th
width=
"200"
>
{{
$t
(
'admin.admin_operate'
)
}}
</th>
</tr>
</tr>
<tr
v-for=
"(item,index) in DataList"
v-loading=
'loading'
>
<tr
v-for=
"(item,index) in DataList"
v-loading=
'loading'
>
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
<td>
{{
item
.
B2BShow
==
0
?
'显示'
:
'不显示'
}}
</td>
<td>
{{
item
.
B2BShow
==
0
?
'显示'
:
'不显示'
}}
</td>
<td>
{{
item
.
IsParentCompany
==
'1'
?
'总公司'
:
'分公司'
}}
</td>
<td>
{{
item
.
IsParentCompany
==
'1'
?
'总公司'
:
'分公司'
}}
</td>
<td>
{{
item
.
IsFreeFee
==
0
?
'付费'
:
'免费'
}}
</td>
<td>
{{
item
.
IsFreeFee
==
0
?
'付费'
:
'免费'
}}
</td>
<td
v-if=
"userInfoList.EmployeeId==1||userInfoList.EmployeeId==5||userInfoList.RB_Branch_id==49"
>
{{
item
.
ServiceFee
}}
</td>
<td
>
{{
item
.
ServiceFee
}}
</td>
<td>
<td>
<el-row>
<el-row>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
>
...
...
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