| | |
| | | "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" |
| | |
| | | "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", |
| | |
| | | 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); |
| | |
| | | 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"; |
| | | // 自定义表格工具组件 |
| | |
| | | // 组件封装集成 |
| | | import components from "./components"; |
| | | // 语音组件 |
| | | import VueAudio from 'vue-audio-better' |
| | | import VueAudio from "vue-audio-better"; |
| | | // 注册过滤器 |
| | | // 自定义指令 |
| | | import * as directives from "./directives"; |
| | |
| | | for (let key in filters) { |
| | | Vue.filter(key, filters[key]); |
| | | } |
| | | import moment from "moment" |
| | | import moment from "moment"; |
| | | |
| | | Vue.prototype.$moment = moment; |
| | | |
| | |
| | | Vue.use(directive); |
| | | Vue.use(plugins); |
| | | Vue.use(VueMeta); |
| | | Vue.use(VueAudio) |
| | | Vue.use(VueAudio); |
| | | DictData.install(); |
| | | Vue.use(components); |
| | | // Vue.use(VueQuillEditor) |
| | |
| | | store, |
| | | render: (h) => h(App), |
| | | }); |
| | | |
| | |
| | | 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( |
| | | '当前选中任务名称为"' + |