@@ -352,8 +352,8 @@
<template v-if="isUserYanXuanButtonShow">
<el-table-column
prop="IsRegister"
- label="研选权限"
- width="100"
+ label="个人研选订阅权限"
+ width="140"
align="center">
<template slot-scope="scope">
<div style="text-align:left; display: flex;align-items: center;">
@@ -365,7 +365,7 @@
</el-table-column>
prop="CreatedTime"
- label="个人研选订阅权限"
+ label="研选服务期限"
min-width="150"
<template slot-scope="scope"> <span>{{scope.row.MfyxStartDate}} -- {{scope.row.MfyxEndDate}}</span> </template>