Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3b645014
authored
Aug 12, 2025
by
孙美琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整按钮组位置
parent
ac5c9c61
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
89 additions
and
72 deletions
+89
-72
src/views/biz/partner/index.vue
+28
-26
src/views/mall/product/brand/index.vue
+18
-9
src/views/mall/product/category/index.vue
+10
-8
src/views/mall/product/property/index.vue
+11
-9
src/views/mall/product/spu/index.vue
+21
-19
src/views/member/user/index.vue
+1
-1
No files found.
src/views/biz/partner/index.vue
View file @
3b645014
...
...
@@ -51,38 +51,40 @@
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleQuery"
><Icon
icon=
"ep:search"
class=
"mr-5px"
/>
搜索
</el-button>
<el-button
@
click=
"resetQuery"
><Icon
icon=
"ep:refresh"
class=
"mr-5px"
/>
重置
</el-button>
<el-button
type=
"primary"
plain
@
click=
"openForm('create')"
v-hasPermi=
"['biz:partner:create']"
>
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
新增
</el-button>
<el-button
type=
"success"
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['biz:partner:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
<el-button
type=
"danger"
plain
:disabled=
"isEmpty(checkedIds)"
@
click=
"handleDeleteBatch"
v-hasPermi=
"['biz:partner:delete']"
>
<Icon
icon=
"ep:delete"
class=
"mr-5px"
/>
批量删除
</el-button>
</el-form-item>
</el-form>
</ContentWrap>
<!-- 列表 -->
<ContentWrap>
<div
class=
"bt-b10"
>
<el-button
type=
"primary"
plain
@
click=
"openForm('create')"
v-hasPermi=
"['biz:partner:create']"
>
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
新增
</el-button>
<el-button
type=
"success"
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['biz:partner:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
<el-button
type=
"danger"
plain
:disabled=
"isEmpty(checkedIds)"
@
click=
"handleDeleteBatch"
v-hasPermi=
"['biz:partner:delete']"
>
<Icon
icon=
"ep:delete"
class=
"mr-5px"
/>
批量删除
</el-button>
</div>
<el-table
row-key=
"id"
v-loading=
"loading"
...
...
src/views/mall/product/brand/index.vue
View file @
3b645014
...
...
@@ -41,15 +41,13 @@
/>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleQuery"
><Icon
icon=
"ep:search"
class=
"mr-5px"
/>
搜索
</el-button>
<el-button
@
click=
"resetQuery"
><Icon
icon=
"ep:refresh"
class=
"mr-5px"
/>
重置
</el-button>
<el-button
type=
"primary"
plain
@
click=
"openForm('create')"
v-hasPermi=
"['product:brand:create']"
>
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
新增
<el-button
type=
"primary"
@
click=
"handleQuery"
>
<Icon
icon=
"ep:search"
class=
"mr-5px"
/>
搜索
</el-button>
<el-button
@
click=
"resetQuery"
>
<Icon
icon=
"ep:refresh"
class=
"mr-5px"
/>
重置
</el-button>
</el-form-item>
</el-form>
...
...
@@ -57,6 +55,17 @@
<!-- 列表 -->
<ContentWrap>
<div
class=
"bt-b10"
>
<el-button
type=
"primary"
plain
@
click=
"openForm('create')"
v-hasPermi=
"['product:brand:create']"
>
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
新增
</el-button>
</div>
<el-table
v-loading=
"loading"
:data=
"list"
row-key=
"id"
default-expand-all
>
<el-table-column
label=
"品牌名称"
prop=
"name"
sortable
/>
<el-table-column
label=
"品牌图片"
align=
"center"
prop=
"picUrl"
>
...
...
src/views/mall/product/category/index.vue
View file @
3b645014
...
...
@@ -22,20 +22,22 @@
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleQuery"
><Icon
icon=
"ep:search"
class=
"mr-5px"
/>
搜索
</el-button>
<el-button
@
click=
"resetQuery"
><Icon
icon=
"ep:refresh"
class=
"mr-5px"
/>
重置
</el-button>
<el-button
type=
"primary"
plain
@
click=
"openForm('create')"
v-hasPermi=
"['product:category:create']"
>
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
新增
</el-button>
</el-form-item>
</el-form>
</ContentWrap>
<!-- 列表 -->
<ContentWrap>
<div
class=
"bt-b10"
>
<el-button
type=
"primary"
plain
@
click=
"openForm('create')"
v-hasPermi=
"['product:category:create']"
>
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
新增
</el-button>
</div>
<el-table
v-loading=
"loading"
:data=
"list"
row-key=
"id"
default-expand-all
>
<el-table-column
label=
"名称"
min-width=
"240"
prop=
"name"
sortable
/>
<el-table-column
label=
"分类图标"
align=
"center"
min-width=
"80"
prop=
"picUrl"
>
...
...
src/views/mall/product/property/index.vue
View file @
3b645014
...
...
@@ -39,21 +39,23 @@
<Icon
class=
"mr-5px"
icon=
"ep:refresh"
/>
重置
</el-button>
<el-button
v-hasPermi=
"['product:property:create']"
plain
type=
"primary"
@
click=
"openForm('create')"
>
<Icon
class=
"mr-5px"
icon=
"ep:plus"
/>
新增
</el-button>
</el-form-item>
</el-form>
</ContentWrap>
<!-- 列表 -->
<ContentWrap>
<div
class=
"bt-b10"
>
<el-button
v-hasPermi=
"['product:property:create']"
plain
type=
"primary"
@
click=
"openForm('create')"
>
<Icon
class=
"mr-5px"
icon=
"ep:plus"
/>
新增
</el-button>
</div>
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
align=
"center"
label=
"编号"
min-width=
"60"
prop=
"id"
/>
<el-table-column
align=
"center"
label=
"属性名称"
prop=
"name"
min-width=
"150"
/>
...
...
src/views/mall/product/spu/index.vue
View file @
3b645014
...
...
@@ -51,31 +51,33 @@
<Icon
class=
"mr-5px"
icon=
"ep:refresh"
/>
重置
</el-button>
<el-button
v-hasPermi=
"['product:spu:create']"
plain
type=
"primary"
@
click=
"openForm(undefined)"
>
<Icon
class=
"mr-5px"
icon=
"ep:plus"
/>
新增
</el-button>
<el-button
v-hasPermi=
"['product:spu:export']"
:loading=
"exportLoading"
plain
type=
"success"
@
click=
"handleExport"
>
<Icon
class=
"mr-5px"
icon=
"ep:download"
/>
导出
</el-button>
</el-form-item>
</el-form>
</ContentWrap>
<!-- 列表 -->
<ContentWrap>
<div
class=
"bt-b10"
>
<el-button
v-hasPermi=
"['product:spu:create']"
plain
type=
"primary"
@
click=
"openForm(undefined)"
>
<Icon
class=
"mr-5px"
icon=
"ep:plus"
/>
新增
</el-button>
<el-button
v-hasPermi=
"['product:spu:export']"
:loading=
"exportLoading"
plain
type=
"success"
@
click=
"handleExport"
>
<Icon
class=
"mr-5px"
icon=
"ep:download"
/>
导出
</el-button>
</div>
<el-tabs
v-model=
"queryParams.tabType"
@
tab-click=
"handleTabClick"
>
<el-tab-pane
v-for=
"item in tabsData"
...
...
src/views/member/user/index.vue
View file @
3b645014
...
...
@@ -60,7 +60,7 @@
<MemberGroupSelect
v-model=
"queryParams.groupId"
/>
</el-form-item>
<el-form-item>
<el-button
@
click=
"handleQuery"
>
<el-button
type=
"primary"
@
click=
"handleQuery"
>
<Icon
class=
"mr-5px"
icon=
"ep:search"
/>
搜索
</el-button>
...
...
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