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