浏览代码

前端修改

yumeng 1 年之前
父节点
当前提交
1095eab828

文件差异内容过多而无法显示
+ 1343 - 1341
src/views/modules/Statistics/kuaishouReport/videoReport.vue


+ 15 - 1
src/views/modules/Statistics/toutiaoReport/bytedanceSevenDayCost.vue

@@ -133,6 +133,12 @@
                     :scroll="{ x: true }"
                     :scroll="{ x: true }"
                     :loading="loading"
                     :loading="loading"
                 >
                 >
+                    <span slot="relativePeople" slot-scope="text,record">
+                    <p>负责人:{{record.leader_name || '无'}}</p>
+                    <p>剪辑:{{record.clip_name || '无'}}</p>
+                    <p>拍摄:{{record.shot_name || '无'}}</p>
+                    <p>编导:{{record.plan_name || '无'}}</p>
+                </span>
                 </a-table>
                 </a-table>
 
 
             </a-col>
             </a-col>
@@ -167,15 +173,23 @@
             align: 'center'
             align: 'center'
         },
         },
         {
         {
+            title:'相关人员',
+            dataIndex:'relativePeople',
+            key:'relativePeople',
+            scopedSlots: { customRender: 'relativePeople' },
+            align: 'center',
+            width: 300
+        },
+        {
             title: '素材ID',
             title: '素材ID',
             dataIndex: 'material_id',
             dataIndex: 'material_id',
-            scopedSlots: {customRender: 'authName'},
             align: 'center'
             align: 'center'
         },
         },
         {
         {
             title: '素材名称',
             title: '素材名称',
             dataIndex: 'material_name',
             dataIndex: 'material_name',
             align: 'center'
             align: 'center'
+
         },
         },
         {
         {
             title: '首次消耗时间',
             title: '首次消耗时间',

文件差异内容过多而无法显示
+ 1208 - 1207
src/views/modules/Statistics/toutiaoReport/videoReport.vue


文件差异内容过多而无法显示
+ 1299 - 1298
src/views/modules/Statistics/videoStatics/KSvideoStatics.vue


文件差异内容过多而无法显示
+ 1095 - 1093
src/views/modules/Statistics/videoStatics/TTvideoStatics.vue


文件差异内容过多而无法显示
+ 2096 - 2062
src/views/modules/policy-management/appRecharge.vue


+ 2 - 2
src/views/modules/policy-management/policy-management.vue

@@ -43,10 +43,10 @@
                     <a-button @click="handleAddSale">销售对应人员</a-button>
                     <a-button @click="handleAddSale">销售对应人员</a-button>
                 </span>
                 </span>
                 <span v-if="userInfo().roleName == '管理员'
                 <span v-if="userInfo().roleName == '管理员'
-                ||userInfo().roleName == '财务'" class="add-acount-policy-btn">
+                ||userInfo().roleName == '财务' ||userInfo().roleName == '政策审核'" class="add-acount-policy-btn">
                     <a-button @click="exportPolicy" :loading="exportLoading">导出</a-button>
                     <a-button @click="exportPolicy" :loading="exportLoading">导出</a-button>
                 </span>
                 </span>
-                <span v-if="userInfo().roleName !== '财务' && userInfo().roleName != '法务'" class="add-acount-policy-btn">
+                <span v-if="userInfo().roleName !== '财务' && userInfo().roleName != '法务'  && userInfo().roleName != '政策审核'" class="add-acount-policy-btn">
                     <a-button type="primary" @click="handleAddAccountPolicy">新增政策</a-button>
                     <a-button type="primary" @click="handleAddAccountPolicy">新增政策</a-button>
                 </span>
                 </span>
             </div>
             </div>