Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-middle-front
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-middle-front
Commits
674fd9c9
Commit
674fd9c9
authored
Mar 25, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容小屏
parent
0330fa6e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/merchandise/components/comeInfo.vue
+2
-2
src/views/merchandise/components/sendInfo.vue
+1
-1
src/views/merchandise/productsList.vue
+1
-1
No files found.
src/views/merchandise/components/comeInfo.vue
View file @
674fd9c9
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
</el-col>
</el-col>
</el-row>
</el-row>
<el-table
<el-table
height=
"600
"
height=
"70%
"
:data=
"tableData"
:data=
"tableData"
:span-method=
"objectSpanMethod"
:span-method=
"objectSpanMethod"
border
border
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
:close-on-click-modal=
"false"
:close-on-click-modal=
"false"
>
>
<!-- 表格数据 -->
<!-- 表格数据 -->
<el-table
v-loading=
"settingLoading"
:data=
"settingList"
border
ref=
"settingTableRef"
>
<el-table
v-loading=
"settingLoading"
:data=
"settingList"
border
ref=
"settingTableRef"
height=
"75%"
>
<el-table-column
<el-table-column
label=
"序号 "
label=
"序号 "
width=
"55"
width=
"55"
...
...
src/views/merchandise/components/sendInfo.vue
View file @
674fd9c9
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
<el-table
:data=
"tableData"
:span-method=
"objectSpanMethod"
border
style=
"width: 100%; margin-top: 20px"
height=
"
600
"
<el-table
:data=
"tableData"
:span-method=
"objectSpanMethod"
border
style=
"width: 100%; margin-top: 20px"
height=
"
70%
"
row-key=
"rowKey"
>
row-key=
"rowKey"
>
<!-- 动态生成所有列 -->
<!-- 动态生成所有列 -->
<template
v-for=
"column in tableColumns"
:key=
"column.prop"
>
<template
v-for=
"column in tableColumns"
:key=
"column.prop"
>
...
...
src/views/merchandise/productsList.vue
View file @
674fd9c9
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</el-form>
</el-form>
<!-- 表格数据 -->
<!-- 表格数据 -->
<el-table
v-loading=
"loading"
:data=
"tableList"
height=
"600"
>
<el-table
v-loading=
"loading"
:data=
"tableList"
>
<el-table-column
label=
"商品图片"
align=
"center"
prop=
"mainUrls"
width=
"150"
>
<el-table-column
label=
"商品图片"
align=
"center"
prop=
"mainUrls"
width=
"150"
>
<template
#
default=
"scope"
>
<template
#
default=
"scope"
>
<el-image
<el-image
...
...
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