浏览代码

perf: 修改复制提示

奔跑的面条 3 年之前
父节点
当前提交
942ff14d82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/modules/chartEditStore/chartEditStore.ts

+ 1 - 1
src/store/modules/chartEditStore/chartEditStore.ts

@@ -392,7 +392,7 @@ export const useChartEditStore = defineStore({
            type: isCut ? HistoryActionTypeEnum.CUT : HistoryActionTypeEnum.COPY
            type: isCut ? HistoryActionTypeEnum.CUT : HistoryActionTypeEnum.COPY
           }
           }
           this.setRecordChart(copyData)
           this.setRecordChart(copyData)
-          window['$message'].success(isCut ? '剪切成功' : '复制成功!')
+          window['$message'].success(isCut ? '剪切图表成功' : '复制图表成功!')
           loadingFinish()
           loadingFinish()
         }
         }
       } catch(value) {
       } catch(value) {