Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
66e895b4
Commit
66e895b4
authored
Sep 20, 2018
by
王
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商品bug fix
parent
4a61e5f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
dialog.vue
src/components/shop/dialog.vue
+3
-3
admin.vue
src/components/system/admin.vue
+4
-0
role.vue
src/components/system/role.vue
+1
-2
No files found.
src/components/shop/dialog.vue
View file @
66e895b4
...
...
@@ -64,7 +64,6 @@
list-type=
"picture-card"
class=
"upload-demo"
action=
"/api/public/upload"
:limit=
"1"
:http-request=
"uploadFileMain"
:file-list=
"form.goods_desc.img"
>
...
...
@@ -167,10 +166,11 @@
</el-form-item>
</el-col>
</el-row>
<el-form-item
label=
"分享主图"
>
<el-form-item
label=
"分享主图
(300*300)
"
>
<el-upload
list-type=
"picture-card"
action=
"/api/public/upload"
:limit=
"1"
:file-list=
"form.share_desc.img"
:http-request=
"uploadFileMain"
>
<i
class=
"el-icon-plus"
></i>
...
...
@@ -185,7 +185,7 @@
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"
Q&A详情
"
>
<el-form-item
label=
"
购买须知
"
>
<el-input
type=
"textarea"
:rows=
"25"
v-model=
"form.desc.qa"
></el-input>
</el-form-item>
</el-col>
...
...
src/components/system/admin.vue
View file @
66e895b4
...
...
@@ -54,6 +54,10 @@
prop=
"desc"
label=
"备注"
>
</el-table-column>
<el-table-column
prop=
"last_login_at"
label=
"最后登陆时间"
>
</el-table-column>
<el-table-column
v-if=
"!$store.state.readonly"
label=
"操作"
>
...
...
src/components/system/role.vue
View file @
66e895b4
...
...
@@ -35,10 +35,9 @@
<el-dialog
:title=
"dialog.title"
center
append-to-body
:visible
.
sync=
"dialog.show"
width=
"
3
0%"
>
width=
"
4
0%"
>
<el-form
ref=
"form"
:rules=
"dialog.rules"
:model=
"dialog.form"
label-width=
"100px"
>
<el-form-item
label=
"角色名称"
prop=
"name"
>
<el-input
v-model=
"dialog.form.name"
></el-input>
...
...
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