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
1
Merge Requests
1
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
76387c42
Commit
76387c42
authored
Apr 01, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/test' into test_zxm
parents
365ac9c9
674fd9c9
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
9 deletions
+16
-9
src/views/login.vue
+2
-2
src/views/merchandise/components/comeInfo.vue
+2
-1
src/views/merchandise/components/productBaseInfo.vue
+8
-2
src/views/merchandise/components/sendInfo.vue
+1
-1
src/views/merchandise/productsList.vue
+3
-3
No files found.
src/views/login.vue
View file @
76387c42
...
...
@@ -83,8 +83,8 @@ const router = useRouter()
const
{
proxy
}
=
getCurrentInstance
()
const
loginForm
=
ref
({
username
:
'
admin
'
,
password
:
'
12345
'
,
username
:
''
,
password
:
''
,
rememberMe
:
false
,
code
:
''
,
uuid
:
''
...
...
src/views/merchandise/components/comeInfo.vue
View file @
76387c42
...
...
@@ -10,6 +10,7 @@
</el-col>
</el-row>
<el-table
height=
"70%"
:data=
"tableData"
:span-method=
"objectSpanMethod"
border
...
...
@@ -52,7 +53,7 @@
: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
label=
"序号 "
width=
"55"
...
...
src/views/merchandise/components/productBaseInfo.vue
View file @
76387c42
...
...
@@ -16,7 +16,13 @@
<el-row>
<el-col
:span=
"12"
>
<div
class=
"commonHeader"
>
产品标题
</div>
<el-select
<el-input
v-model=
"form['apiProductLaunchDto'].title"
placeholder=
"请输入"
maxlength=
"20"
show-word-limit
/>
<!-- <el-select
v-model="form['apiProductLaunchDto'].title"
filterable
remote
...
...
@@ -35,7 +41,7 @@
:label="item.productName"
:value="item.productBizId"
/>
</el-select>
</el-select>
-->
</el-col>
<el-col
:span=
"24"
:class=
"showNameTip ? '' : 'colBottomGap'"
>
<div
class=
"nameTip"
>
...
...
src/views/merchandise/components/sendInfo.vue
View file @
76387c42
...
...
@@ -7,7 +7,7 @@
</div>
</el-col>
</el-row>
<el-table
:data=
"tableData"
:span-method=
"objectSpanMethod"
border
style=
"width: 100%; margin-top: 20px"
<el-table
:data=
"tableData"
:span-method=
"objectSpanMethod"
border
style=
"width: 100%; margin-top: 20px"
height=
"70%"
row-key=
"rowKey"
>
<!-- 动态生成所有列 -->
<template
v-for=
"column in tableColumns"
:key=
"column.prop"
>
...
...
src/views/merchandise/productsList.vue
View file @
76387c42
...
...
@@ -42,15 +42,15 @@
label=
"短标题"
prop=
"shortTitle"
:show-overflow-tooltip=
"true"
width=
"
15
0"
width=
"
20
0"
/>
<el-table-column
label=
"状态"
prop=
"status"
align=
"left"
>
<el-table-column
label=
"状态"
prop=
"status"
align=
"left"
width=
"100"
>
<
template
#
default=
"scope"
>
<dict-tag
:options=
"product_launch_status"
:value=
"scope.row.status"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"创建时间"
prop=
"createTime"
align=
"left"
>
<el-table-column
label=
"创建时间"
prop=
"createTime"
align=
"left"
sortable
>
<
template
#
default=
"scope"
>
{{
formatIsoToDateTime
(
scope
.
row
.
createTime
)
}}
</
template
>
...
...
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