|
@@ -1,16 +1,23 @@
|
|
-<style>
|
|
|
|
|
|
+<style lang='scss'>
|
|
.only-there .ant-tabs-bar{
|
|
.only-there .ant-tabs-bar{
|
|
background: white;
|
|
background: white;
|
|
}
|
|
}
|
|
#updateInfo .ant-modal-content,#updateInfo .ant-modal-body {
|
|
#updateInfo .ant-modal-content,#updateInfo .ant-modal-body {
|
|
|
|
|
|
width: 500px;
|
|
width: 500px;
|
|
- /* height: 600px; */
|
|
|
|
position: relative;
|
|
position: relative;
|
|
padding-top:10px;
|
|
padding-top:10px;
|
|
|
|
+ .updateBOX{
|
|
|
|
+ height: 600px;
|
|
|
|
+ overflow: auto;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- .Updatecontent{
|
|
|
|
- padding: 0 20px 40px;
|
|
|
|
|
|
+ .Updatecontent{
|
|
|
|
+ padding: 0 20px 40px;
|
|
|
|
+ position: relative;
|
|
|
|
+ .Updateitem{
|
|
|
|
+ margin-bottom: 30px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.Updatetitle{
|
|
.Updatetitle{
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -47,7 +54,13 @@
|
|
bottom: 3%;
|
|
bottom: 3%;
|
|
}
|
|
}
|
|
.updatelist{
|
|
.updatelist{
|
|
- list-style: disc;
|
|
|
|
|
|
+ .circular{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 3px;
|
|
|
|
+ height: 3px;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ color: #999;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
</style>
|
|
</style>
|
|
@@ -215,6 +228,7 @@
|
|
</a-tabs>
|
|
</a-tabs>
|
|
<!-- 更新公告 -->
|
|
<!-- 更新公告 -->
|
|
<a-modal v-model="visible" title="" @ok="handleOk" :closable='false' :footer="null" id="updateInfo">
|
|
<a-modal v-model="visible" title="" @ok="handleOk" :closable='false' :footer="null" id="updateInfo">
|
|
|
|
+ <div class="updateBOX">
|
|
<div class="Updatetitle">
|
|
<div class="Updatetitle">
|
|
<a-icon type="notification" theme='twoTone'/> 更新通告
|
|
<a-icon type="notification" theme='twoTone'/> 更新通告
|
|
</div>
|
|
</div>
|
|
@@ -222,56 +236,64 @@
|
|
<div class="Updateitem">
|
|
<div class="Updateitem">
|
|
<div class="Updatetime">
|
|
<div class="Updatetime">
|
|
<a-icon type="dashboard" theme='twoTone' class="updateicon" />
|
|
<a-icon type="dashboard" theme='twoTone' class="updateicon" />
|
|
- <span class="updateSpan">{{updateTime[0]}}</span>
|
|
|
|
|
|
+ <span class="updateSpan">{{updateTime[1]}}</span>
|
|
</div>
|
|
</div>
|
|
<div class="updateText">
|
|
<div class="updateText">
|
|
- <!-- <div class="updateBox">
|
|
|
|
- <h3 class="textTitle">1.脚本素材功能迭代</h3>
|
|
|
|
|
|
+ <div class="updateBox">
|
|
|
|
+ <h3 class="textTitle">1.快手批量工具更新:</h3>
|
|
<ul class="updatelist">
|
|
<ul class="updatelist">
|
|
- <li>可使用在线编辑并自动保存</li>
|
|
|
|
- <li>支持项目筛选、文件上传</li>
|
|
|
|
|
|
+ <li> <span class="circular"></span> 批量更改监测链接;</li>
|
|
|
|
+ <li><span class="circular"></span>素材审核驳回在企业微信发消息提醒;</li>
|
|
|
|
+ <li><span class="circular"></span>推送失败在企业微信发消息;</li>
|
|
|
|
+ <li><span class="circular"></span>广告语加入动态词包;</li>
|
|
|
|
+ <li><span class="circular"></span>屏蔽停投的账户;</li>
|
|
</ul>
|
|
</ul>
|
|
- </div> -->
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="updateBox">
|
|
|
|
+ <h3 class="textTitle">2.素材管理--视频素材-加素材名称搜索</h3>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="Updateitem">
|
|
|
|
+ <div class="Updatetime">
|
|
|
|
+ <a-icon type="dashboard" theme='twoTone' class="updateicon" />
|
|
|
|
+ <span class="updateSpan">{{updateTime[0]}}</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="updateText">
|
|
<div class="updateBox">
|
|
<div class="updateBox">
|
|
<h3 class="textTitle">1.头条-账户报表上线通知</h3>
|
|
<h3 class="textTitle">1.头条-账户报表上线通知</h3>
|
|
<ul class="updatelist">
|
|
<ul class="updatelist">
|
|
- <li>点击“统计报表-头条报表-账户报表”查看模块</li>
|
|
|
|
- <li>可根据项目账户筛选查看数据,支持时间筛选</li>
|
|
|
|
- <li>支持报表导出</li>
|
|
|
|
|
|
+ <li><span class="circular"></span>点击“统计报表-头条报表-账户报表”查看模块</li>
|
|
|
|
+ <li><span class="circular"></span>可根据项目账户筛选查看数据,支持时间筛选</li>
|
|
|
|
+ <li><span class="circular"></span>支持报表导出</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="updateBox">
|
|
<div class="updateBox">
|
|
<h3 class="textTitle">2.快手批量工具更新</h3>
|
|
<h3 class="textTitle">2.快手批量工具更新</h3>
|
|
<ul>
|
|
<ul>
|
|
- <li>在创建创意模块加了时间维度筛选</li>
|
|
|
|
|
|
+ <li><span class="circular"></span>在创建创意模块加了时间维度筛选</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="updateBox">
|
|
<div class="updateBox">
|
|
<h3 class="textTitle">3.视频报表修改</h3>
|
|
<h3 class="textTitle">3.视频报表修改</h3>
|
|
<ul>
|
|
<ul>
|
|
- <li>添加了视频上传时间字段</li>
|
|
|
|
|
|
+ <li><span class="circular"></span>添加了视频上传时间字段</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="updateBox">
|
|
<div class="updateBox">
|
|
<h3 class="textTitle">4.修复系统bug</h3>
|
|
<h3 class="textTitle">4.修复系统bug</h3>
|
|
- <!-- <ul>
|
|
|
|
- <li>在创建创意模块加了时间维度筛选</li>
|
|
|
|
- </ul> -->
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<div class="updateBox">
|
|
<div class="updateBox">
|
|
<h3 class="textTitle">5.更新公告上线</h3>
|
|
<h3 class="textTitle">5.更新公告上线</h3>
|
|
- <!-- <ul>
|
|
|
|
- <li>在创建创意模块加了时间维度筛选</li>
|
|
|
|
- </ul> -->
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<a-button type='primary' class="okBtn" @click="handleOk">知道了</a-button>
|
|
<a-button type='primary' class="okBtn" @click="handleOk">知道了</a-button>
|
|
|
|
+ </div>
|
|
</a-modal>
|
|
</a-modal>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -340,7 +362,7 @@
|
|
indicator: <a-icon type="loading" style="font-size: 24px" spin />,
|
|
indicator: <a-icon type="loading" style="font-size: 24px" spin />,
|
|
roleCode: localStorage.getItem('roleCode'),
|
|
roleCode: localStorage.getItem('roleCode'),
|
|
visible:false,//更新通知消息提示框
|
|
visible:false,//更新通知消息提示框
|
|
- updateTime:['2020-6-10'],
|
|
|
|
|
|
+ updateTime:['2020-06-10','2020-06-17'],
|
|
versionId:0,//存储版本号 判断通知什么时候显示
|
|
versionId:0,//存储版本号 判断通知什么时候显示
|
|
}
|
|
}
|
|
},
|
|
},
|