Selaa lähdekoodia

项目最高出价

zhuxinbo 5 vuotta sitten
vanhempi
commit
3e4720787d
1 muutettua tiedostoa jossa 20 lisäystä ja 1 poistoa
  1. 20 1
      src/views/modules/advertiser/ProjectMemberList.vue

+ 20 - 1
src/views/modules/advertiser/ProjectMemberList.vue

@@ -46,6 +46,7 @@
         :pagination="ipagination"
         :loading="loading"
       >
+        <span slot="maxBid" slot-scope="maxBid">{{ maxBid / 1000 }}</span>
         <span slot="mediaId" slot-scope="mediaId">{{ mediaId == 1 ? '头条' : '快手' }}</span>
         <span slot="action" slot-scope="text, record">
           <a @click="handleEdit(record)">{{ noTitleKey == 'myProject' ? '查看成员' : '账号绑定' }}</a>
@@ -238,6 +239,12 @@ export default {
           scopedSlots: { customRender: 'mediaId' }
         },
         {
+          title: '最高出价',
+          align: 'center',
+          dataIndex: 'maxBid',
+          scopedSlots: { customRender: 'maxBid' }
+        },
+        {
           title: '操作',
           dataIndex: 'action',
           align: 'center',
@@ -283,7 +290,7 @@ export default {
       list: [],
       options: [],
       visibleAccount: false,
-      confirmLoading:false
+      confirmLoading: false
     }
   },
   computed: {
@@ -381,6 +388,12 @@ export default {
               scopedSlots: { customRender: 'mediaId' }
             },
             {
+              title: '最高出价',
+              align: 'center',
+              dataIndex: 'maxBid',
+              scopedSlots: { customRender: 'maxBid' }
+            },
+            {
               title: '操作',
               dataIndex: 'action',
               align: 'center',
@@ -425,6 +438,12 @@ export default {
               scopedSlots: { customRender: 'mediaId' }
             },
             {
+              title: '最高出价',
+              align: 'center',
+              dataIndex: 'maxBid',
+              scopedSlots: { customRender: 'maxBid' }
+            },
+            {
               title: '操作',
               dataIndex: 'action',
               align: 'center',