@ttkj/avue 2.11.4 → 2.11.5

Sign up to get free protection for your applications and to get access to all the features.
package/lib/avue.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Avue.js v2.11.4
2
+ * Avue.js v2.11.5
3
3
  * (c) 2017-2024 Smallwei
4
4
  * Released under the MIT License.
5
5
  *
@@ -626,7 +626,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
626
626
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
627
627
 
628
628
  "use strict";
629
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/create */ \"./src/core/create.js\");\n/* harmony import */ var core_packages__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/packages */ \"./src/core/packages.js\");\n/* harmony import */ var common_directive_permission__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! common/directive/permission */ \"./packages/core/directive/permission.js\");\n/* harmony import */ var common_common_init_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! common/common/init.js */ \"./packages/core/common/init.js\");\n/* harmony import */ var _table_page__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./table-page */ \"./packages/element-ui/crud/table-page.vue\");\n/* harmony import */ var _header_search__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./header-search */ \"./packages/element-ui/crud/header-search.vue\");\n/* harmony import */ var core_locale__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core/locale */ \"./src/core/locale.js\");\n/* harmony import */ var _column__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./column */ \"./packages/element-ui/crud/column.vue\");\n/* harmony import */ var _header_menu__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./header-menu */ \"./packages/element-ui/crud/header-menu.vue\");\n/* harmony import */ var _dialog_column__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./dialog-column */ \"./packages/element-ui/crud/dialog-column.vue\");\n/* harmony import */ var _dialog_filter__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./dialog-filter */ \"./packages/element-ui/crud/dialog-filter.vue\");\n/* harmony import */ var _dialog_form__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./dialog-form */ \"./packages/element-ui/crud/dialog-form.vue\");\n/* harmony import */ var _dialog_excel__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./dialog-excel */ \"./packages/element-ui/crud/dialog-excel.vue\");\n/* harmony import */ var _column_menu__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./column-menu */ \"./packages/element-ui/crud/column-menu.vue\");\n/* harmony import */ var _column_default__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./column-default */ \"./packages/element-ui/crud/column-default.vue\");\n/* harmony import */ var _config_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./config.js */ \"./packages/element-ui/crud/config.js\");\n/* harmony import */ var core_dataformat__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! core/dataformat */ \"./src/core/dataformat.js\");\n/* harmony import */ var global_variable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! global/variable */ \"./src/global/variable.js\");\n/* harmony import */ var utils_util__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! utils/util */ \"./src/utils/util.js\");\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it[\"return\"] != null) it[\"return\"](); } finally { if (didErr) throw err; } } }; }\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n name: \"crud\",\n mixins: [Object(common_common_init_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(), core_locale__WEBPACK_IMPORTED_MODULE_6__[\"default\"]],\n directives: {\n permission: common_directive_permission__WEBPACK_IMPORTED_MODULE_2__[\"default\"]\n },\n provide: function provide() {\n return {\n crud: this\n };\n },\n components: {\n column: _column__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n columnDefault: _column_default__WEBPACK_IMPORTED_MODULE_14__[\"default\"],\n //其它列,\n columnMenu: _column_menu__WEBPACK_IMPORTED_MODULE_13__[\"default\"],\n //操作栏,\n tablePage: _table_page__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n //分页\n headerSearch: _header_search__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n //搜索\n headerMenu: _header_menu__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n //菜单头部\n dialogColumn: _dialog_column__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n //显隐列\n dialogFilter: _dialog_filter__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n //过滤器\n dialogExcel: _dialog_excel__WEBPACK_IMPORTED_MODULE_12__[\"default\"],\n //导出数据\n dialogForm: _dialog_form__WEBPACK_IMPORTED_MODULE_11__[\"default\"] //分页,\n },\n data: function data() {\n return {\n reload: Math.random(),\n cellForm: {\n list: [],\n columns: {}\n },\n config: _config_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"],\n list: [],\n listError: {},\n tableForm: {},\n tableHeight: undefined,\n tableIndex: -1,\n tableSelect: [],\n sumsList: {},\n cascaderIndexList: [],\n cascaderDicList: {},\n cascaderFormList: {},\n btnDisabledList: {},\n btnDisabled: false,\n \"default\": {}\n };\n },\n mounted: function mounted() {\n this.dataInit();\n this.getTableHeight();\n this.refreshTable();\n },\n computed: {\n isHeightAuto: function isHeightAuto() {\n return this.tableOption.height == 'auto';\n },\n isSortable: function isSortable() {\n return this.tableOption.sortable;\n },\n isRowSort: function isRowSort() {\n return this.tableOption.rowSort;\n },\n isColumnSort: function isColumnSort() {\n return this.tableOption.columnSort;\n },\n rowParentKey: function rowParentKey() {\n return this.option.rowParentKey || global_variable__WEBPACK_IMPORTED_MODULE_17__[\"DIC_PROPS\"].rowParentKey;\n },\n childrenKey: function childrenKey() {\n return this.treeProps.children || global_variable__WEBPACK_IMPORTED_MODULE_17__[\"DIC_PROPS\"].children;\n },\n hasChildrenKey: function hasChildrenKey() {\n return this.treeProps.hasChildren || global_variable__WEBPACK_IMPORTED_MODULE_17__[\"DIC_PROPS\"].hasChildren;\n },\n treeProps: function treeProps() {\n return this.tableOption.treeProps || {};\n },\n isAutoHeight: function isAutoHeight() {\n return this.tableOption.height === \"auto\";\n },\n formSlot: function formSlot() {\n return this.getSlotList(['Error', 'Label', 'Type', 'Form'], this.$scopedSlots, this.propOption);\n },\n searchSlot: function searchSlot() {\n return this.getSlotList(['Search'], this.$scopedSlots, this.propOption);\n },\n mainSlot: function mainSlot() {\n var _this = this;\n var result = [];\n this.propOption.forEach(function (item) {\n if (_this.$scopedSlots[item.prop]) result.push(item.prop);\n });\n return this.getSlotList(['Header', 'Form'], this.$scopedSlots, this.propOption).concat(result);\n },\n calcHeight: function calcHeight() {\n return (this.tableOption.calcHeight || 0) + this.$AVUE.calcHeight;\n },\n propOption: function propOption() {\n var result = [];\n function findProp() {\n var list = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];\n if (!Array.isArray(list)) return;\n list.forEach(function (ele) {\n if (Array.isArray(ele.children)) findProp(ele.children);else result.push(ele);\n });\n }\n findProp(this.columnOption);\n result = Object(core_dataformat__WEBPACK_IMPORTED_MODULE_16__[\"calcCascader\"])(result);\n return result;\n },\n columnList: function columnList() {\n return this.propOption;\n },\n isShowSummary: function isShowSummary() {\n return this.option.showSummary;\n },\n isHeader: function isHeader() {\n var flag = false;\n this.columnOption.forEach(function (ele) {\n if (ele.children) {\n flag = true;\n }\n });\n return flag;\n },\n isTree: function isTree() {\n var flag = false;\n this.data.forEach(function (ele) {\n if (ele.children) {\n flag = true;\n }\n });\n return flag;\n },\n isCard: function isCard() {\n return this.option.card ? 'always' : 'never';\n },\n expandLevel: function expandLevel() {\n return this.parentOption.expandLevel || 0;\n },\n expandAll: function expandAll() {\n return this.parentOption.expandAll || false;\n },\n parentOption: function parentOption() {\n return this.tableOption || {};\n },\n columnOption: function columnOption() {\n var column = this.tableOption.column || [];\n return column;\n },\n sumColumnList: function sumColumnList() {\n return this.tableOption.sumColumnList || [];\n },\n selectLen: function selectLen() {\n return this.tableSelect ? this.tableSelect.length : 0;\n }\n },\n watch: {\n value: {\n handler: function handler() {\n this.tableForm = this.value;\n },\n immediate: true\n },\n list: {\n handler: function handler() {\n this.cellForm.list = this.list;\n }\n },\n data: {\n handler: function handler() {\n this.dataInit();\n },\n deep: true\n }\n },\n props: {\n spanMethod: Function,\n summaryMethod: Function,\n rowStyle: Function,\n cellStyle: Function,\n beforeClose: Function,\n beforeOpen: Function,\n rowClassName: Function,\n cellClassName: Function,\n headerCellClassName: Function,\n uploadBefore: Function,\n uploadAfter: Function,\n uploadDelete: Function,\n uploadPreview: Function,\n uploadError: Function,\n uploadExceed: Function,\n permission: {\n type: [Function, Object],\n \"default\": function _default() {\n return {};\n }\n },\n value: {\n type: Object,\n \"default\": function _default() {\n return {};\n }\n },\n search: {\n type: Object,\n \"default\": function _default() {\n return {};\n }\n },\n page: {\n type: Object,\n \"default\": function _default() {\n return {};\n }\n },\n tableLoading: {\n type: Boolean,\n \"default\": false\n },\n disabled: {\n type: Boolean,\n \"default\": false\n },\n data: {\n type: Array,\n required: true,\n \"default\": function _default() {\n return [];\n }\n },\n /** 根表单信息 */\n rootFormData: {\n type: Object\n }\n },\n methods: {\n handleValidate: function handleValidate(prop, valid, msg) {\n if (!this.listError[prop]) this.$set(this.listError, prop, {\n valid: false,\n msg: ''\n });\n this.listError[prop].valid = !valid;\n this.listError[prop].msg = msg;\n },\n getPermission: function getPermission(key, row, index) {\n if (typeof this.permission === \"function\") {\n return this.permission(key, row, index);\n } else if (!this.validatenull(this.permission[key])) {\n return this.permission[key];\n } else {\n return true;\n }\n },\n getTableHeight: function getTableHeight() {\n var _this2 = this;\n if (this.isAutoHeight) {\n this.$nextTick(function () {\n var tableRef = _this2.$refs.table;\n var tablePageRef = _this2.$refs.tablePage;\n if (!tableRef) return;\n var tableStyle = tableRef.$el;\n var pageStyle = tablePageRef.$el.offsetHeight || 20;\n _this2.tableHeight = document.documentElement.clientHeight - tableStyle.offsetTop - pageStyle - _this2.calcHeight;\n });\n } else {\n this.tableHeight = this.tableOption.height;\n }\n },\n doLayout: function doLayout() {\n this.$refs.table.doLayout();\n },\n refreshTable: function refreshTable(callback) {\n this.reload = Math.random();\n this.$nextTick(function () {\n callback && callback();\n });\n },\n //树懒加载\n treeLoad: function treeLoad(tree, treeNode, resolve) {\n this.$emit('tree-load', tree, treeNode, function (data) {\n tree.children = data;\n resolve(data);\n });\n },\n menuIcon: function menuIcon(value) {\n return this.vaildData(this.tableOption[value + 'Text'], this.t(\"crud.\" + value));\n },\n getBtnIcon: function getBtnIcon(value) {\n var name = value + 'Icon';\n return this.tableOption[name] || _config_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"][name];\n },\n //对部分表单字段进行校验的方法\n validateField: function validateField(val) {\n return this.$refs.dialogForm.$refs.tableForm.validateField(val);\n },\n clearSelection: function clearSelection() {\n this.$refs.table.clearSelection();\n this.$emit('selection-clear', this.deepClone(this.tableSelect));\n },\n toggleAllSelection: function toggleAllSelection() {\n this.$refs.table.toggleAllSelection();\n },\n toggleRowSelection: function toggleRowSelection(row, selected) {\n this.$refs.table.toggleRowSelection(row, selected);\n },\n toggleRowExpansion: function toggleRowExpansion(row, expanded) {\n this.$refs.table.toggleRowExpansion(row, expanded);\n },\n setCurrentRow: function setCurrentRow(row) {\n this.$refs.table.setCurrentRow(row);\n },\n dataInit: function dataInit() {\n var _this3 = this;\n this.list = this.data;\n this.list.forEach(function (ele, index) {\n if (ele.$cellEdit && !_this3.cascaderFormList[index]) {\n _this3.cascaderFormList[index] = _this3.deepClone(ele);\n }\n _this3.$set(ele, '$cellEdit', ele.$cellEdit || false);\n _this3.$set(ele, '$index', index);\n });\n },\n //拖动表头事件\n headerDragend: function headerDragend(newWidth, oldWidth, column, event) {\n var obj = this.objectOption[column.property];\n if (obj) this.$set(this.objectOption[column.property], 'width', newWidth);\n this.$emit(\"header-dragend\", newWidth, oldWidth, column, event);\n },\n headerSort: function headerSort(oldIndex, newIndex) {\n var column = this.columnOption;\n var targetRow = column.splice(oldIndex, 1)[0];\n column.splice(newIndex, 0, targetRow);\n this.refreshTable();\n },\n // 清除过滤器执行函数\n clearFilter: function clearFilter(name) {\n this.$refs.table.clearFilter(name);\n },\n //展开或则关闭\n expandChange: function expandChange(row, expand) {\n this.$emit(\"expand-change\", row, expand);\n },\n //设置单选\n currentRowChange: function currentRowChange(currentRow, oldCurrentRow) {\n this.$emit(\"current-row-change\", currentRow, oldCurrentRow);\n },\n //刷新事件\n refreshChange: function refreshChange() {\n this.$emit(\"refresh-change\");\n },\n // 选中实例\n toggleSelection: function toggleSelection(rows) {\n var _this4 = this;\n if (rows) {\n rows.forEach(function (row) {\n _this4.$refs.table.toggleRowSelection(row);\n });\n } else {\n this.$refs.table.clearSelection();\n }\n },\n // 选择回调\n selectionChange: function selectionChange(val) {\n this.tableSelect = val;\n this.$emit(\"selection-change\", this.tableSelect);\n },\n // 单个选择回调\n select: function select(selection, row) {\n this.$emit(\"select\", selection, row);\n },\n // 点击勾选全选 Checkbox\n selectAll: function selectAll(selection) {\n this.$emit(\"select-all\", selection);\n },\n //筛选回调用\n filterChange: function filterChange(filters) {\n this.$emit(\"filter-change\", filters);\n },\n // 排序回调\n sortChange: function sortChange(val) {\n this.$emit(\"sort-change\", val);\n },\n // 行双击\n rowDblclick: function rowDblclick(row, event) {\n this.$emit(\"row-dblclick\", row, event);\n },\n // 行单机\n rowClick: function rowClick(row, event, column) {\n this.$emit(\"row-click\", row, event, column);\n },\n //清空排序\n clearSort: function clearSort() {\n this.$refs.table.clearSort();\n },\n //当单元格 hover 进入时会触发该事件\n cellMouseEnter: function cellMouseEnter(row, column, cell, event) {\n this.$emit(\"cell-mouse-enter\", row, column, cell, event);\n },\n //当单元格 hover 退出时会触发该事件\n cellMouseLeave: function cellMouseLeave(row, column, cell, event) {\n this.$emit(\"cell-mouse-leave\", row, column, cell, event);\n },\n //当某个单元格被点击时会触发该事件\n cellClick: function cellClick(row, column, cell, event) {\n this.$emit(\"cell-click\", row, column, cell, event);\n },\n //\t当某一列的表头被点击时会触发该事件\n headerClick: function headerClick(column, event) {\n this.$emit(\"header-click\", column, event);\n },\n //当某一行被鼠标右键点击时会触发该事件\n rowContextmenu: function rowContextmenu(row, column, event) {\n this.$emit(\"row-contextmenu\", row, column, event);\n },\n //当某一列的表头被鼠标右键点击时触发该事件\n headerContextmenu: function headerContextmenu(column, event) {\n this.$emit(\"header-contextmenu\", column, event);\n },\n //当某个单元格被双击击时会触发该事件\n cellDblclick: function cellDblclick(row, column, cell, event) {\n this.$emit(\"cell-dblclick\", row, column, cell, event);\n },\n //单元格新增\n rowCellAdd: function rowCellAdd() {\n var row = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var len = this.list.length;\n var formDefault = Object(core_dataformat__WEBPACK_IMPORTED_MODULE_16__[\"formInitVal\"])(this.propOption).tableForm;\n row = this.deepClone(Object.assign({\n $cellEdit: true,\n $index: len,\n $uuid: Object(utils_util__WEBPACK_IMPORTED_MODULE_18__[\"uuid\"])()\n }, formDefault, row));\n this.list.push(row);\n },\n //行取消\n rowCancel: function rowCancel(row, index) {\n if (this.validatenull(row[this.rowKey])) {\n this.list.splice(index, 1);\n delete this.cascaderDIC[index];\n } else {\n this.cascaderFormList[index].$cellEdit = false;\n this.$set(this.cascaderDIC, index, this.cascaderDicList[index]);\n this.$set(this.list, index, this.cascaderFormList[index]);\n }\n delete this.cascaderDicList[index];\n delete this.cascaderFormList[index];\n this.cascaderIndexList.splice(this.cascaderIndexList.indexOf(index), 1);\n },\n //行编辑点击\n rowCell: function rowCell(row, index) {\n if (row.$cellEdit) {\n this.rowCellUpdate(row, index);\n } else {\n this.rowCellEdit(row, index);\n }\n },\n rowCellUpdate: function rowCellUpdate(row, index) {\n var _this5 = this;\n row = this.deepClone(row);\n var result = this.validateCellField(index);\n var done = function done() {\n _this5.btnDisabledList[index] = false;\n _this5.btnDisabled = false;\n _this5.list[index].$cellEdit = false;\n _this5.cascaderIndexList.splice(_this5.cascaderIndexList.indexOf(index), 1);\n delete _this5.cascaderFormList[index];\n };\n var loading = function loading() {\n _this5.btnDisabledList[index] = false;\n _this5.btnDisabled = false;\n };\n if (result) {\n this.btnDisabledList[index] = true;\n this.btnDisabled = true;\n if (this.validatenull(row[this.rowKey])) {\n this.$emit(\"row-save\", row, done, loading);\n } else {\n this.$emit(\"row-update\", row, index, done, loading);\n }\n }\n },\n // 行删除\n rowCellDelete: function rowCellDelete(row, index) {\n var _this6 = this;\n this.list.splice(index, 1);\n delete this.cellForm.columns[row.$uuid];\n this.$nextTick(function () {\n _this6.$refs.cellForm.clearValidate();\n });\n },\n // 单元格编辑\n rowCellEdit: function rowCellEdit(row, index) {\n row.$cellEdit = true;\n //缓冲行数据\n this.cascaderFormList[index] = this.deepClone(row);\n //缓冲级联字典\n this.cascaderDicList[index] = this.deepClone(this.cascaderDIC[index]);\n },\n // 对行内表单进行校验\n validateCellForm: function validateCellForm(cb) {\n var _this7 = this;\n return new Promise(function (resolve) {\n _this7.$refs.cellForm.validate(function (valid, msg) {\n resolve({\n valid: valid,\n msg: msg\n });\n });\n });\n },\n // 对指定行表单项进行校验\n validateCellField: function validateCellField(index) {\n var result = true;\n var _iterator = _createForOfIteratorHelper(this.$refs.cellForm.fields),\n _step;\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var item = _step.value;\n if (item.prop.split('.')[1] == index) {\n this.$refs.cellForm.validateField(item.prop, function (error) {\n if (error) {\n result = false;\n }\n });\n }\n if (!result) break;\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n return result;\n },\n /** 清除行编辑模式表单项校验结果 */clearCellFormValidate: function clearCellFormValidate() {\n this.$refs.cellForm.clearValidate();\n this.listError = {};\n },\n rowAdd: function rowAdd() {\n this.$refs.dialogForm.show(\"add\");\n },\n rowSave: function rowSave() {\n return this.$refs.dialogForm.$refs.tableForm.submit();\n },\n rowUpdate: function rowUpdate() {\n return this.$refs.dialogForm.$refs.tableForm.submit();\n },\n closeDialog: function closeDialog() {\n return this.$refs.dialogForm.closeDialog();\n },\n getPropRef: function getPropRef(prop) {\n return this.$refs.dialogForm.$refs.tableForm.getPropRef(prop);\n },\n setVal: function setVal() {\n this.$emit(\"input\", this.tableForm);\n this.$emit(\"change\", this.tableForm);\n },\n // 编辑\n rowEdit: function rowEdit(row, index) {\n this.tableForm = this.deepClone(row);\n this.tableIndex = index;\n this.setVal();\n this.$refs.dialogForm.show(\"edit\");\n },\n //复制\n rowCopy: function rowCopy(row) {\n this.tableForm = this.deepClone(row);\n delete this.tableForm[this.rowKey];\n this.tableIndex = -1;\n this.setVal();\n this.$refs.dialogForm.show(\"add\");\n },\n //查看\n rowView: function rowView(row, index) {\n this.tableForm = this.deepClone(row);\n this.tableIndex = index;\n this.setVal();\n this.$refs.dialogForm.show(\"view\");\n },\n // 删除\n rowDel: function rowDel(row, index) {\n var _this8 = this;\n this.$emit(\"row-del\", row, index, function () {\n var _this8$findData = _this8.findData(row[_this8.rowKey]),\n parentList = _this8$findData.parentList,\n index = _this8$findData.index;\n if (parentList) parentList.splice(index, 1);\n });\n },\n //合并行\n tableSpanMethod: function tableSpanMethod(param) {\n if (typeof this.spanMethod === \"function\") return this.spanMethod(param);\n },\n //合集统计逻辑\n tableSummaryMethod: function tableSummaryMethod(param) {\n var _this9 = this;\n var sumsList = {};\n //如果自己写逻辑则调用summaryMethod方法\n if (typeof this.summaryMethod === \"function\") return this.summaryMethod(param);\n var columns = param.columns,\n data = param.data;\n var sums = [];\n if (columns.length > 0) {\n columns.forEach(function (column, index) {\n var currItem = _this9.sumColumnList.find(function (item) {\n return item.name === column.property;\n });\n if (currItem) {\n var decimals = currItem.decimals || 2;\n var label = currItem.label || '';\n switch (currItem.type) {\n case \"count\":\n sums[index] = label + data.length;\n break;\n case \"avg\":\n var avgValues = data.map(function (item) {\n return Number(item[column.property]);\n });\n var nowindex = 1;\n sums[index] = avgValues.reduce(function (perv, curr) {\n var value = Number(curr);\n if (!isNaN(value)) {\n return (perv * (nowindex - 1) + curr) / nowindex++;\n } else {\n return perv;\n }\n }, 0);\n sums[index] = label + sums[index].toFixed(decimals);\n break;\n case \"sum\":\n var values = data.map(function (item) {\n return Number(item[column.property]);\n });\n sums[index] = values.reduce(function (perv, curr) {\n var value = Number(curr);\n if (!isNaN(value)) {\n return perv + curr;\n } else {\n return perv;\n }\n }, 0);\n sums[index] = label + sums[index].toFixed(decimals);\n break;\n }\n sumsList[column.property] = sums[index];\n } else {\n sums[index] = \"\";\n }\n });\n }\n this.sumsList = sumsList;\n return sums;\n },\n tableDrop: function tableDrop(type, el, callback) {\n if (this.isSortable !== true) {\n if (type == 'row' && !this.isRowSort) {\n return;\n } else if (type == 'column' && !this.isColumnSort) {\n return;\n }\n }\n if (!window.Sortable) {\n core_packages__WEBPACK_IMPORTED_MODULE_1__[\"default\"].logs(\"Sortable\");\n return;\n }\n window.Sortable.create(el, {\n ghostClass: _config_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"].ghostClass,\n chosenClass: _config_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"].ghostClass,\n animation: 500,\n delay: 0,\n onEnd: function onEnd(evt) {\n return callback(evt);\n }\n });\n },\n findData: function findData(id) {\n var _this10 = this;\n var result = {};\n var callback = function callback(parentList, parent) {\n parentList.forEach(function (ele, index) {\n if (ele[_this10.rowKey] == id) {\n result = {\n item: ele,\n index: index,\n parentList: parentList,\n parent: parent\n };\n }\n if (ele[_this10.childrenKey]) {\n callback(ele[_this10.childrenKey], ele);\n }\n });\n };\n callback(this.list);\n return result;\n }\n }\n}));\n\n//# sourceURL=webpack://AVUE/./packages/element-ui/crud/index.vue?./node_modules/.pnpm/babel-loader@8.3.0_cead2f3db70772ae82e4d433e80fb8e5/node_modules/babel-loader/lib!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib??vue-loader-options");
629
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core/create */ \"./src/core/create.js\");\n/* harmony import */ var core_packages__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/packages */ \"./src/core/packages.js\");\n/* harmony import */ var common_directive_permission__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! common/directive/permission */ \"./packages/core/directive/permission.js\");\n/* harmony import */ var common_common_init_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! common/common/init.js */ \"./packages/core/common/init.js\");\n/* harmony import */ var _table_page__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./table-page */ \"./packages/element-ui/crud/table-page.vue\");\n/* harmony import */ var _header_search__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./header-search */ \"./packages/element-ui/crud/header-search.vue\");\n/* harmony import */ var core_locale__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core/locale */ \"./src/core/locale.js\");\n/* harmony import */ var _column__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./column */ \"./packages/element-ui/crud/column.vue\");\n/* harmony import */ var _header_menu__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./header-menu */ \"./packages/element-ui/crud/header-menu.vue\");\n/* harmony import */ var _dialog_column__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./dialog-column */ \"./packages/element-ui/crud/dialog-column.vue\");\n/* harmony import */ var _dialog_filter__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./dialog-filter */ \"./packages/element-ui/crud/dialog-filter.vue\");\n/* harmony import */ var _dialog_form__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./dialog-form */ \"./packages/element-ui/crud/dialog-form.vue\");\n/* harmony import */ var _dialog_excel__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./dialog-excel */ \"./packages/element-ui/crud/dialog-excel.vue\");\n/* harmony import */ var _column_menu__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./column-menu */ \"./packages/element-ui/crud/column-menu.vue\");\n/* harmony import */ var _column_default__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./column-default */ \"./packages/element-ui/crud/column-default.vue\");\n/* harmony import */ var _config_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./config.js */ \"./packages/element-ui/crud/config.js\");\n/* harmony import */ var core_dataformat__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! core/dataformat */ \"./src/core/dataformat.js\");\n/* harmony import */ var global_variable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! global/variable */ \"./src/global/variable.js\");\n/* harmony import */ var utils_util__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! utils/util */ \"./src/utils/util.js\");\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it[\"return\"] != null) it[\"return\"](); } finally { if (didErr) throw err; } } }; }\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n name: \"crud\",\n mixins: [Object(common_common_init_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(), core_locale__WEBPACK_IMPORTED_MODULE_6__[\"default\"]],\n directives: {\n permission: common_directive_permission__WEBPACK_IMPORTED_MODULE_2__[\"default\"]\n },\n provide: function provide() {\n return {\n crud: this\n };\n },\n components: {\n column: _column__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n columnDefault: _column_default__WEBPACK_IMPORTED_MODULE_14__[\"default\"],\n //其它列,\n columnMenu: _column_menu__WEBPACK_IMPORTED_MODULE_13__[\"default\"],\n //操作栏,\n tablePage: _table_page__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n //分页\n headerSearch: _header_search__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n //搜索\n headerMenu: _header_menu__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n //菜单头部\n dialogColumn: _dialog_column__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n //显隐列\n dialogFilter: _dialog_filter__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n //过滤器\n dialogExcel: _dialog_excel__WEBPACK_IMPORTED_MODULE_12__[\"default\"],\n //导出数据\n dialogForm: _dialog_form__WEBPACK_IMPORTED_MODULE_11__[\"default\"] //分页,\n },\n\n props: {\n spanMethod: Function,\n summaryMethod: Function,\n rowStyle: Function,\n cellStyle: Function,\n beforeClose: Function,\n beforeOpen: Function,\n rowClassName: Function,\n cellClassName: Function,\n headerCellClassName: Function,\n uploadBefore: Function,\n uploadAfter: Function,\n uploadDelete: Function,\n uploadPreview: Function,\n uploadError: Function,\n uploadExceed: Function,\n permission: {\n type: [Function, Object],\n \"default\": function _default() {\n return {};\n }\n },\n value: {\n type: Object,\n \"default\": function _default() {\n return {};\n }\n },\n search: {\n type: Object,\n \"default\": function _default() {\n return {};\n }\n },\n page: {\n type: Object,\n \"default\": function _default() {\n return {};\n }\n },\n tableLoading: {\n type: Boolean,\n \"default\": false\n },\n disabled: {\n type: Boolean,\n \"default\": false\n },\n data: {\n type: Array,\n required: true,\n \"default\": function _default() {\n return [];\n }\n },\n /** 根表单信息 */\n rootFormData: {\n type: Object\n }\n },\n data: function data() {\n return {\n reload: Math.random(),\n cellForm: {\n list: [],\n columns: {}\n },\n config: _config_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"],\n list: [],\n listError: {},\n tableForm: {},\n tableHeight: undefined,\n tableIndex: -1,\n tableSelect: [],\n sumsList: {},\n cascaderIndexList: [],\n cascaderDicList: {},\n cascaderFormList: {},\n btnDisabledList: {},\n btnDisabled: false,\n \"default\": {}\n };\n },\n computed: {\n searchForm: {\n get: function get() {\n return this.search;\n },\n set: function set(search) {\n this.$emit('update:search', search);\n }\n },\n isHeightAuto: function isHeightAuto() {\n return this.tableOption.height == 'auto';\n },\n isSortable: function isSortable() {\n return this.tableOption.sortable;\n },\n isRowSort: function isRowSort() {\n return this.tableOption.rowSort;\n },\n isColumnSort: function isColumnSort() {\n return this.tableOption.columnSort;\n },\n rowParentKey: function rowParentKey() {\n return this.option.rowParentKey || global_variable__WEBPACK_IMPORTED_MODULE_17__[\"DIC_PROPS\"].rowParentKey;\n },\n childrenKey: function childrenKey() {\n return this.treeProps.children || global_variable__WEBPACK_IMPORTED_MODULE_17__[\"DIC_PROPS\"].children;\n },\n hasChildrenKey: function hasChildrenKey() {\n return this.treeProps.hasChildren || global_variable__WEBPACK_IMPORTED_MODULE_17__[\"DIC_PROPS\"].hasChildren;\n },\n treeProps: function treeProps() {\n return this.tableOption.treeProps || {};\n },\n isAutoHeight: function isAutoHeight() {\n return this.tableOption.height === \"auto\";\n },\n formSlot: function formSlot() {\n return this.getSlotList(['Error', 'Label', 'Type', 'Form'], this.$scopedSlots, this.propOption);\n },\n searchSlot: function searchSlot() {\n return this.getSlotList(['Search'], this.$scopedSlots, this.propOption);\n },\n mainSlot: function mainSlot() {\n var _this = this;\n var result = [];\n this.propOption.forEach(function (item) {\n if (_this.$scopedSlots[item.prop]) result.push(item.prop);\n });\n return this.getSlotList(['Header', 'Form'], this.$scopedSlots, this.propOption).concat(result);\n },\n calcHeight: function calcHeight() {\n return (this.tableOption.calcHeight || 0) + this.$AVUE.calcHeight;\n },\n propOption: function propOption() {\n var result = [];\n function findProp() {\n var list = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];\n if (!Array.isArray(list)) return;\n list.forEach(function (ele) {\n if (Array.isArray(ele.children)) findProp(ele.children);else result.push(ele);\n });\n }\n findProp(this.columnOption);\n result = Object(core_dataformat__WEBPACK_IMPORTED_MODULE_16__[\"calcCascader\"])(result);\n return result;\n },\n columnList: function columnList() {\n return this.propOption;\n },\n isShowSummary: function isShowSummary() {\n return this.option.showSummary;\n },\n isHeader: function isHeader() {\n var flag = false;\n this.columnOption.forEach(function (ele) {\n if (ele.children) {\n flag = true;\n }\n });\n return flag;\n },\n isTree: function isTree() {\n var flag = false;\n this.data.forEach(function (ele) {\n if (ele.children) {\n flag = true;\n }\n });\n return flag;\n },\n isCard: function isCard() {\n return this.option.card ? 'always' : 'never';\n },\n expandLevel: function expandLevel() {\n return this.parentOption.expandLevel || 0;\n },\n expandAll: function expandAll() {\n return this.parentOption.expandAll || false;\n },\n parentOption: function parentOption() {\n return this.tableOption || {};\n },\n columnOption: function columnOption() {\n var column = this.tableOption.column || [];\n return column;\n },\n sumColumnList: function sumColumnList() {\n return this.tableOption.sumColumnList || [];\n },\n selectLen: function selectLen() {\n return this.tableSelect ? this.tableSelect.length : 0;\n }\n },\n watch: {\n value: {\n handler: function handler() {\n this.tableForm = this.value;\n },\n immediate: true\n },\n list: {\n handler: function handler() {\n this.cellForm.list = this.list;\n }\n },\n data: {\n handler: function handler() {\n this.dataInit();\n },\n deep: true\n }\n },\n mounted: function mounted() {\n this.dataInit();\n this.getTableHeight();\n this.refreshTable();\n },\n methods: {\n handleValidate: function handleValidate(prop, valid, msg) {\n if (!this.listError[prop]) this.$set(this.listError, prop, {\n valid: false,\n msg: ''\n });\n this.listError[prop].valid = !valid;\n this.listError[prop].msg = msg;\n },\n getPermission: function getPermission(key, row, index) {\n if (typeof this.permission === \"function\") {\n return this.permission(key, row, index);\n } else if (!this.validatenull(this.permission[key])) {\n return this.permission[key];\n } else {\n return true;\n }\n },\n getTableHeight: function getTableHeight() {\n var _this2 = this;\n if (this.isAutoHeight) {\n this.$nextTick(function () {\n var tableRef = _this2.$refs.table;\n var tablePageRef = _this2.$refs.tablePage;\n if (!tableRef) return;\n var tableStyle = tableRef.$el;\n var pageStyle = tablePageRef.$el.offsetHeight || 20;\n _this2.tableHeight = document.documentElement.clientHeight - tableStyle.offsetTop - pageStyle - _this2.calcHeight;\n });\n } else {\n this.tableHeight = this.tableOption.height;\n }\n },\n doLayout: function doLayout() {\n this.$refs.table.doLayout();\n },\n refreshTable: function refreshTable(callback) {\n this.reload = Math.random();\n this.$nextTick(function () {\n callback && callback();\n });\n },\n //树懒加载\n treeLoad: function treeLoad(tree, treeNode, resolve) {\n this.$emit('tree-load', tree, treeNode, function (data) {\n tree.children = data;\n resolve(data);\n });\n },\n menuIcon: function menuIcon(value) {\n return this.vaildData(this.tableOption[value + 'Text'], this.t(\"crud.\" + value));\n },\n getBtnIcon: function getBtnIcon(value) {\n var name = value + 'Icon';\n return this.tableOption[name] || _config_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"][name];\n },\n //对部分表单字段进行校验的方法\n validateField: function validateField(val) {\n return this.$refs.dialogForm.$refs.tableForm.validateField(val);\n },\n clearSelection: function clearSelection() {\n this.$refs.table.clearSelection();\n this.$emit('selection-clear', this.deepClone(this.tableSelect));\n },\n toggleAllSelection: function toggleAllSelection() {\n this.$refs.table.toggleAllSelection();\n },\n toggleRowSelection: function toggleRowSelection(row, selected) {\n this.$refs.table.toggleRowSelection(row, selected);\n },\n toggleRowExpansion: function toggleRowExpansion(row, expanded) {\n this.$refs.table.toggleRowExpansion(row, expanded);\n },\n setCurrentRow: function setCurrentRow(row) {\n this.$refs.table.setCurrentRow(row);\n },\n dataInit: function dataInit() {\n var _this3 = this;\n this.list = this.data;\n this.list.forEach(function (ele, index) {\n if (ele.$cellEdit && !_this3.cascaderFormList[index]) {\n _this3.cascaderFormList[index] = _this3.deepClone(ele);\n }\n _this3.$set(ele, '$cellEdit', ele.$cellEdit || false);\n _this3.$set(ele, '$index', index);\n });\n },\n //拖动表头事件\n headerDragend: function headerDragend(newWidth, oldWidth, column, event) {\n var obj = this.objectOption[column.property];\n if (obj) this.$set(this.objectOption[column.property], 'width', newWidth);\n this.$emit(\"header-dragend\", newWidth, oldWidth, column, event);\n },\n headerSort: function headerSort(oldIndex, newIndex) {\n var column = this.columnOption;\n var targetRow = column.splice(oldIndex, 1)[0];\n column.splice(newIndex, 0, targetRow);\n this.refreshTable();\n },\n // 清除过滤器执行函数\n clearFilter: function clearFilter(name) {\n this.$refs.table.clearFilter(name);\n },\n //展开或则关闭\n expandChange: function expandChange(row, expand) {\n this.$emit(\"expand-change\", row, expand);\n },\n //设置单选\n currentRowChange: function currentRowChange(currentRow, oldCurrentRow) {\n this.$emit(\"current-row-change\", currentRow, oldCurrentRow);\n },\n //刷新事件\n refreshChange: function refreshChange() {\n this.$emit(\"refresh-change\");\n },\n // 选中实例\n toggleSelection: function toggleSelection(rows) {\n var _this4 = this;\n if (rows) {\n rows.forEach(function (row) {\n _this4.$refs.table.toggleRowSelection(row);\n });\n } else {\n this.$refs.table.clearSelection();\n }\n },\n // 选择回调\n selectionChange: function selectionChange(val) {\n this.tableSelect = val;\n this.$emit(\"selection-change\", this.tableSelect);\n },\n // 单个选择回调\n select: function select(selection, row) {\n this.$emit(\"select\", selection, row);\n },\n // 点击勾选全选 Checkbox\n selectAll: function selectAll(selection) {\n this.$emit(\"select-all\", selection);\n },\n //筛选回调用\n filterChange: function filterChange(filters) {\n this.$emit(\"filter-change\", filters);\n },\n // 排序回调\n sortChange: function sortChange(val) {\n this.$emit(\"sort-change\", val);\n },\n // 行双击\n rowDblclick: function rowDblclick(row, event) {\n this.$emit(\"row-dblclick\", row, event);\n },\n // 行单机\n rowClick: function rowClick(row, event, column) {\n this.$emit(\"row-click\", row, event, column);\n },\n //清空排序\n clearSort: function clearSort() {\n this.$refs.table.clearSort();\n },\n //当单元格 hover 进入时会触发该事件\n cellMouseEnter: function cellMouseEnter(row, column, cell, event) {\n this.$emit(\"cell-mouse-enter\", row, column, cell, event);\n },\n //当单元格 hover 退出时会触发该事件\n cellMouseLeave: function cellMouseLeave(row, column, cell, event) {\n this.$emit(\"cell-mouse-leave\", row, column, cell, event);\n },\n //当某个单元格被点击时会触发该事件\n cellClick: function cellClick(row, column, cell, event) {\n this.$emit(\"cell-click\", row, column, cell, event);\n },\n //\t当某一列的表头被点击时会触发该事件\n headerClick: function headerClick(column, event) {\n this.$emit(\"header-click\", column, event);\n },\n //当某一行被鼠标右键点击时会触发该事件\n rowContextmenu: function rowContextmenu(row, column, event) {\n this.$emit(\"row-contextmenu\", row, column, event);\n },\n //当某一列的表头被鼠标右键点击时触发该事件\n headerContextmenu: function headerContextmenu(column, event) {\n this.$emit(\"header-contextmenu\", column, event);\n },\n //当某个单元格被双击击时会触发该事件\n cellDblclick: function cellDblclick(row, column, cell, event) {\n this.$emit(\"cell-dblclick\", row, column, cell, event);\n },\n //单元格新增\n rowCellAdd: function rowCellAdd() {\n var row = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var len = this.list.length;\n var formDefault = Object(core_dataformat__WEBPACK_IMPORTED_MODULE_16__[\"formInitVal\"])(this.propOption).tableForm;\n row = this.deepClone(Object.assign({\n $cellEdit: true,\n $index: len,\n $uuid: Object(utils_util__WEBPACK_IMPORTED_MODULE_18__[\"uuid\"])()\n }, formDefault, row));\n this.list.push(row);\n },\n //行取消\n rowCancel: function rowCancel(row, index) {\n if (this.validatenull(row[this.rowKey])) {\n this.list.splice(index, 1);\n delete this.cascaderDIC[index];\n } else {\n this.cascaderFormList[index].$cellEdit = false;\n this.$set(this.cascaderDIC, index, this.cascaderDicList[index]);\n this.$set(this.list, index, this.cascaderFormList[index]);\n }\n delete this.cascaderDicList[index];\n delete this.cascaderFormList[index];\n this.cascaderIndexList.splice(this.cascaderIndexList.indexOf(index), 1);\n },\n //行编辑点击\n rowCell: function rowCell(row, index) {\n if (row.$cellEdit) {\n this.rowCellUpdate(row, index);\n } else {\n this.rowCellEdit(row, index);\n }\n },\n rowCellUpdate: function rowCellUpdate(row, index) {\n var _this5 = this;\n row = this.deepClone(row);\n var result = this.validateCellField(index);\n var done = function done() {\n _this5.btnDisabledList[index] = false;\n _this5.btnDisabled = false;\n _this5.list[index].$cellEdit = false;\n _this5.cascaderIndexList.splice(_this5.cascaderIndexList.indexOf(index), 1);\n delete _this5.cascaderFormList[index];\n };\n var loading = function loading() {\n _this5.btnDisabledList[index] = false;\n _this5.btnDisabled = false;\n };\n if (result) {\n this.btnDisabledList[index] = true;\n this.btnDisabled = true;\n if (this.validatenull(row[this.rowKey])) {\n this.$emit(\"row-save\", row, done, loading);\n } else {\n this.$emit(\"row-update\", row, index, done, loading);\n }\n }\n },\n // 行删除\n rowCellDelete: function rowCellDelete(row, index) {\n var _this6 = this;\n this.list.splice(index, 1);\n delete this.cellForm.columns[row.$uuid];\n this.$nextTick(function () {\n _this6.$refs.cellForm.clearValidate();\n });\n },\n // 单元格编辑\n rowCellEdit: function rowCellEdit(row, index) {\n row.$cellEdit = true;\n //缓冲行数据\n this.cascaderFormList[index] = this.deepClone(row);\n //缓冲级联字典\n this.cascaderDicList[index] = this.deepClone(this.cascaderDIC[index]);\n },\n // 对行内表单进行校验\n validateCellForm: function validateCellForm(cb) {\n var _this7 = this;\n return new Promise(function (resolve) {\n _this7.$refs.cellForm.validate(function (valid, msg) {\n resolve({\n valid: valid,\n msg: msg\n });\n });\n });\n },\n // 对指定行表单项进行校验\n validateCellField: function validateCellField(index) {\n var result = true;\n var _iterator = _createForOfIteratorHelper(this.$refs.cellForm.fields),\n _step;\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var item = _step.value;\n if (item.prop.split('.')[1] == index) {\n this.$refs.cellForm.validateField(item.prop, function (error) {\n if (error) {\n result = false;\n }\n });\n }\n if (!result) break;\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n return result;\n },\n /** 清除行编辑模式表单项校验结果 */clearCellFormValidate: function clearCellFormValidate() {\n this.$refs.cellForm.clearValidate();\n this.listError = {};\n },\n rowAdd: function rowAdd() {\n this.$refs.dialogForm.show(\"add\");\n },\n rowSave: function rowSave() {\n return this.$refs.dialogForm.$refs.tableForm.submit();\n },\n rowUpdate: function rowUpdate() {\n return this.$refs.dialogForm.$refs.tableForm.submit();\n },\n closeDialog: function closeDialog() {\n return this.$refs.dialogForm.closeDialog();\n },\n getPropRef: function getPropRef(prop) {\n return this.$refs.dialogForm.$refs.tableForm.getPropRef(prop);\n },\n setVal: function setVal() {\n this.$emit(\"input\", this.tableForm);\n this.$emit(\"change\", this.tableForm);\n },\n // 编辑\n rowEdit: function rowEdit(row, index) {\n this.tableForm = this.deepClone(row);\n this.tableIndex = index;\n this.setVal();\n this.$refs.dialogForm.show(\"edit\");\n },\n //复制\n rowCopy: function rowCopy(row) {\n this.tableForm = this.deepClone(row);\n delete this.tableForm[this.rowKey];\n this.tableIndex = -1;\n this.setVal();\n this.$refs.dialogForm.show(\"add\");\n },\n //查看\n rowView: function rowView(row, index) {\n this.tableForm = this.deepClone(row);\n this.tableIndex = index;\n this.setVal();\n this.$refs.dialogForm.show(\"view\");\n },\n // 删除\n rowDel: function rowDel(row, index) {\n var _this8 = this;\n this.$emit(\"row-del\", row, index, function () {\n var _this8$findData = _this8.findData(row[_this8.rowKey]),\n parentList = _this8$findData.parentList,\n index = _this8$findData.index;\n if (parentList) parentList.splice(index, 1);\n });\n },\n //合并行\n tableSpanMethod: function tableSpanMethod(param) {\n if (typeof this.spanMethod === \"function\") return this.spanMethod(param);\n },\n //合集统计逻辑\n tableSummaryMethod: function tableSummaryMethod(param) {\n var _this9 = this;\n var sumsList = {};\n //如果自己写逻辑则调用summaryMethod方法\n if (typeof this.summaryMethod === \"function\") return this.summaryMethod(param);\n var columns = param.columns,\n data = param.data;\n var sums = [];\n if (columns.length > 0) {\n columns.forEach(function (column, index) {\n var currItem = _this9.sumColumnList.find(function (item) {\n return item.name === column.property;\n });\n if (currItem) {\n var decimals = currItem.decimals || 2;\n var label = currItem.label || '';\n switch (currItem.type) {\n case \"count\":\n sums[index] = label + data.length;\n break;\n case \"avg\":\n var avgValues = data.map(function (item) {\n return Number(item[column.property]);\n });\n var nowindex = 1;\n sums[index] = avgValues.reduce(function (perv, curr) {\n var value = Number(curr);\n if (!isNaN(value)) {\n return (perv * (nowindex - 1) + curr) / nowindex++;\n } else {\n return perv;\n }\n }, 0);\n sums[index] = label + sums[index].toFixed(decimals);\n break;\n case \"sum\":\n var values = data.map(function (item) {\n return Number(item[column.property]);\n });\n sums[index] = values.reduce(function (perv, curr) {\n var value = Number(curr);\n if (!isNaN(value)) {\n return perv + curr;\n } else {\n return perv;\n }\n }, 0);\n sums[index] = label + sums[index].toFixed(decimals);\n break;\n }\n sumsList[column.property] = sums[index];\n } else {\n sums[index] = \"\";\n }\n });\n }\n this.sumsList = sumsList;\n return sums;\n },\n tableDrop: function tableDrop(type, el, callback) {\n if (this.isSortable !== true) {\n if (type == 'row' && !this.isRowSort) {\n return;\n } else if (type == 'column' && !this.isColumnSort) {\n return;\n }\n }\n if (!window.Sortable) {\n core_packages__WEBPACK_IMPORTED_MODULE_1__[\"default\"].logs(\"Sortable\");\n return;\n }\n window.Sortable.create(el, {\n ghostClass: _config_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"].ghostClass,\n chosenClass: _config_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"].ghostClass,\n animation: 500,\n delay: 0,\n onEnd: function onEnd(evt) {\n return callback(evt);\n }\n });\n },\n findData: function findData(id) {\n var _this10 = this;\n var result = {};\n var callback = function callback(parentList, parent) {\n parentList.forEach(function (ele, index) {\n if (ele[_this10.rowKey] == id) {\n result = {\n item: ele,\n index: index,\n parentList: parentList,\n parent: parent\n };\n }\n if (ele[_this10.childrenKey]) {\n callback(ele[_this10.childrenKey], ele);\n }\n });\n };\n callback(this.list);\n return result;\n }\n }\n}));\n\n//# sourceURL=webpack://AVUE/./packages/element-ui/crud/index.vue?./node_modules/.pnpm/babel-loader@8.3.0_cead2f3db70772ae82e4d433e80fb8e5/node_modules/babel-loader/lib!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib??vue-loader-options");
630
630
 
