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
c7c6af98
Commit
c7c6af98
authored
Dec 25, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app下载页调式
parent
c0e5bb70
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
shareholder.vue
src/views/interior/shareholder.vue
+6
-8
No files found.
src/views/interior/shareholder.vue
View file @
c7c6af98
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"分公司"
>
<el-form-item
label=
"分公司"
>
<el-select
v-model=
"listQuery.companyId"
clearable
placeholder=
"请选择"
>
<el-select
v-model=
"listQuery.companyId"
clearable
filterable
placeholder=
"请选择"
>
<el-option
v-for=
"item in companyList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
></el-option>
<el-option
v-for=
"item in companyList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -161,11 +161,11 @@
...
@@ -161,11 +161,11 @@
class=
"el-button el-button--text el-button--small"
class=
"el-button el-button--text el-button--small"
@
click=
"infoStaff(scope.row)"
@
click=
"infoStaff(scope.row)"
>
详情
</el-button>
>
详情
</el-button>
<
!--
<
el-button
<el-button
size=
"small"
size=
"small"
class=
"el-button el-button--text el-button--small"
class=
"el-button el-button--text el-button--small"
@
click=
"editorStaff(scope.row)"
@
click=
"editorStaff(scope.row)"
>
编辑
</el-button>
-->
>
编辑
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -181,8 +181,8 @@
...
@@ -181,8 +181,8 @@
style=
"margin-top:20px"
style=
"margin-top:20px"
></el-pagination>
></el-pagination>
<!--
员工
详情 S -->
<!--
股东
详情 S -->
<el-dialog
title=
"
员工
信息详情"
:visible
.
sync=
"infoPop"
class=
"member"
>
<el-dialog
title=
"
股东
信息详情"
:visible
.
sync=
"infoPop"
class=
"member"
>
<p
class=
"title"
>
基础信息
</p>
<p
class=
"title"
>
基础信息
</p>
<p
class=
"staff-info"
>
<p
class=
"staff-info"
>
<span>
<span>
...
@@ -216,7 +216,7 @@
...
@@ -216,7 +216,7 @@
<span v-else-if="item.jobRemark == 6">复职</span>
<span v-else-if="item.jobRemark == 6">复职</span>
</p>-->
</p>-->
</el-dialog>
</el-dialog>
<!--
员工
详情 E -->
<!--
股东
详情 E -->
</div>
</div>
</div>
</div>
</template>
</template>
...
@@ -292,9 +292,7 @@ export default {
...
@@ -292,9 +292,7 @@ export default {
methods
:
{
methods
:
{
//下载模板
//下载模板
download
(){
download
(){
console
.
log
(
'0000'
);
window
.
location
.
href
=
"https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx"
window
.
location
.
href
=
"https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx"
// window.lo.href="https://mgmt.dfangche.com/axshare/gudongdaoru.xlsx"
},
},
closeAdd
()
{
closeAdd
()
{
this
.
time
=
null
this
.
time
=
null
...
...
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