Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
zxn-adputin
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lijin
zxn-adputin
Commits
15fa7902
Commit
15fa7902
authored
Mar 03, 2025
by
lijin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified
parent
b2f77e8e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
AdMaterialManager.vue
src/views/createMaterial/AdMaterialManager.vue
+2
-2
Layout.vue
src/views/layout/Layout.vue
+1
-2
No files found.
src/views/createMaterial/AdMaterialManager.vue
View file @
15fa7902
...
@@ -65,10 +65,10 @@
...
@@ -65,10 +65,10 @@
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<el-button
type=
"primary"
@
click=
"openMaterialUpload"
>
上传素材
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"openMaterialUpload"
style=
"margin-bottom: 10px;"
>
上传
</el-button>
<!-- 文件列表 -->
<!-- 文件列表 -->
<el-table
v-loading=
"loading"
:data=
"materials"
style=
"width: 100%"
>
<el-table
v-loading=
"loading"
:data=
"materials"
style=
"width: 100%"
border
>
<el-table-column
label=
"预览"
width=
"120"
>
<el-table-column
label=
"预览"
width=
"120"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
class=
"preview-container"
>
<div
class=
"preview-container"
>
...
...
src/views/layout/Layout.vue
View file @
15fa7902
...
@@ -18,8 +18,7 @@
...
@@ -18,8 +18,7 @@
<!-- 带子菜单的导航项 -->
<!-- 带子菜单的导航项 -->
<el-submenu
index=
"2"
>
<el-submenu
index=
"2"
>
<template
slot=
"title"
>
推广管理
</
template
>
<template
slot=
"title"
>
推广管理
</
template
>
<el-menu-item
index=
"2-1"
>
用户数据
</el-menu-item>
<el-menu-item
index=
"/intelligentDelivery/createDelivery"
>
创建计划
</el-menu-item>
<el-menu-item
index=
"2-2"
>
交易记录
</el-menu-item>
</el-submenu>
</el-submenu>
<el-submenu
index=
"3"
>
<el-submenu
index=
"3"
>
...
...
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