Browse Source

'改公告'

魏志佳 5 years ago
parent
commit
b6e1461a5f
3 changed files with 70 additions and 29 deletions
  1. 49 27
      src/views/dashboard/Analysis.vue
  2. 19 0
      src/views/modules/BatchCreate/crowedPackage.vue
  3. 2 2
      vue.config.js

+ 49 - 27
src/views/dashboard/Analysis.vue

@@ -1,16 +1,23 @@
-<style>
+<style lang='scss'>
     .only-there .ant-tabs-bar{
         background: white;
     }
     #updateInfo .ant-modal-content,#updateInfo .ant-modal-body {
       
       width: 500px;
-      /* height: 600px; */
       position: relative;
       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{
         text-align: center;
@@ -47,7 +54,13 @@
       bottom: 3%;
     }
     .updatelist{
-      list-style: disc;
+      .circular{
+        display: inline-block;
+        width: 3px;
+        height: 3px;
+        border-radius: 50%;
+        color: #999;
+      }
     }
 
 </style>
@@ -215,6 +228,7 @@
     </a-tabs>
     <!-- 更新公告 -->
     <a-modal v-model="visible" title="" @ok="handleOk" :closable='false' :footer="null" id="updateInfo">
+      <div class="updateBOX">
       <div class="Updatetitle">
          <a-icon type="notification" theme='twoTone'/> 更新通告
       </div>
@@ -222,56 +236,64 @@
         <div class="Updateitem">
             <div class="Updatetime">
                  <a-icon type="dashboard" theme='twoTone' class="updateicon" />
-                 <span class="updateSpan">{{updateTime[0]}}</span>
+                 <span class="updateSpan">{{updateTime[1]}}</span>
             </div>
             <div class="updateText">
-              <!-- <div class="updateBox">
-                <h3 class="textTitle">1.脚本素材功能迭代</h3>
+              <div class="updateBox">
+                <h3 class="textTitle">1.快手批量工具更新:</h3>
                 <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>
-              </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">
                 <h3 class="textTitle">1.头条-账户报表上线通知</h3>
                 <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>
               </div>
               <div class="updateBox">
                 <h3 class="textTitle">2.快手批量工具更新</h3>
                 <ul>
-                  <li>在创建创意模块加了时间维度筛选</li>
+                  <li><span class="circular"></span>在创建创意模块加了时间维度筛选</li>
                 </ul>
               </div>
               <div class="updateBox">
                 <h3 class="textTitle">3.视频报表修改</h3>
                 <ul>
-                  <li>添加了视频上传时间字段</li>
+                  <li><span class="circular"></span>添加了视频上传时间字段</li>
                 </ul>
               </div>
                <div class="updateBox">
                 <h3 class="textTitle">4.修复系统bug</h3>
-                <!-- <ul>
-                  <li>在创建创意模块加了时间维度筛选</li>
-                </ul> -->
+                
               </div>
               <div class="updateBox">
                 <h3 class="textTitle">5.更新公告上线</h3>
-                <!-- <ul>
-                  <li>在创建创意模块加了时间维度筛选</li>
-                </ul> -->
-              </div>
-
-
-                
+              </div>             
             </div>
         </div>
          
       </div>
       <a-button type='primary' class="okBtn" @click="handleOk">知道了</a-button>
+       </div>
     </a-modal>
   </div>
 </template>
@@ -340,7 +362,7 @@
         indicator: <a-icon type="loading" style="font-size: 24px" spin />,
         roleCode: localStorage.getItem('roleCode'),
         visible:false,//更新通知消息提示框
-        updateTime:['2020-6-10'],
+        updateTime:['2020-06-10','2020-06-17'],
         versionId:0,//存储版本号 判断通知什么时候显示
       }
     },

+ 19 - 0
src/views/modules/BatchCreate/crowedPackage.vue

@@ -118,6 +118,12 @@
                 </a-table>
             </div>
         </div>
+        <!-- 上传人群包的界面 -->
+        <a-modal v-model="updatePackageVisiable"  @ok="updatePackageOk" width="75%" id="updatePackageOk">
+            <p class="title">上传人群包</p>
+            <p>Some contents...</p>
+            <p>Some contents...</p>
+        </a-modal>
     </div>
 </template>
 
@@ -431,6 +437,10 @@ export default {
         synchro(){
 
         },
+        updatePackageOk(){
+            this.updatePackageVisiable = false;
+        },
+
         filterOption(input, option){
             console.log(input, option)
             return (
@@ -510,7 +520,16 @@ export default {
     }
 }
 </script>
+<style lang="scss">
+    #updatePackageOk{
+        .title{
+            font-size: 18px;
+            font-weight: 700;
+        }
+        
 
+    }
+</style>
 <style lang="scss" scoped>
 .crowedPackage{
     

+ 2 - 2
vue.config.js

@@ -71,9 +71,9 @@ module.exports = {
         // target: 'http://192.168.1.103:8080', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.54:8080', //请求本地 需要jeecg-boot后台项目  孙震
-        // target: 'http://192.168.1.165:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
+        target: 'http://192.168.1.165:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目 
+        // target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目 
         ws: false,
         changeOrigin: true,
         // pathRewrite: {