فهرست منبع

ecmp 广告类型 显示

hjr 2 ماه پیش
والد
کامیت
4e0da9ed2b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/main/user/userList/index.vue

+ 1 - 1
src/views/main/user/userList/index.vue

@@ -68,7 +68,7 @@
 				<el-table-column prop="id" label="用户id" ></el-table-column>
 				<el-table-column prop="advertisingType" label="广告类型" >
 					<template #default="scope">
-						{{ scope.row.advertisingType == '1'?'激励广告':scope.row.advertisingType == '2'?'插屏广告':'bannner广告' }}
+						{{ scope.row.advertisingType == '1'?'激励广告':scope.row.advertisingType == '2'?'插屏广告'?  scope.row.advertisingType == '3' :'bannner广告' :'' }}
 					</template>
 				</el-table-column>
 				<el-table-column prop="ecpm" label="ECPM" />