WXL
2025-06-05 88cd1b9c862df00e7782084c641e37e7e930ec31
测试完成
已修改3个文件
26 ■■■■■ 文件已修改
package.json 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json
@@ -80,6 +80,7 @@
    "vue-meta": "2.4.0",
    "vue-quill-editor": "^3.0.6",
    "vue-router": "3.4.9",
    "vue-sweetalert2": "^5.0.11",
    "vuedraggable": "^2.24.3",
    "vuex": "3.6.0",
    "xlsx": "^0.18.5"
@@ -103,7 +104,7 @@
    "script-loader": "^0.7.2",
    "stylus": "^0.59.0",
    "svg-sprite-loader": "5.1.1",
    "vue-template-compiler": "2.6.12"
    "vue-template-compiler": "2.7.14"
  },
  "engines": {
    "node": ">=8.9",
src/main.js
@@ -30,7 +30,6 @@
window.Quill = Quill;
import imageResize from "quill-image-resize";
import { ImageDrop } from "quill-image-drop-module";
Quill.register("modules/imageDrop", ImageDrop);
Quill.register("modules/imageResize", imageResize);
@@ -53,8 +52,8 @@
  handleTree,
  daysBetween,
} from "@/utils/ruoyi";
import LemonMessageVoice from './websocket/lemon-message-voice';
Vue.component(LemonMessageVoice.name,LemonMessageVoice);
import LemonMessageVoice from "./websocket/lemon-message-voice";
Vue.component(LemonMessageVoice.name, LemonMessageVoice);
// 分页组件
import Pagination from "@/components/Pagination";
// 自定义表格工具组件
@@ -76,7 +75,7 @@
// 组件封装集成
import components from "./components";
// 语音组件
import VueAudio from 'vue-audio-better'
import VueAudio from "vue-audio-better";
// 注册过滤器
// 自定义指令
import * as directives from "./directives";
@@ -84,7 +83,7 @@
for (let key in filters) {
  Vue.filter(key, filters[key]);
}
import moment from "moment"
import moment from "moment";
Vue.prototype.$moment = moment;
@@ -115,7 +114,7 @@
Vue.use(directive);
Vue.use(plugins);
Vue.use(VueMeta);
Vue.use(VueAudio)
Vue.use(VueAudio);
DictData.install();
Vue.use(components);
// Vue.use(VueQuillEditor)
@@ -141,4 +140,3 @@
  store,
  render: (h) => h(App),
});
src/views/followvisit/tasklist/index.vue
@@ -944,6 +944,17 @@
        this.TaskOperation.taskType = this.topqueryParams.type;
        this.TaskOperation.sendState = 2;
        this.TaskOperation.sendType = 2;
        this.$modal.confirm({
        title: '确认操作',
        text: '你确定要执行这个操作吗?',
        showCancelButton: true,
        confirmButtonText: '确定',
        cancelButtonText: '取消'
      }).then((result) => {
        if (result.value) {
          console.log('用户点击了确定按钮');
        }
      });
        this.$modal
          .confirm(
            '当前选中任务名称为"' +