|
@@ -361,7 +361,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="CreatedTime"
|
|
|
- label="研选服务期限"
|
|
|
+ label="个人研选权限"
|
|
|
min-width="150"
|
|
|
align="center">
|
|
|
<template slot-scope="scope"> <span>{{scope.row.MfyxStartDate}} -- {{scope.row.MfyxEndDate}}</span> </template>
|
|
@@ -1645,7 +1645,7 @@ export default {
|
|
|
isOpenMfyxStatusHandler(item) {
|
|
|
if(item.BusinessCardUrl){
|
|
|
let str = `${item.MfyxStatus == "试用" ? "关闭" : "开通"}`;
|
|
|
- this.$confirm(`确定要${str}个人的研选试用权限吗?`, `${str}试用`, {
|
|
|
+ this.$confirm(`确定要${str}个人的研选订阅试用权限吗?`, `${str}试用`, {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning",
|