File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/views/mall/product/property Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
<!-- 列表 -->
54
54
<ContentWrap >
55
55
<el-table v-loading =" loading" :data =" list" >
56
- <el-table-column align =" center" label =" 编号" prop =" id" />
57
- <el-table-column align =" center" label =" 名称 " prop =" name" />
56
+ <el-table-column align =" center" label =" 编号" min-width = " 60 " prop =" id" />
57
+ <el-table-column align =" center" label =" 属性名称 " prop =" name" min-width = " 150 " />
58
58
<el-table-column :show-overflow-tooltip =" true" align =" center" label =" 备注" prop =" remark" />
59
59
<el-table-column
60
60
:formatter =" dateFormatter"
@@ -165,7 +165,7 @@ const handleDelete = async (id: number) => {
165
165
166
166
/** 跳转商品属性列表 */
167
167
const goValueList = (id : number ) => {
168
- push ({ path : ' /product/property/value/ ' + id })
168
+ push ({ name : ' ProductPropertyValue ' , params: { propertyId: id } })
169
169
}
170
170
171
171
/** 初始化 **/
Original file line number Diff line number Diff line change 45
45
<!-- 列表 -->
46
46
<ContentWrap >
47
47
<el-table v-loading =" loading" :data =" list" >
48
- <el-table-column label =" 编号" align =" center" prop =" id" />
49
- <el-table-column label =" 名称 " align =" center" prop = " name " :show-overflow-tooltip = " true " />
48
+ <el-table-column label =" 编号" align =" center" min-width = " 60 " prop =" id" />
49
+ <el-table-column label =" 属性值名称 " align =" center" min-width = " 150 " prop = " name " />
50
50
<el-table-column label =" 备注" align =" center" prop =" remark" :show-overflow-tooltip =" true" />
51
51
<el-table-column
52
52
label =" 创建时间"
You can’t perform that action at this time.
0 commit comments