Browse Source

严选更换

bding 1 year ago
parent
commit
1279d51144
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/custom_manage/customList/customDetail.vue

+ 2 - 2
src/views/custom_manage/customList/customDetail.vue

@@ -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",