Explorar el Código

perf: 修改复制提示

奔跑的面条 hace 3 años
padre
commit
942ff14d82
Se han modificado 1 ficheros con 1 adiciones y 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) {