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
aa85b7b6
Commit
aa85b7b6
authored
Aug 26, 2020
by
rencs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8.26 公司、门店icon
parent
133574aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Settlement.vue
src/views/applyManagements/Settlement.vue
+1
-1
storeManage.vue
src/views/company/storeManage.vue
+6
-1
No files found.
src/views/applyManagements/Settlement.vue
View file @
aa85b7b6
...
...
@@ -42,7 +42,7 @@
class=
"filter-item"
type=
"primary"
v-waves
icon=
"search"
icon=
"
el-icon-
search"
@
click=
"handleFilter"
>
搜索
</el-button>
</el-row>
...
...
src/views/company/storeManage.vue
View file @
aa85b7b6
...
...
@@ -56,7 +56,11 @@
</el-form>
</div>
<el-table
:key=
"tableKey"
:data=
"list"
border
fit
highlight-current-row
style=
"width: 100%;"
>
<el-table-column
align=
"center"
label=
"序号"
type=
"index"
width=
"100"
></el-table-column>
<el-table-column
align=
"center"
label=
"序号"
type=
"index"
width=
"100"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
listQuery
.
page
-
1
)
*
listQuery
.
limit
+
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"门店全称"
prop=
"name"
></el-table-column>
<el-table-column
align=
"center"
label=
"门店简称"
prop=
"shortName"
></el-table-column>
<el-table-column
align=
"center"
label=
"状态"
prop=
"legalPerson"
>
...
...
@@ -510,6 +514,7 @@ export default {
});
},
edit_item
(
row
)
{
console
.
log
(
row
);
this
.
store_form
=
{
id
:
row
.
id
,
name
:
row
.
name
,
...
...
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