631
631
  /***/ }),
632
632
 
@@ -1716,15 +1716,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
1716
1716
 
1717
1717
  /***/ }),
1718
1718
 
1719
- /***/ "./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/index.js?!./packages/element-ui/crud/index.vue?vue&type=template&id=069cd2c2&":
1719
+ /***/ "./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/index.js?!./packages/element-ui/crud/index.vue?vue&type=template&id=2eff6228&":
1720
1720
  /*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
1721
- !*** ./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib??vue-loader-options!./packages/element-ui/crud/index.vue?vue&type=template&id=069cd2c2& ***!
1721
+ !*** ./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib??vue-loader-options!./packages/element-ui/crud/index.vue?vue&type=template&id=2eff6228& ***!
1722
1722
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
1723
1723
  /*! exports provided: render, staticRenderFns */
1724
1724
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1725
1725
 
1726
1726
  "use strict";
1727
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{class:_vm.b({'card':!_vm.option.card})},[(_vm.tableOption.title)?_c(_vm.tableOption.titleSize || 'h2',{tag:\"component\",style:(_vm.tableOption.titleStyle)},[_vm._v(_vm._s(_vm.tableOption.title))]):_vm._e(),_vm._v(\" \"),_c('header-search',{ref:\"headerSearch\",attrs:{\"search\":_vm.search},on:{\"update:search\":function($event){_vm.search=$event}},scopedSlots:_vm._u([{key:\"search\",fn:function(scope){return [_vm._t(\"search\",null,null,scope)]}},{key:\"searchMenu\",fn:function(scope){return [_vm._t(\"searchMenu\",null,null,scope)]}},_vm._l((_vm.searchSlot),function(item){return {key:item,fn:function(scope){return [_vm._t(item,null,null,scope)]}}})],null,true)}),_vm._v(\" \"),_c('el-card',{attrs:{\"shadow\":_vm.isCard}},[(_vm.vaildData(_vm.tableOption.header,true))?_c('header-menu',{ref:\"headerMenu\",scopedSlots:_vm._u([{key:\"menuLeft\",fn:function(scope){return [_vm._t(\"menuLeft\",null,null,scope)]}},{key:\"menuRight\",fn:function(scope){return [_vm._t(\"menuRight\",null,null,scope)]}}],null,true)}):_vm._e(),_vm._v(\" \"),(_vm.vaildData(_vm.tableOption.tip,_vm.config.tip) && _vm.tableOption.selection)?_c('el-tag',{staticClass:\"avue-crud__tip\"},[_c('span',{staticClass:\"avue-crud__tip-name\"},[_vm._v(\"\\n \"+_vm._s(_vm.t('crud.tipStartTitle'))+\"\\n \"),_c('span',{staticClass:\"avue-crud__tip-count\"},[_vm._v(_vm._s(_vm.selectLen))]),_vm._v(\"\\n \"+_vm._s(_vm.t('crud.tipEndTitle'))+\"\\n \")]),_vm._v(\" \"),(_vm.vaildData(_vm.tableOption.selectClearBtn,_vm.config.selectClearBtn) && _vm.tableOption.selection)?_c('el-button',{directives:[{name:\"permission\",rawName:\"v-permission\",value:(_vm.getPermission('selectClearBtn')),expression:\"getPermission('selectClearBtn')\"}],attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":_vm.clearSelection}},[_vm._v(_vm._s(_vm.t('crud.emptyBtn')))]):_vm._e(),_vm._v(\" \"),_vm._t(\"tip\")],2):_vm._e(),_vm._v(\" \"),_vm._t(\"header\"),_vm._v(\" \"),_c('el-form',{ref:\"cellForm\",attrs:{\"model\":_vm.cellForm,\"show-message\":false},on:{\"validate\":_vm.handleValidate}},[_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.tableLoading),expression:\"tableLoading\"}],key:_vm.reload,ref:\"table\",class:{'avue-crud--indeterminate':_vm.vaildData(_vm.tableOption.indeterminate,false)},attrs:{\"data\":_vm.cellForm.list,\"row-key\":_vm.rowKey,\"size\":_vm.$AVUE.tableSize || _vm.controlSize,\"lazy\":_vm.vaildData(_vm.tableOption.lazy,false),\"load\":_vm.treeLoad,\"tree-props\":_vm.treeProps,\"expand-row-keys\":_vm.tableOption.expandRowKeys,\"default-expand-all\":_vm.tableOption.defaultExpandAll,\"highlight-current-row\":_vm.tableOption.highlightCurrentRow,\"show-summary\":_vm.tableOption.showSummary,\"summary-method\":_vm.tableSummaryMethod,\"span-method\":_vm.tableSpanMethod,\"stripe\":_vm.tableOption.stripe,\"show-header\":_vm.tableOption.showHeader,\"default-sort\":_vm.tableOption.defaultSort,\"row-class-name\":_vm.rowClassName,\"cell-class-name\":_vm.cellClassName,\"row-style\":_vm.rowStyle,\"cell-style\":_vm.cellStyle,\"fit\":_vm.tableOption.fit,\"header-cell-class-name\":_vm.headerCellClassName,\"max-height\":_vm.isAutoHeight?_vm.tableHeight:_vm.tableOption.maxHeight,\"height\":_vm.tableHeight,\"width\":_vm.setPx(_vm.tableOption.width,_vm.config.width),\"border\":_vm.tableOption.border},on:{\"current-change\":_vm.currentRowChange,\"expand-change\":_vm.expandChange,\"header-dragend\":_vm.headerDragend,\"row-click\":_vm.rowClick,\"row-dblclick\":_vm.rowDblclick,\"cell-mouse-enter\":_vm.cellMouseEnter,\"cell-mouse-leave\":_vm.cellMouseLeave,\"cell-click\":_vm.cellClick,\"header-click\":_vm.headerClick,\"row-contextmenu\":_vm.rowContextmenu,\"header-contextmenu\":_vm.headerContextmenu,\"cell-dblclick\":_vm.cellDblclick,\"filter-change\":_vm.filterChange,\"selection-change\":_vm.selectionChange,\"select\":_vm.select,\"select-all\":_vm.selectAll,\"sort-change\":_vm.sortChange}},[_c('template',{slot:\"empty\"},[_c('div',{class:_vm.b('empty')},[(_vm.$slots.empty)?_vm._t(\"empty\"):_c('el-empty',{attrs:{\"image-size\":100,\"description\":_vm.tableOption.emptyText}})],2)]),_vm._v(\" \"),_c('column',{attrs:{\"columnOption\":_vm.columnOption},scopedSlots:_vm._u([_vm._l((_vm.mainSlot),function(item){return {key:item,fn:function(scope){return [_vm._t(item,null,null,scope)]}}})],null,true)},[_c('column-default',{ref:\"columnDefault\",attrs:{\"slot\":\"header\"},slot:\"header\",scopedSlots:_vm._u([{key:\"expand\",fn:function({row,index}){return [_vm._t(\"expand\",null,{\"row\":row,\"index\":index})]}}],null,true)}),_vm._v(\" \"),_vm._v(\" \"),_c('column-menu',{attrs:{\"slot\":\"footer\"},slot:\"footer\",scopedSlots:_vm._u([{key:\"menuHeader\",fn:function(scope){return [_vm._t(\"menuHeader\",null,null,scope)]}},{key:\"menu\",fn:function(scope){return [_vm._t(\"menu\",null,null,scope)]}},{key:\"menuBtn\",fn:function(scope){return [_vm._t(\"menuBtn\",null,null,scope)]}}],null,true)})],1)],2)],1),_vm._v(\" \"),_vm._t(\"footer\")],2),_vm._v(\" \"),_c('table-page',{ref:\"tablePage\"},[_c('template',{slot:\"page\"},[_vm._t(\"page\")],2)],2),_vm._v(\" \"),_c('dialog-form',{ref:\"dialogForm\",scopedSlots:_vm._u([_vm._l((_vm.formSlot),function(item){return {key:item,fn:function(scope){return [_vm._t(item,null,null,scope)]}}}),{key:\"menuForm\",fn:function(scope){return [_vm._t(\"menuForm\",null,null,scope)]}}],null,true)}),_vm._v(\" \"),_c('dialog-column',{ref:\"dialogColumn\"}),_vm._v(\" \"),_c('dialog-excel',{ref:\"dialogExcel\"}),_vm._v(\" \"),_c('dialog-filter',{ref:\"dialogFilter\"})],1)\n}\nvar staticRenderFns = []\n\n\n\n//# sourceURL=webpack://AVUE/./packages/element-ui/crud/index.vue?./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib??vue-loader-options");
1727
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{class:_vm.b({'card':!_vm.option.card})},[(_vm.tableOption.title)?_c(_vm.tableOption.titleSize || 'h2',{tag:\"component\",style:(_vm.tableOption.titleStyle)},[_vm._v(_vm._s(_vm.tableOption.title))]):_vm._e(),_vm._v(\" \"),_c('header-search',{ref:\"headerSearch\",attrs:{\"search\":_vm.searchForm},on:{\"update:search\":function($event){_vm.searchForm=$event}},scopedSlots:_vm._u([{key:\"search\",fn:function(scope){return [_vm._t(\"search\",null,null,scope)]}},{key:\"searchMenu\",fn:function(scope){return [_vm._t(\"searchMenu\",null,null,scope)]}},_vm._l((_vm.searchSlot),function(item){return {key:item,fn:function(scope){return [_vm._t(item,null,null,scope)]}}})],null,true)}),_vm._v(\" \"),_c('el-card',{attrs:{\"shadow\":_vm.isCard}},[(_vm.vaildData(_vm.tableOption.header,true))?_c('header-menu',{ref:\"headerMenu\",scopedSlots:_vm._u([{key:\"menuLeft\",fn:function(scope){return [_vm._t(\"menuLeft\",null,null,scope)]}},{key:\"menuRight\",fn:function(scope){return [_vm._t(\"menuRight\",null,null,scope)]}}],null,true)}):_vm._e(),_vm._v(\" \"),(_vm.vaildData(_vm.tableOption.tip,_vm.config.tip) && _vm.tableOption.selection)?_c('el-tag',{staticClass:\"avue-crud__tip\"},[_c('span',{staticClass:\"avue-crud__tip-name\"},[_vm._v(\"\\n \"+_vm._s(_vm.t('crud.tipStartTitle'))+\"\\n \"),_c('span',{staticClass:\"avue-crud__tip-count\"},[_vm._v(_vm._s(_vm.selectLen))]),_vm._v(\"\\n \"+_vm._s(_vm.t('crud.tipEndTitle'))+\"\\n \")]),_vm._v(\" \"),(_vm.vaildData(_vm.tableOption.selectClearBtn,_vm.config.selectClearBtn) && _vm.tableOption.selection)?_c('el-button',{directives:[{name:\"permission\",rawName:\"v-permission\",value:(_vm.getPermission('selectClearBtn')),expression:\"getPermission('selectClearBtn')\"}],attrs:{\"type\":\"text\",\"size\":\"small\"},on:{\"click\":_vm.clearSelection}},[_vm._v(_vm._s(_vm.t('crud.emptyBtn')))]):_vm._e(),_vm._v(\" \"),_vm._t(\"tip\")],2):_vm._e(),_vm._v(\" \"),_vm._t(\"header\"),_vm._v(\" \"),_c('el-form',{ref:\"cellForm\",attrs:{\"model\":_vm.cellForm,\"show-message\":false},on:{\"validate\":_vm.handleValidate}},[_c('el-table',{directives:[{name:\"loading\",rawName:\"v-loading\",value:(_vm.tableLoading),expression:\"tableLoading\"}],key:_vm.reload,ref:\"table\",class:{'avue-crud--indeterminate':_vm.vaildData(_vm.tableOption.indeterminate,false)},attrs:{\"data\":_vm.cellForm.list,\"row-key\":_vm.rowKey,\"size\":_vm.$AVUE.tableSize || _vm.controlSize,\"lazy\":_vm.vaildData(_vm.tableOption.lazy,false),\"load\":_vm.treeLoad,\"tree-props\":_vm.treeProps,\"expand-row-keys\":_vm.tableOption.expandRowKeys,\"default-expand-all\":_vm.tableOption.defaultExpandAll,\"highlight-current-row\":_vm.tableOption.highlightCurrentRow,\"show-summary\":_vm.tableOption.showSummary,\"summary-method\":_vm.tableSummaryMethod,\"span-method\":_vm.tableSpanMethod,\"stripe\":_vm.tableOption.stripe,\"show-header\":_vm.tableOption.showHeader,\"default-sort\":_vm.tableOption.defaultSort,\"row-class-name\":_vm.rowClassName,\"cell-class-name\":_vm.cellClassName,\"row-style\":_vm.rowStyle,\"cell-style\":_vm.cellStyle,\"fit\":_vm.tableOption.fit,\"header-cell-class-name\":_vm.headerCellClassName,\"max-height\":_vm.isAutoHeight?_vm.tableHeight:_vm.tableOption.maxHeight,\"height\":_vm.tableHeight,\"width\":_vm.setPx(_vm.tableOption.width,_vm.config.width),\"border\":_vm.tableOption.border},on:{\"current-change\":_vm.currentRowChange,\"expand-change\":_vm.expandChange,\"header-dragend\":_vm.headerDragend,\"row-click\":_vm.rowClick,\"row-dblclick\":_vm.rowDblclick,\"cell-mouse-enter\":_vm.cellMouseEnter,\"cell-mouse-leave\":_vm.cellMouseLeave,\"cell-click\":_vm.cellClick,\"header-click\":_vm.headerClick,\"row-contextmenu\":_vm.rowContextmenu,\"header-contextmenu\":_vm.headerContextmenu,\"cell-dblclick\":_vm.cellDblclick,\"filter-change\":_vm.filterChange,\"selection-change\":_vm.selectionChange,\"select\":_vm.select,\"select-all\":_vm.selectAll,\"sort-change\":_vm.sortChange}},[_c('template',{slot:\"empty\"},[_c('div',{class:_vm.b('empty')},[(_vm.$slots.empty)?_vm._t(\"empty\"):_c('el-empty',{attrs:{\"image-size\":100,\"description\":_vm.tableOption.emptyText}})],2)]),_vm._v(\" \"),_c('column',{attrs:{\"columnOption\":_vm.columnOption},scopedSlots:_vm._u([_vm._l((_vm.mainSlot),function(item){return {key:item,fn:function(scope){return [_vm._t(item,null,null,scope)]}}})],null,true)},[_c('column-default',{ref:\"columnDefault\",attrs:{\"slot\":\"header\"},slot:\"header\",scopedSlots:_vm._u([{key:\"expand\",fn:function({row,index}){return [_vm._t(\"expand\",null,{\"row\":row,\"index\":index})]}}],null,true)}),_vm._v(\" \"),_vm._v(\" \"),_c('column-menu',{attrs:{\"slot\":\"footer\"},slot:\"footer\",scopedSlots:_vm._u([{key:\"menuHeader\",fn:function(scope){return [_vm._t(\"menuHeader\",null,null,scope)]}},{key:\"menu\",fn:function(scope){return [_vm._t(\"menu\",null,null,scope)]}},{key:\"menuBtn\",fn:function(scope){return [_vm._t(\"menuBtn\",null,null,scope)]}}],null,true)})],1)],2)],1),_vm._v(\" \"),_vm._t(\"footer\")],2),_vm._v(\" \"),_c('table-page',{ref:\"tablePage\"},[_c('template',{slot:\"page\"},[_vm._t(\"page\")],2)],2),_vm._v(\" \"),_c('dialog-form',{ref:\"dialogForm\",scopedSlots:_vm._u([_vm._l((_vm.formSlot),function(item){return {key:item,fn:function(scope){return [_vm._t(item,null,null,scope)]}}}),{key:\"menuForm\",fn:function(scope){return [_vm._t(\"menuForm\",null,null,scope)]}}],null,true)}),_vm._v(\" \"),_c('dialog-column',{ref:\"dialogColumn\"}),_vm._v(\" \"),_c('dialog-excel',{ref:\"dialogExcel\"}),_vm._v(\" \"),_c('dialog-filter',{ref:\"dialogFilter\"})],1)\n}\nvar staticRenderFns = []\n\n\n\n//# sourceURL=webpack://AVUE/./packages/element-ui/crud/index.vue?./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib??vue-loader-options");
1728
1728
 
1729
1729
  /***/ }),
