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
8b7543ac
authored
Oct 01, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
product:优化属性列表
parent
5f80d161
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/views/mall/product/property/index.vue
+3
-3
src/views/mall/product/property/value/index.vue
+2
-2
No files found.
src/views/mall/product/property/index.vue
View file @
8b7543ac
...
...
@@ -53,8 +53,8 @@
<!-- 列表 -->
<ContentWrap>
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
align=
"center"
label=
"编号"
prop=
"id"
/>
<el-table-column
align=
"center"
label=
"
名称"
prop=
"name
"
/>
<el-table-column
align=
"center"
label=
"编号"
min-width=
"60"
prop=
"id"
/>
<el-table-column
align=
"center"
label=
"
属性名称"
prop=
"name"
min-width=
"150
"
/>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
label=
"备注"
prop=
"remark"
/>
<el-table-column
:formatter=
"dateFormatter"
...
...
@@ -165,7 +165,7 @@ const handleDelete = async (id: number) => {
/** 跳转商品属性列表 */
const
goValueList
=
(
id
:
number
)
=>
{
push
({
path
:
'/product/property/value/'
+
id
})
push
({
name
:
'ProductPropertyValue'
,
params
:
{
propertyId
:
id
}
})
}
/** 初始化 **/
...
...
src/views/mall/product/property/value/index.vue
View file @
8b7543ac
...
...
@@ -45,8 +45,8 @@
<!-- 列表 -->
<ContentWrap>
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
label=
"编号"
align=
"center"
prop=
"id"
/>
<el-table-column
label=
"
名称"
align=
"center"
prop=
"name"
:show-overflow-tooltip=
"tru
e"
/>
<el-table-column
label=
"编号"
align=
"center"
min-width=
"60"
prop=
"id"
/>
<el-table-column
label=
"
属性值名称"
align=
"center"
min-width=
"150"
prop=
"nam
e"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"创建时间"
...
...
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