魏志佳 5 vuotta sitten
vanhempi
commit
3f1bdeb020

+ 19 - 20
src/views/modules/Statistics/performanceRelated/performanceRelated.vue

@@ -163,7 +163,7 @@
             </a-modal>
         </div>
         
-        <a-modal v-model="Videovisible" title="视频详情" @ok="videoOk" :footer="null" width="50%">
+        <a-modal v-model="Videovisible" title="视频详情" @ok="videoOk" :footer="null" width="60%">
             <video
                 @click.stop
                 class="video"
@@ -218,7 +218,7 @@ const columnsFixd = [
     scopedSlots: { customRender: 'quarters' }
   },
   {
-    title: '消耗',
+    title: '消耗(元)',
     dataIndex: 'cost',
     align: 'center',
     scopedSlots: { customRender: 'cost' },
@@ -289,7 +289,7 @@ const elseColumns = [
     scopedSlots: { customRender: 'quarters' }
   },
   {
-    title: '消耗',
+    title: '消耗(元)',
     dataIndex: 'cost',
     align: 'center',
     scopedSlots: { customRender: 'cost' },
@@ -328,14 +328,14 @@ const operateDetailColumns=[
         align: 'center',
         scopedSlots: { customRender: 'authName' },
         
-        width:300,
+        
     },
     {
-        title: '消耗',
+        title: '消耗(元)',
         dataIndex: 'cost',
         align: 'center',
         scopedSlots: { customRender: 'cost' },
-        
+        width:100,
   },
 ]
 
@@ -348,20 +348,20 @@ const saleDetailColumns = [
         width:110
     },
     {
-        title: '老客消耗',
+        title: '老客消耗(元)',
         dataIndex: 'oldCost',
         align: 'center',
         scopedSlots: { customRender: 'oldCost' },
         
-        width:100
+        width:115
     },
     {
-        title: '新客消耗',
+        title: '新客消耗(元)',
         dataIndex: 'newCost',
         align: 'center',
         scopedSlots: { customRender: 'newCost' },
        
-        width:100,
+        width:115,
     },
     {
         title: '老客提成比例',
@@ -385,14 +385,14 @@ const saleDetailColumns = [
         align: 'center',
         scopedSlots: { customRender: 'name' },
         
-        width:150,
+       
   },
     {
-        title: '总消耗',
+        title: '总消耗(元)',
         dataIndex: 'totalCost',
         align: 'center',
         scopedSlots: { customRender: 'totalCost' },
-       
+        width:100,
   },
 ]
 
@@ -420,20 +420,18 @@ const designDetailColumns = [
         width:140,        
     },
     {
-        title: '素材消耗',
+        title: '素材消耗(元)',
         dataIndex: 'materialCost',
         align: 'center',
         scopedSlots: { customRender: 'materialCost' },
         
-        width:100,        
+        width:120,        
     },
     {
-        title: '个人消耗',
+        title: '个人消耗(素材消耗*绩效占比)',
         dataIndex: 'personCost',
         align: 'center',
         scopedSlots: { customRender: 'personCost' },
-        
-        width:100, 
         // filterDropdown: true, // 自定义的列筛选功能,我们占位为信息提示Icon的位置
         // filterIcon: () => {
         //     return (
@@ -449,14 +447,14 @@ const designDetailColumns = [
         dataIndex: 'leaderName',
         align: 'center',
         scopedSlots: { customRender: 'leaderName' },
-        width:110,
+        width:105,
     },
     {
         title: '职位',
         dataIndex: 'roleName',
         align: 'center',
         scopedSlots: { customRender: 'roleName' },
-        width:80,
+        width:90,
     },
     
     {
@@ -464,6 +462,7 @@ const designDetailColumns = [
         dataIndex: 'percent',
         align: 'center',
         scopedSlots: { customRender: 'percent' },
+        width:90,
   },
 ]