1730
1730
 
@@ -2272,7 +2272,7 @@ eval("module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\
2272
2272
  /*! exports provided: name, version, description, main, unpkg, jsdelivr, scripts, typings, keywords, repository, author, license, homepage, devDependencies, peerDependencies, dependencies, files, default */
2273
2273
  /***/ (function(module) {
2274
2274
 
2275
- eval("module.exports = JSON.parse(\"{\\\"name\\\":\\\"@ttkj/avue\\\",\\\"version\\\":\\\"2.11.4\\\",\\\"description\\\":\\\"A Magic Configurable Web Framework\\\",\\\"main\\\":\\\"lib/avue.min.js\\\",\\\"unpkg\\\":\\\"lib/avue.min.js\\\",\\\"jsdelivr\\\":\\\"lib/avue.min.js\\\",\\\"scripts\\\":{\\\"bootstrap\\\":\\\"yarn --registry https://registry.npmmirror.com || npm install --registry https://registry.npmmirror.com \\\",\\\"analyz\\\":\\\"NODE_ENV=production npm_config_report=true npm run build\\\",\\\"dev\\\":\\\"cross-env TARGET=dev UINAME=element-ui gulp watch\\\",\\\"build\\\":\\\"cross-env TARGET=prod UINAME=element-ui gulp build\\\",\\\"all\\\":\\\"yarn build && yarn dev\\\"},\\\"typings\\\":\\\"types/index.d.ts\\\",\\\"keywords\\\":[\\\"vue\\\",\\\"element-ui\\\",\\\"avue\\\"],\\\"repository\\\":{\\\"type\\\":\\\"gitee\\\",\\\"url\\\":\\\"gitee+https://gitee.com/nbhm_department/avue.git\\\"},\\\"author\\\":\\\"osxcn\\\",\\\"license\\\":\\\"MIT\\\",\\\"homepage\\\":\\\"https://gitee.com/nbhm_department/avue/blob/v2.10.x/README.md\\\",\\\"devDependencies\\\":{\\\"@babel/core\\\":\\\"^7.13.14\\\",\\\"@babel/preset-env\\\":\\\"^7.13.12\\\",\\\"@types/lodash\\\":\\\"^4.14.202\\\",\\\"axios\\\":\\\"^0.21.1\\\",\\\"babel-loader\\\":\\\"^8.2.2\\\",\\\"cross-env\\\":\\\"^3.2.4\\\",\\\"css-loader\\\":\\\"^5.2.0\\\",\\\"element-ui\\\":\\\"^2.15.10\\\",\\\"eslint\\\":\\\"4.14.0\\\",\\\"eslint-config-elemefe\\\":\\\"0.1.1\\\",\\\"eslint-loader\\\":\\\"^1.9.0\\\",\\\"eslint-plugin-html\\\":\\\"^4.0.1\\\",\\\"eslint-plugin-json\\\":\\\"^1.2.0\\\",\\\"gulp\\\":\\\"^4.0.0\\\",\\\"gulp-autoprefixer\\\":\\\"^4.0.0\\\",\\\"gulp-cssmin\\\":\\\"^0.1.7\\\",\\\"gulp-postcss\\\":\\\"^6.1.1\\\",\\\"gulp-sass\\\":\\\"^5.1.0\\\",\\\"progress-bar-webpack-plugin\\\":\\\"^1.11.0\\\",\\\"sass\\\":\\\"^1.54.5\\\",\\\"vue\\\":\\\"2.7.10\\\",\\\"vue-loader\\\":\\\"^15.9.6\\\",\\\"webpack\\\":\\\"^4.27.0\\\",\\\"webpack-bundle-analyzer\\\":\\\"^3.0.3\\\",\\\"webpack-merge\\\":\\\"^4.1.4\\\"},\\\"peerDependencies\\\":{\\\"element-ui\\\":\\\">=2.15.3\\\",\\\"vue\\\":\\\">=2.6.14\\\"},\\\"dependencies\\\":{\\\"countup.js\\\":\\\"^1.9.3\\\",\\\"dayjs\\\":\\\"^1.10.4\\\",\\\"lodash\\\":\\\"^4.17.21\\\",\\\"nprogress\\\":\\\"^0.2.0\\\",\\\"vue-cropper\\\":\\\"^0.5.8\\\",\\\"vuedraggable\\\":\\\"^2.24.3\\\"},\\\"files\\\":[\\\"lib\\\",\\\"types\\\",\\\"README.md\\\",\\\"LICENSE\\\"]}\");\n\n//# sourceURL=webpack://AVUE/./package.json?");
2275
+ eval("module.exports = JSON.parse(\"{\\\"name\\\":\\\"@ttkj/avue\\\",\\\"version\\\":\\\"2.11.5\\\",\\\"description\\\":\\\"A Magic Configurable Web Framework\\\",\\\"main\\\":\\\"lib/avue.min.js\\\",\\\"unpkg\\\":\\\"lib/avue.min.js\\\",\\\"jsdelivr\\\":\\\"lib/avue.min.js\\\",\\\"scripts\\\":{\\\"bootstrap\\\":\\\"yarn --registry https://registry.npmmirror.com || npm install --registry https://registry.npmmirror.com \\\",\\\"analyz\\\":\\\"NODE_ENV=production npm_config_report=true npm run build\\\",\\\"dev\\\":\\\"cross-env TARGET=dev UINAME=element-ui gulp watch\\\",\\\"build\\\":\\\"cross-env TARGET=prod UINAME=element-ui gulp build\\\",\\\"all\\\":\\\"yarn build && yarn dev\\\"},\\\"typings\\\":\\\"types/index.d.ts\\\",\\\"keywords\\\":[\\\"vue\\\",\\\"element-ui\\\",\\\"avue\\\"],\\\"repository\\\":{\\\"type\\\":\\\"gitee\\\",\\\"url\\\":\\\"gitee+https://gitee.com/nbhm_department/avue.git\\\"},\\\"author\\\":\\\"osxcn\\\",\\\"license\\\":\\\"MIT\\\",\\\"homepage\\\":\\\"https://gitee.com/nbhm_department/avue/blob/v2.10.x/README.md\\\",\\\"devDependencies\\\":{\\\"@babel/core\\\":\\\"^7.13.14\\\",\\\"@babel/preset-env\\\":\\\"^7.13.12\\\",\\\"@types/lodash\\\":\\\"^4.14.202\\\",\\\"axios\\\":\\\"^0.21.1\\\",\\\"babel-loader\\\":\\\"^8.2.2\\\",\\\"cross-env\\\":\\\"^3.2.4\\\",\\\"css-loader\\\":\\\"^5.2.0\\\",\\\"element-ui\\\":\\\"^2.15.10\\\",\\\"eslint\\\":\\\"4.14.0\\\",\\\"eslint-config-elemefe\\\":\\\"0.1.1\\\",\\\"eslint-loader\\\":\\\"^1.9.0\\\",\\\"eslint-plugin-html\\\":\\\"^4.0.1\\\",\\\"eslint-plugin-json\\\":\\\"^1.2.0\\\",\\\"gulp\\\":\\\"^4.0.0\\\",\\\"gulp-autoprefixer\\\":\\\"^4.0.0\\\",\\\"gulp-cssmin\\\":\\\"^0.1.7\\\",\\\"gulp-postcss\\\":\\\"^6.1.1\\\",\\\"gulp-sass\\\":\\\"^5.1.0\\\",\\\"progress-bar-webpack-plugin\\\":\\\"^1.11.0\\\",\\\"sass\\\":\\\"^1.54.5\\\",\\\"vue\\\":\\\"2.7.10\\\",\\\"vue-loader\\\":\\\"^15.9.6\\\",\\\"webpack\\\":\\\"^4.27.0\\\",\\\"webpack-bundle-analyzer\\\":\\\"^3.0.3\\\",\\\"webpack-merge\\\":\\\"^4.1.4\\\"},\\\"peerDependencies\\\":{\\\"element-ui\\\":\\\">=2.15.3\\\",\\\"vue\\\":\\\">=2.6.14\\\"},\\\"dependencies\\\":{\\\"countup.js\\\":\\\"^1.9.3\\\",\\\"dayjs\\\":\\\"^1.10.4\\\",\\\"lodash\\\":\\\"^4.17.21\\\",\\\"nprogress\\\":\\\"^0.2.0\\\",\\\"vue-cropper\\\":\\\"^0.5.8\\\",\\\"vuedraggable\\\":\\\"^2.24.3\\\"},\\\"files\\\":[\\\"lib\\\",\\\"types\\\",\\\"README.md\\\",\\\"LICENSE\\\"]}\");\n\n//# sourceURL=webpack://AVUE/./package.json?");
2276
2276
 
2277
2277
  /***/ }),
2278
2278
 
@@ -3976,7 +3976,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
3976
3976
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3977
3977
 
3978
3978
  "use strict";
3979
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_069cd2c2___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=069cd2c2& */ \"./packages/element-ui/crud/index.vue?vue&type=template&id=069cd2c2&\");\n/* harmony import */ var _index_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js& */ \"./packages/element-ui/crud/index.vue?vue&type=script&lang=js&\");\n/* empty/unused harmony star reexport *//* harmony import */ var _node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/runtime/componentNormalizer.js */ \"./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/runtime/componentNormalizer.js\");\n\n\n\n\n\n/* normalize component */\n\nvar component = Object(_node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_069cd2c2___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_069cd2c2___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n null,\n null\n \n)\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);\n\n//# sourceURL=webpack://AVUE/./packages/element-ui/crud/index.vue?");
3979
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_2eff6228___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=2eff6228& */ \"./packages/element-ui/crud/index.vue?vue&type=template&id=2eff6228&\");\n/* harmony import */ var _index_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js& */ \"./packages/element-ui/crud/index.vue?vue&type=script&lang=js&\");\n/* empty/unused harmony star reexport *//* harmony import */ var _node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/runtime/componentNormalizer.js */ \"./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/runtime/componentNormalizer.js\");\n\n\n\n\n\n/* normalize component */\n\nvar component = Object(_node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_2eff6228___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_2eff6228___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n null,\n null\n \n)\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);\n\n//# sourceURL=webpack://AVUE/./packages/element-ui/crud/index.vue?");
3980
3980
 
