Commit 15fa7902 authored by lijin's avatar lijin

modified

parent b2f77e8e
......@@ -65,10 +65,10 @@
</el-form-item>
</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">
<template slot-scope="scope">
<div class="preview-container">
......
......@@ -18,8 +18,7 @@
<!-- 带子菜单的导航项 -->
<el-submenu index="2">
<template slot="title">推广管理</template>
<el-menu-item index="2-1">用户数据</el-menu-item>
<el-menu-item index="2-2">交易记录</el-menu-item>
<el-menu-item index="/intelligentDelivery/createDelivery">创建计划</el-menu-item>
</el-submenu>
<el-submenu index="3">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment