|
|
|
@ -14,13 +14,13 @@ import store from "./store";
|
|
|
|
|
import router from "./router";
|
|
|
|
|
import directive from "./directive"; // directive
|
|
|
|
|
import plugins from "./plugins"; // plugins
|
|
|
|
|
import { download } from "@/utils/request";
|
|
|
|
|
import {download} from "@/utils/request";
|
|
|
|
|
import allTools from "./plugins/allTools";
|
|
|
|
|
|
|
|
|
|
import "./assets/icons"; // icon
|
|
|
|
|
import "./permission"; // permission control
|
|
|
|
|
import { getDicts } from "@/api/system/dict/data";
|
|
|
|
|
import { getConfigKey, updateConfigByKey } from "@/api/system/config";
|
|
|
|
|
import {getDicts} from "@/api/system/dict/data";
|
|
|
|
|
import {getConfigKey, updateConfigByKey} from "@/api/system/config";
|
|
|
|
|
import {
|
|
|
|
|
parseTime,
|
|
|
|
|
resetForm,
|
|
|
|
@ -106,7 +106,14 @@ DictData.install();
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// 修改 el-dialog 默认点击遮照为不关闭
|
|
|
|
|
Element.Dialog.props.closeOnClickModal.default = false;
|
|
|
|
|
Element.Dialog.props.closeOnClickModal = {type: Boolean, default: false}
|
|
|
|
|
Element.Dialog.props.appendToBody = {type: Boolean, default: true}
|
|
|
|
|
|
|
|
|
|
Element.Table.props.border = {type: Boolean, default: true}
|
|
|
|
|
Element.Table.props.minHeight = {type: String | Number, default: "250"}
|
|
|
|
|
Element.Table.props.fit = {type: Boolean, default: true}
|
|
|
|
|
Element.TableColumn.props.showOverflowTooltip = {type: Boolean, default: true}
|
|
|
|
|
Element.DatePicker.props.firstDayOfWeek = {type: Number, default: 1}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vue.use(Element, {
|
|
|
|
|