3981
3981
  /***/ }),
3982
3982
 
@@ -3992,15 +3992,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
3992
3992
 
3993
3993
  /***/ }),
3994
3994
 
3995
- /***/ "./packages/element-ui/crud/index.vue?vue&type=template&id=069cd2c2&":
3995
+ /***/ "./packages/element-ui/crud/index.vue?vue&type=template&id=2eff6228&":
3996
3996
  /*!***************************************************************************!*\
3997
- !*** ./packages/element-ui/crud/index.vue?vue&type=template&id=069cd2c2& ***!
3997
+ !*** ./packages/element-ui/crud/index.vue?vue&type=template&id=2eff6228& ***!
3998
3998
  \***************************************************************************/
3999
3999
  /*! exports provided: render, staticRenderFns */
4000
4000
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4001
4001
 
4002
4002
  "use strict";
4003
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_5_node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_069cd2c2___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!../../../node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=069cd2c2& */ \"./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/index.js?!./packages/element-ui/crud/index.vue?vue&type=template&id=069cd2c2&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_5_node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_069cd2c2___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_5_node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_069cd2c2___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack://AVUE/./packages/element-ui/crud/index.vue?");
4003
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_5_node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_2eff6228___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!../../../node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=2eff6228& */ \"./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/.pnpm/vue-loader@15.10.1_css-loader@5.2.7+webpack@4.46.0/node_modules/vue-loader/lib/index.js?!./packages/element-ui/crud/index.vue?vue&type=template&id=2eff6228&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_5_node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_2eff6228___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_loaders_templateLoader_js_ref_5_node_modules_pnpm_vue_loader_15_10_1_css_loader_5_2_7_webpack_4_46_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_2eff6228___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack://AVUE/./packages/element-ui/crud/index.vue?");
4004
4004
 
4005
4005
  /***/ }),
4006
4006