|
@@ -247,19 +247,37 @@
|
|
|
align="center">
|
|
|
<template slot-scope="scope"> <span>{{scope.row.IsMaker==1?'是':'否'}}</span> </template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
- prop="IsRegister"
|
|
|
- label="是否注册"
|
|
|
- align="center">
|
|
|
- <template slot-scope="scope"> <span>{{scope.row.IsRegister?'已注册':'未注册'}}</span> </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- prop="CreatedTime"
|
|
|
- label="注册时间"
|
|
|
- min-width="150"
|
|
|
- align="center">
|
|
|
- <template slot-scope="scope"> <span>{{scope.row.RegisterTime|formatTime}}</span> </template>
|
|
|
- </el-table-column>
|
|
|
+ <!-- crm 14.7 -->
|
|
|
+ <template v-if="1==1">
|
|
|
+ <el-table-column
|
|
|
+ prop="IsRegister"
|
|
|
+ label="是否绑定"
|
|
|
+ align="center">
|
|
|
+ <template slot-scope="scope"> <span>{{scope.row.IsRegister?'已注册':'未注册'}}</span> </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="CreatedTime"
|
|
|
+ label="绑定时间"
|
|
|
+ min-width="150"
|
|
|
+ align="center">
|
|
|
+ <template slot-scope="scope"> <span>{{scope.row.RegisterTime|formatTime}}</span> </template>
|
|
|
+ </el-table-column>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <el-table-column
|
|
|
+ prop="IsRegister"
|
|
|
+ label="是否注册"
|
|
|
+ align="center">
|
|
|
+ <template slot-scope="scope"> <span>{{scope.row.IsRegister?'已注册':'未注册'}}</span> </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="CreatedTime"
|
|
|
+ label="注册时间"
|
|
|
+ min-width="150"
|
|
|
+ align="center">
|
|
|
+ <template slot-scope="scope"> <span>{{scope.row.RegisterTime|formatTime}}</span> </template>
|
|
|
+ </el-table-column>
|
|
|
+ </template>
|
|
|
<el-table-column
|
|
|
prop="IsSubscribeHzyj"
|
|
|
label="是否关注公众号"
|
|
@@ -278,7 +296,17 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <!-- crm 14.7 -->
|
|
|
<el-table-column
|
|
|
+ v-if="1==1"
|
|
|
+ prop="IsRegister"
|
|
|
+ label="研选权限"
|
|
|
+ align="center">
|
|
|
+ <template slot-scope="scope"> <span>{{scope.row.IsRegister?'已注册':'未注册'}}</span> </template>
|
|
|
+ </el-table-column>
|
|
|
+ <!-- crm 14.7 -->
|
|
|
+ <el-table-column
|
|
|
+ v-if="false"
|
|
|
prop="ViewTotal"
|
|
|
label="累计阅读次数"
|
|
|
align="center">
|
|
@@ -292,6 +320,7 @@
|
|
|
<template slot-scope="scope"> <span>{{scope.row.ViewTotal?scope.row.LastViewTimeStr:''|formatTime}}</span> </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
+ v-if="false"
|
|
|
label="研报统计"
|
|
|
align="center">
|
|
|
<template slot-scope="scope"> <span v-if="scope.row.ViewTotal!=0" class="editsty" @click="lookReport(scope.row)" :disabled="!isContractButtonShow" >点击查看</span></template>
|
|
@@ -304,6 +333,22 @@
|
|
|
align="center">
|
|
|
<template slot-scope="scope"> <span :class="scope.row.YbProductViewTotal?'editsty':''" @click="lookReadInfo(scope.row)">{{scope.row.YbProductViewTotal||'0'}}</span> </template>
|
|
|
</el-table-column>
|
|
|
+ <!-- crm 14.7 -->
|
|
|
+ <template v-if="1==1">
|
|
|
+ <el-table-column
|
|
|
+ prop="IsRegister"
|
|
|
+ label="研选权限"
|
|
|
+ align="center">
|
|
|
+ <template slot-scope="scope"> <span>{{scope.row.IsRegister?'已注册':'未注册'}}</span> </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="CreatedTime"
|
|
|
+ label="研选服务期限"
|
|
|
+ min-width="150"
|
|
|
+ align="center">
|
|
|
+ <template slot-scope="scope"> <span>{{scope.row.RegisterTime|formatTime}}</span> </template>
|
|
|
+ </el-table-column>
|
|
|
+ </template>
|
|
|
<el-table-column label="操作" align="center" min-width="150">
|
|
|
<template slot-scope="scope" v-if="isContractButtonShow">
|
|
|
<div class="contact-opt-box" style="color:#4099ef; font-size:14px;">
|