Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
634ea716
Commit
634ea716
authored
Sep 26, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加设置股权的权限
parent
e13b129b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
index.vue
src/views/baseInfo/branchCompany/index.vue
+4
-1
No files found.
src/views/baseInfo/branchCompany/index.vue
View file @
634ea716
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleView(scope.row)"
>
详情
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleView(scope.row)"
>
详情
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleSetting(scope.row)"
>
基础信息
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleSetting(scope.row)"
>
基础信息
</el-button>
<el-button
v-if=
"branchCompany_btn_edit"
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleCompanyInfo(scope.row)"
>
公司介绍
</el-button>
<el-button
v-if=
"branchCompany_btn_edit"
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleCompanyInfo(scope.row)"
>
公司介绍
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleSettingStock(scope.row)"
>
设置股权
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleSettingStock(scope.row)"
v-if=
"compnay_stock_update"
>
设置股权
</el-button>
<el-button
v-if=
"branchCompany_btn_del"
size=
"small"
class=
"el-button el-button--text el-button--small"
style=
"color: red;"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
<el-button
v-if=
"branchCompany_btn_del"
size=
"small"
class=
"el-button el-button--text el-button--small"
style=
"color: red;"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -205,6 +205,7 @@
...
@@ -205,6 +205,7 @@
infoVisible
:
false
,
//详情弹框
infoVisible
:
false
,
//详情弹框
allZoneArr
:[],
//全部片区
allZoneArr
:[],
//全部片区
provinceRegions
:
[],
//片区下省份数据
provinceRegions
:
[],
//片区下省份数据
compnay_stock_update
:
false
,
rules
:
{
rules
:
{
latitude
:
[
latitude
:
[
{
{
...
@@ -380,6 +381,8 @@
...
@@ -380,6 +381,8 @@
this
.
branchCompany_btn_edit
=
this
.
elements
[
'branchCompany:btn_edit'
];
this
.
branchCompany_btn_edit
=
this
.
elements
[
'branchCompany:btn_edit'
];
this
.
branchCompany_btn_del
=
this
.
elements
[
'branchCompany:btn_del'
];
this
.
branchCompany_btn_del
=
this
.
elements
[
'branchCompany:btn_del'
];
this
.
branchCompany_btn_add
=
this
.
elements
[
'branchCompany:btn_add'
];
this
.
branchCompany_btn_add
=
this
.
elements
[
'branchCompany:btn_add'
];
this
.
compnay_stock_update
=
this
.
elements
[
'compnay:stock:update'
]
debugger
},
},
computed
:
{
computed
:
{
...
mapGetters
([
...
mapGetters
([
...
...
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