Explorar o código

perf: 修改复制提示

奔跑的面条 %!s(int64=3) %!d(string=hai) anos
pai
achega
942ff14d82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
           }
           this.setRecordChart(copyData)
-          window['$message'].success(isCut ? '剪切成功' : '复制成功!')
+          window['$message'].success(isCut ? '剪切图表成功' : '复制图表成功!')
           loadingFinish()
         }
       } catch(value) {