htui-yllkbz 1.2.36 → 1.2.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/htui.common.js +207 -19
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.umd.js +207 -19
- package/lib/htui.umd.js.gz +0 -0
- package/lib/htui.umd.min.js +1 -1
- package/lib/htui.umd.min.js.gz +0 -0
- package/package.json +2 -1
- package/src/packages/HtCountDown/index.ts +13 -0
- package/src/packages/HtCountDown/index.vue +123 -0
- package/src/packages/HtTable/index.vue +4 -3
- package/src/packages/index.ts +4 -3
- package/src/views/About.vue +15 -2
package/lib/htui.common.js
CHANGED
|
@@ -9115,7 +9115,7 @@ var es_array_map = __webpack_require__("d81d");
|
|
|
9115
9115
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
9116
9116
|
var es_function_name = __webpack_require__("b0c0");
|
|
9117
9117
|
|
|
9118
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
9118
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/SelectTable/index.vue?vue&type=template&id=0af39fce&
|
|
9119
9119
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-popover',{ref:"elPopver",staticClass:"ht-popover",attrs:{"placement":"bottom","title":"","width":_vm.width||600,"trigger":"click"},on:{"show":_vm.show,"hide":_vm.hide}},[_c('div',{staticClass:"ht-contnet",style:(("width:" + _vm.inputWidth + "px")),attrs:{"slot":"reference"},on:{"click":function($event){!_vm.state.config.disabled?_vm.state.visible = true:_vm.state.visible=false}},slot:"reference"},[_c('el-input',{style:(("width:" + _vm.inputWidth + "px")),attrs:{"readonly":"","placeholder":_vm.placeholder,"disabled":_vm.state.config.disabled,"suffix-icon":_vm.state.icon},on:{"blur":_vm.blurInput,"focus":_vm.focusInput},model:{value:(_vm.state.name),callback:function ($$v) {_vm.$set(_vm.state, "name", $$v)},expression:"state.name"}}),(_vm.state.name&&_vm.state.config.clearable)?_c('el-button',{staticClass:"ht-close",attrs:{"type":"text"},nativeOn:{"click":function($event){$event.stopPropagation();return _vm.clear($event)}}},[_c('div',[_c('i',{staticClass:"el-icon-circle-close"})])]):_vm._e()],1),_c('CommonTable',{ref:_vm.state.config.key||'ht-table',attrs:{"searchPlaceholder":_vm.searchPlaceholder,"columns":_vm.state.columns,"visible":_vm.state.visible,"confige":_vm.state.config},on:{"callback":_vm.callback,"update:visible":function($event){return _vm.$set(_vm.state, "visible", $event)}}})],1)}
|
|
9120
9120
|
var staticRenderFns = []
|
|
9121
9121
|
|
|
@@ -10107,7 +10107,7 @@ function isPromise(obj) {
|
|
|
10107
10107
|
return obj instanceof Promise || (obj && typeof obj.then === 'function');
|
|
10108
10108
|
}
|
|
10109
10109
|
|
|
10110
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
10110
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/SelectTable/CommonTable.vue?vue&type=template&id=5a58ed06&scoped=true&
|
|
10111
10111
|
var CommonTablevue_type_template_id_5a58ed06_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.state.loading),expression:"state.loading"}]},[_c('header',[_c('el-input',{staticClass:"htui-search",attrs:{"placeholder":_vm.searchPlaceholder||'请输入关键字查询'},model:{value:(_vm.state.filterData.Filter),callback:function ($$v) {_vm.$set(_vm.state.filterData, "Filter", $$v)},expression:"state.filterData.Filter"}})],1),_c('article',[_c('el-table',{ref:"comTable",staticStyle:{"width":"100%"},attrs:{"height":_vm.confige.table&&_vm.confige.table.height?_vm.confige.table.height:250,"row-key":_vm.confige.table&&_vm.confige.table.rowkey?_vm.confige.table.rowkey:'id',"data":_vm.dataSource,"tooltip-effect":"dark"},on:{"row-click":_vm.rowClick}},[_c('el-table-column',{attrs:{"width":"55"},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
10112
10112
|
var row = ref.row;
|
|
10113
10113
|
return [_c('el-checkbox',{attrs:{"value":_vm.state.checkObj&&_vm.state.checkObj.id===row.id},nativeOn:{"click":function($event){$event.preventDefault();}}})]}}])}),_c('el-table-column',{attrs:{"label":"序号","width":"55"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_vm._v(" "+_vm._s((_vm.state.filterData.currentPage-1)*_vm.state.filterData.MaxResultCount+(scope.$index+1))+" ")]}}])}),_vm._l((_vm.columns),function(item){return _c('el-table-column',{key:item.key,attrs:{"label":item.title,"show-overflow-tooltip":true,"prop":item.key,"width":item.width||120}},[_vm._t(item.key,[_vm._v(_vm._s(item.key))])],2)})],2)],1),_c('footer',[_c('el-row',[_c('el-col',{attrs:{"span":24}},[_c('p',{staticStyle:{"width":"90px","float":"left"}},[_vm._v("共"+_vm._s(_vm.dataSource.length)+"条")]),(false)?undefined:_vm._e()],1)],1)],1)])}
|
|
@@ -10207,7 +10207,7 @@ function _objectSpread2(target) {
|
|
|
10207
10207
|
|
|
10208
10208
|
return target;
|
|
10209
10209
|
}
|
|
10210
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
10210
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/vue-kst-auth/src/components/Login.vue?vue&type=template&id=e39d3314&
|
|
10211
10211
|
var Loginvue_type_template_id_e39d3314_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("auth-login-form",{tag:"div",staticClass:"container-login",attrs:{"base-config":JSON.stringify(_vm.baseConfig)}})}
|
|
10212
10212
|
var Loginvue_type_template_id_e39d3314_staticRenderFns = []
|
|
10213
10213
|
|
|
@@ -11068,7 +11068,7 @@ SelectTable.install = function (Vue) {
|
|
|
11068
11068
|
};
|
|
11069
11069
|
|
|
11070
11070
|
/* harmony default export */ var packages_SelectTable = (SelectTable);
|
|
11071
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11071
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/PageInfo/index.vue?vue&type=template&id=abb473c6&
|
|
11072
11072
|
var PageInfovue_type_template_id_abb473c6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-pagination',{attrs:{"background":_vm.background,"hide-on-single-page":_vm.hideOnSinglePage,"disabled":!!_vm.disabled,"small":!!_vm.small,"current-page":_vm.state.pageInfo.currentPage,"page-size":_vm.state.pageInfo.maxResultCount,"page-sizes":_vm.pageSizes||[10, 20, 30, 40, 50, 100],"layout":_vm.layout||'total, sizes, prev, pager, next, jumper',"total":_vm.state.pageInfo.totalCount},on:{"current-change":_vm.handleCurrentChange,"size-change":_vm.handelSizeChange}})}
|
|
11073
11073
|
var PageInfovue_type_template_id_abb473c6_staticRenderFns = []
|
|
11074
11074
|
|
|
@@ -11229,8 +11229,8 @@ PageInfo.install = function (Vue) {
|
|
|
11229
11229
|
};
|
|
11230
11230
|
|
|
11231
11231
|
/* harmony default export */ var packages_PageInfo = (PageInfo);
|
|
11232
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11233
|
-
var
|
|
11232
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtTable/index.vue?vue&type=template&id=03466226&scoped=true&
|
|
11233
|
+
var HtTablevue_type_template_id_03466226_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.state.loading),expression:"state.loading"}]},[_c('article',[_c('el-table',{ref:"comTable",attrs:{"height":_vm.height,"max-height":_vm.maxHeight,"border":_vm.border,"stripe":_vm.stripe,"size":_vm.size,"fit":_vm.fit,"show-header":_vm.showHeader,"empty-text":_vm.emptyText||'暂无数据',"row-style":_vm.rowStyle,"row-class-name":_vm.rowClassName,"current-row-key":_vm.currentRowKey,"highlight-current-row":_vm.highlightCurrentRow,"row-key":_vm.rowKey||'id',"data":_vm.data,"tooltip-effect":"dark"},on:{"row-click":function (row, column, event){ return _vm.$emit('row-click',row, column, event); },"row-contextmenu":function (row, column, event){ return _vm.$emit('row-contextmenu',row, column, event); },"row-dblclick":function (row, column, event){ return _vm.$emit('row-dblclick',row, column, event); },"header-click":function ( column, event){ return _vm.$emit('header-click', column, event); },"header-contextmenu":function ( column, event){ return _vm.$emit('header-contextmenu', column, event); },"sort-change":function (ref){
|
|
11234
11234
|
var column = ref.column;
|
|
11235
11235
|
var prop = ref.prop;
|
|
11236
11236
|
var order = ref.order;
|
|
@@ -11244,10 +11244,10 @@ return [_vm._t(item.key,[(item.type==='org')?[(_vm.getPropByPath(row,item.key))?
|
|
|
11244
11244
|
var column = ref.column;
|
|
11245
11245
|
var $index = ref.$index;
|
|
11246
11246
|
return [_vm._t('header_'+item.key,[_vm._v(_vm._s(item.title))],{"column":column,"$index":$index})]}}],null,true)}):_vm._e()]})],2)],1),(!_vm.hidePage)?_c('footer',[_c('el-row',{attrs:{"name":"footer"}},[_vm._t("footerLeft"),_c('el-col',{attrs:{"span":12}},[_c('PageInfo',{attrs:{"hide-on-single-page":_vm.pagination&&_vm.pagination.hideOnSinglePage,"small":_vm.pagination&&_vm.pagination.small,"page-sizes":_vm.pagination&&_vm.pagination.pageSizes,"page-info":_vm.state.pageInfo},on:{"onchange":function (e){ return _vm.$emit('onchange',e); }}})],1)],2)],1):_vm._e()])}
|
|
11247
|
-
var
|
|
11247
|
+
var HtTablevue_type_template_id_03466226_scoped_true_staticRenderFns = []
|
|
11248
11248
|
|
|
11249
11249
|
|
|
11250
|
-
// CONCATENATED MODULE: ./src/packages/HtTable/index.vue?vue&type=template&id=
|
|
11250
|
+
// CONCATENATED MODULE: ./src/packages/HtTable/index.vue?vue&type=template&id=03466226&scoped=true&
|
|
11251
11251
|
|
|
11252
11252
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
|
|
11253
11253
|
var es_string_replace = __webpack_require__("5319");
|
|
@@ -11298,9 +11298,12 @@ var HtTablevue_type_script_lang_ts_HtTable = /*#__PURE__*/function (_Vue) {
|
|
|
11298
11298
|
value: function created() {
|
|
11299
11299
|
this.setPageInfo(this.pageInfo);
|
|
11300
11300
|
}
|
|
11301
|
+
/** 处理table里面根据字段获取对应的值 */
|
|
11302
|
+
|
|
11301
11303
|
}, {
|
|
11302
11304
|
key: "getPropByPath",
|
|
11303
|
-
value: function getPropByPath(obj, path
|
|
11305
|
+
value: function getPropByPath(obj, path) {
|
|
11306
|
+
var strict = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
|
|
11304
11307
|
var tempObj = obj;
|
|
11305
11308
|
path = path.replace(/\[(\w+)\]/g, ".$1");
|
|
11306
11309
|
path = path.replace(/^\./, "");
|
|
@@ -11315,7 +11318,7 @@ var HtTablevue_type_script_lang_ts_HtTable = /*#__PURE__*/function (_Vue) {
|
|
|
11315
11318
|
tempObj = tempObj[key];
|
|
11316
11319
|
} else {
|
|
11317
11320
|
if (strict) {
|
|
11318
|
-
throw new Error("
|
|
11321
|
+
throw new Error("table\u4E2D".concat(path, "\u5B57\u6BB5\u53D1\u751F\u9519\u8BEF,\u8BF7\u68C0\u67E5"));
|
|
11319
11322
|
}
|
|
11320
11323
|
|
|
11321
11324
|
break;
|
|
@@ -11443,11 +11446,11 @@ HtTablevue_type_script_lang_ts_HtTable = __decorate([vue_class_component_esm({
|
|
|
11443
11446
|
|
|
11444
11447
|
var HtTable_component = normalizeComponent(
|
|
11445
11448
|
packages_HtTablevue_type_script_lang_ts_,
|
|
11446
|
-
|
|
11447
|
-
|
|
11449
|
+
HtTablevue_type_template_id_03466226_scoped_true_render,
|
|
11450
|
+
HtTablevue_type_template_id_03466226_scoped_true_staticRenderFns,
|
|
11448
11451
|
false,
|
|
11449
11452
|
null,
|
|
11450
|
-
"
|
|
11453
|
+
"03466226",
|
|
11451
11454
|
null
|
|
11452
11455
|
|
|
11453
11456
|
)
|
|
@@ -11469,7 +11472,7 @@ packages_HtTable.install = function (Vue) {
|
|
|
11469
11472
|
};
|
|
11470
11473
|
|
|
11471
11474
|
/* harmony default export */ var src_packages_HtTable = (packages_HtTable);
|
|
11472
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11475
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtExport/index.vue?vue&type=template&id=23fd9fd2&scoped=true&
|
|
11473
11476
|
var HtExportvue_type_template_id_23fd9fd2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.state.loading),expression:"state.loading"}],on:{"click":_vm.exportExcel}},[_vm._t("default",[_c('el-button',{attrs:{"type":"primary"}},[_vm._v(" 导出Excel ")])],{"loading":_vm.state.loading})],2)}
|
|
11474
11477
|
var HtExportvue_type_template_id_23fd9fd2_scoped_true_staticRenderFns = []
|
|
11475
11478
|
|
|
@@ -11678,7 +11681,7 @@ packages_HtExport.install = function (Vue) {
|
|
|
11678
11681
|
};
|
|
11679
11682
|
|
|
11680
11683
|
/* harmony default export */ var src_packages_HtExport = (packages_HtExport);
|
|
11681
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11684
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtUpload/index.vue?vue&type=template&id=65ce7fe2&
|
|
11682
11685
|
var HtUploadvue_type_template_id_65ce7fe2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"files-view"},[_c('el-upload',{class:{ 'only-show': _vm.onlyShow },attrs:{"action":"/files/api/filing/file/upload","on-success":_vm.handleSuccess,"accept":_vm.state.accept,"before-upload":_vm.handelBeforeLoad,"headers":_vm.headers,"file-list":_vm.state.fileData.fileList,"list-type":"picture-card","multiple":"","disabled":_vm.onlyShow},scopedSlots:_vm._u([{key:"file",fn:function(ref){
|
|
11683
11686
|
var file = ref.file;
|
|
11684
11687
|
return _c('div',{attrs:{"title":file.fileName}},[(file.fileType&&file.fileType.includes('image'))?_c('img',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":("/files/api/filing/file/download/" + (file.fileToken)),"alt":file.fileName,"fit":"fill"}}):_c('img',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":_vm.showIcon(file),"alt":file.fileName,"fit":"fill"}}),_c('span',{staticClass:"el-upload-list__item-actions"},[(file.fileType&&file.fileType.includes('image'))?_c('span',{staticClass:"el-upload-list__item-preview",on:{"click":function($event){return _vm.handlePictureCardPreview(file)}}},[_c('i',{staticClass:"el-icon-zoom-in"})]):_vm._e(),(!_vm.state.disabled)?_c('span',{staticClass:"el-upload-list__item-delete",on:{"click":function($event){return _vm.handleDownload(file)}}},[_c('i',{staticClass:"el-icon-download"})]):_vm._e(),(!_vm.state.disabled &&!_vm.onlyShow)?_c('span',{staticClass:"el-upload-list__item-delete",on:{"click":function($event){return _vm.handleRemove(file)}}},[_c('i',{staticClass:"el-icon-delete"})]):_vm._e()])])}}])},[_c('i',{staticClass:"el-icon-plus",attrs:{"slot":"default"},slot:"default"})]),_c('el-dialog',{attrs:{"visible":_vm.state.dialogVisible,"modal-append-to-body":false,"modal":false,"append-to-body":true},on:{"update:visible":function($event){return _vm.$set(_vm.state, "dialogVisible", $event)}}},[_c('article',{staticStyle:{"height":"calc(100vh - 200px)","overflow":"auto"}},[_c('img',{attrs:{"src":_vm.state.dialogImageUrl,"alt":""}})])])],1)}
|
|
@@ -12037,7 +12040,7 @@ packages_HtUpload.install = function (Vue) {
|
|
|
12037
12040
|
};
|
|
12038
12041
|
|
|
12039
12042
|
/* harmony default export */ var src_packages_HtUpload = (packages_HtUpload);
|
|
12040
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
12043
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtMd/index.vue?vue&type=template&id=1bb3f330&scoped=true&
|
|
12041
12044
|
var HtMdvue_type_template_id_1bb3f330_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mavon-editor',{ref:"md",attrs:{"subfield":_vm.subfield,"default_open":"{}","placeholder":_vm.placeholder,"editable":!_vm.disabled},on:{"save":_vm.save,"imgAdd":_vm.addImg,"change":_vm.change},model:{value:(_vm.state.content),callback:function ($$v) {_vm.$set(_vm.state, "content", $$v)},expression:"state.content"}})}
|
|
12042
12045
|
var HtMdvue_type_template_id_1bb3f330_scoped_true_staticRenderFns = []
|
|
12043
12046
|
|
|
@@ -12204,6 +12207,189 @@ packages_HtMd.install = function (Vue) {
|
|
|
12204
12207
|
};
|
|
12205
12208
|
|
|
12206
12209
|
/* harmony default export */ var src_packages_HtMd = (packages_HtMd);
|
|
12210
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtCountDown/index.vue?vue&type=template&id=59940441&scoped=true&
|
|
12211
|
+
var HtCountDownvue_type_template_id_59940441_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('span',[_vm._t("default",[_c('span',[_vm._v(_vm._s(_vm.dateLess()))])],{"time":parseInt(_vm.state.count.toString()),"timeStr":_vm.dateLess()})],2)])}
|
|
12212
|
+
var HtCountDownvue_type_template_id_59940441_scoped_true_staticRenderFns = []
|
|
12213
|
+
|
|
12214
|
+
|
|
12215
|
+
// CONCATENATED MODULE: ./src/packages/HtCountDown/index.vue?vue&type=template&id=59940441&scoped=true&
|
|
12216
|
+
|
|
12217
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--14-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/ts-loader??ref--14-3!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtCountDown/index.vue?vue&type=script&lang=ts&
|
|
12218
|
+
|
|
12219
|
+
|
|
12220
|
+
|
|
12221
|
+
|
|
12222
|
+
|
|
12223
|
+
|
|
12224
|
+
|
|
12225
|
+
|
|
12226
|
+
|
|
12227
|
+
var HtCountDownvue_type_script_lang_ts_HtCountDown = /*#__PURE__*/function (_Vue) {
|
|
12228
|
+
_inherits(HtCountDown, _Vue);
|
|
12229
|
+
|
|
12230
|
+
var _super = _createSuper(HtCountDown);
|
|
12231
|
+
|
|
12232
|
+
function HtCountDown() {
|
|
12233
|
+
var _this;
|
|
12234
|
+
|
|
12235
|
+
_classCallCheck(this, HtCountDown);
|
|
12236
|
+
|
|
12237
|
+
_this = _super.apply(this, arguments);
|
|
12238
|
+
/** 数据 */
|
|
12239
|
+
|
|
12240
|
+
_this.state = {
|
|
12241
|
+
loading: false,
|
|
12242
|
+
count: 0
|
|
12243
|
+
};
|
|
12244
|
+
_this.timer = undefined;
|
|
12245
|
+
return _this;
|
|
12246
|
+
}
|
|
12247
|
+
|
|
12248
|
+
_createClass(HtCountDown, [{
|
|
12249
|
+
key: "created",
|
|
12250
|
+
value: function created() {
|
|
12251
|
+
/** 如果是传入的秒数 */
|
|
12252
|
+
if (this.times) {
|
|
12253
|
+
this.state.count = this.times;
|
|
12254
|
+
}
|
|
12255
|
+
/** 如果传入的是哪一天 */
|
|
12256
|
+
|
|
12257
|
+
|
|
12258
|
+
if (this.date) {
|
|
12259
|
+
this.state.count = (new Date(this.date).getTime() - new Date().getTime()) / 1000;
|
|
12260
|
+
}
|
|
12261
|
+
}
|
|
12262
|
+
/** 时间倒计时开始 */
|
|
12263
|
+
|
|
12264
|
+
}, {
|
|
12265
|
+
key: "getTimer",
|
|
12266
|
+
value: function getTimer() {
|
|
12267
|
+
var _this2 = this;
|
|
12268
|
+
|
|
12269
|
+
this.timer = setInterval(function () {
|
|
12270
|
+
_this2.state.count--;
|
|
12271
|
+
|
|
12272
|
+
if (_this2.state.count === 0) {
|
|
12273
|
+
clearInterval(_this2.timer);
|
|
12274
|
+
}
|
|
12275
|
+
}, 1000);
|
|
12276
|
+
}
|
|
12277
|
+
}, {
|
|
12278
|
+
key: "dateLess",
|
|
12279
|
+
value: function dateLess() {
|
|
12280
|
+
var total = this.state.count;
|
|
12281
|
+
|
|
12282
|
+
if (!total) {
|
|
12283
|
+
return 0;
|
|
12284
|
+
}
|
|
12285
|
+
|
|
12286
|
+
var day = parseInt((total / (24 * 60 * 60)).toString()); //计算整数天数
|
|
12287
|
+
|
|
12288
|
+
var afterDay = total - day * 24 * 60 * 60; //取得算出天数后剩余的秒数
|
|
12289
|
+
|
|
12290
|
+
var hour = parseInt((afterDay / (60 * 60)).toString()); //计算整数小时数
|
|
12291
|
+
|
|
12292
|
+
var afterHour = total - day * 24 * 60 * 60 - hour * 60 * 60; //取得算出小时数后剩余的秒数
|
|
12293
|
+
|
|
12294
|
+
var min = parseInt((afterHour / 60).toString()); //计算整数分
|
|
12295
|
+
|
|
12296
|
+
var afterMin = parseInt((total - day * 24 * 60 * 60 - hour * 60 * 60 - min * 60).toString()); //取得算出分后剩余的秒数
|
|
12297
|
+
|
|
12298
|
+
function buwei(t) {
|
|
12299
|
+
return t > 9 ? t : "0" + t;
|
|
12300
|
+
}
|
|
12301
|
+
|
|
12302
|
+
if (!day) {
|
|
12303
|
+
if (!hour) {
|
|
12304
|
+
if (min) {
|
|
12305
|
+
return buwei(min) + "分" + buwei(afterMin) + "秒";
|
|
12306
|
+
} else {
|
|
12307
|
+
return buwei(afterMin) + "秒";
|
|
12308
|
+
}
|
|
12309
|
+
} else {
|
|
12310
|
+
return buwei(hour) + "小时" + buwei(min) + "分" + buwei(afterMin) + "秒";
|
|
12311
|
+
}
|
|
12312
|
+
} else {
|
|
12313
|
+
return day + "天" + buwei(hour) + "小时" + buwei(min) + "分" + buwei(afterMin) + "秒";
|
|
12314
|
+
}
|
|
12315
|
+
}
|
|
12316
|
+
/** 监听是否启动倒计时 针对传入是秒的不用重新计算,时间的要进行重新计算*/
|
|
12317
|
+
|
|
12318
|
+
}, {
|
|
12319
|
+
key: "onStart",
|
|
12320
|
+
value: function onStart(val) {
|
|
12321
|
+
if (val !== false) {
|
|
12322
|
+
/** 如果传入的是哪一天 */
|
|
12323
|
+
if (this.date) {
|
|
12324
|
+
this.state.count = (new Date(this.date).getTime() - new Date().getTime()) / 1000;
|
|
12325
|
+
}
|
|
12326
|
+
|
|
12327
|
+
if (!this.date && !this.times) {
|
|
12328
|
+
this.$notify.error("请先传入完成的参数");
|
|
12329
|
+
return;
|
|
12330
|
+
}
|
|
12331
|
+
|
|
12332
|
+
this.getTimer();
|
|
12333
|
+
} else {
|
|
12334
|
+
clearInterval(this.timer);
|
|
12335
|
+
}
|
|
12336
|
+
}
|
|
12337
|
+
}]);
|
|
12338
|
+
|
|
12339
|
+
return HtCountDown;
|
|
12340
|
+
}(external_commonjs_vue_commonjs2_vue_root_Vue_default.a);
|
|
12341
|
+
|
|
12342
|
+
__decorate([Prop()], HtCountDownvue_type_script_lang_ts_HtCountDown.prototype, "date", void 0);
|
|
12343
|
+
|
|
12344
|
+
__decorate([Prop()], HtCountDownvue_type_script_lang_ts_HtCountDown.prototype, "times", void 0);
|
|
12345
|
+
|
|
12346
|
+
__decorate([Prop()], HtCountDownvue_type_script_lang_ts_HtCountDown.prototype, "start", void 0);
|
|
12347
|
+
|
|
12348
|
+
__decorate([Watch("start", {
|
|
12349
|
+
deep: true,
|
|
12350
|
+
immediate: true
|
|
12351
|
+
})], HtCountDownvue_type_script_lang_ts_HtCountDown.prototype, "onStart", null);
|
|
12352
|
+
|
|
12353
|
+
HtCountDownvue_type_script_lang_ts_HtCountDown = __decorate([vue_class_component_esm], HtCountDownvue_type_script_lang_ts_HtCountDown);
|
|
12354
|
+
/* harmony default export */ var HtCountDownvue_type_script_lang_ts_ = (HtCountDownvue_type_script_lang_ts_HtCountDown);
|
|
12355
|
+
// CONCATENATED MODULE: ./src/packages/HtCountDown/index.vue?vue&type=script&lang=ts&
|
|
12356
|
+
/* harmony default export */ var packages_HtCountDownvue_type_script_lang_ts_ = (HtCountDownvue_type_script_lang_ts_);
|
|
12357
|
+
// CONCATENATED MODULE: ./src/packages/HtCountDown/index.vue
|
|
12358
|
+
|
|
12359
|
+
|
|
12360
|
+
|
|
12361
|
+
|
|
12362
|
+
|
|
12363
|
+
/* normalize component */
|
|
12364
|
+
|
|
12365
|
+
var HtCountDown_component = normalizeComponent(
|
|
12366
|
+
packages_HtCountDownvue_type_script_lang_ts_,
|
|
12367
|
+
HtCountDownvue_type_template_id_59940441_scoped_true_render,
|
|
12368
|
+
HtCountDownvue_type_template_id_59940441_scoped_true_staticRenderFns,
|
|
12369
|
+
false,
|
|
12370
|
+
null,
|
|
12371
|
+
"59940441",
|
|
12372
|
+
null
|
|
12373
|
+
|
|
12374
|
+
)
|
|
12375
|
+
|
|
12376
|
+
/* harmony default export */ var packages_HtCountDown = (HtCountDown_component.exports);
|
|
12377
|
+
// CONCATENATED MODULE: ./src/packages/HtCountDown/index.ts
|
|
12378
|
+
/*
|
|
12379
|
+
* @Descripttion简易版的倒计时
|
|
12380
|
+
* @version:
|
|
12381
|
+
* @Author: hutao
|
|
12382
|
+
* @Date: 2021-11-15 15:00:57
|
|
12383
|
+
* @LastEditors: hutao
|
|
12384
|
+
* @LastEditTime: 2021-12-26 11:20:45
|
|
12385
|
+
*/
|
|
12386
|
+
|
|
12387
|
+
|
|
12388
|
+
packages_HtCountDown.install = function (Vue) {
|
|
12389
|
+
Vue.component("HtCountDown", packages_HtCountDown);
|
|
12390
|
+
};
|
|
12391
|
+
|
|
12392
|
+
/* harmony default export */ var src_packages_HtCountDown = (packages_HtCountDown);
|
|
12207
12393
|
// CONCATENATED MODULE: ./src/packages/index.ts
|
|
12208
12394
|
|
|
12209
12395
|
|
|
@@ -12214,7 +12400,7 @@ packages_HtMd.install = function (Vue) {
|
|
|
12214
12400
|
* @Author: hutao
|
|
12215
12401
|
* @Date: 2021-10-21 10:08:41
|
|
12216
12402
|
* @LastEditors: hutao
|
|
12217
|
-
* @LastEditTime: 2021-12-
|
|
12403
|
+
* @LastEditTime: 2021-12-26 11:20:23
|
|
12218
12404
|
*/
|
|
12219
12405
|
|
|
12220
12406
|
/** 下拉table选择控件 */
|
|
@@ -12225,9 +12411,10 @@ packages_HtMd.install = function (Vue) {
|
|
|
12225
12411
|
|
|
12226
12412
|
|
|
12227
12413
|
|
|
12414
|
+
|
|
12228
12415
|
// 存储组件列表
|
|
12229
12416
|
|
|
12230
|
-
var components = [packages_SelectTable, packages_PageInfo, src_packages_HtTable, src_packages_HtExport, src_packages_HtUpload, src_packages_HtMd]; // 定义 install 方法,接收 Vue 作为参数。如果使用 use 注册插件,则所有的组件都将被注册
|
|
12417
|
+
var components = [packages_SelectTable, packages_PageInfo, src_packages_HtTable, src_packages_HtExport, src_packages_HtUpload, src_packages_HtMd, src_packages_HtCountDown]; // 定义 install 方法,接收 Vue 作为参数。如果使用 use 注册插件,则所有的组件都将被注册
|
|
12231
12418
|
|
|
12232
12419
|
var install = function install(Vue) {
|
|
12233
12420
|
// 判断是否安装
|
|
@@ -12252,7 +12439,8 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
12252
12439
|
HtTable: src_packages_HtTable,
|
|
12253
12440
|
HtExport: src_packages_HtExport,
|
|
12254
12441
|
HtUpload: src_packages_HtUpload,
|
|
12255
|
-
HtMd: src_packages_HtMd
|
|
12442
|
+
HtMd: src_packages_HtMd,
|
|
12443
|
+
HtCountDown: src_packages_HtCountDown
|
|
12256
12444
|
});
|
|
12257
12445
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
12258
12446
|
|
package/lib/htui.common.js.gz
CHANGED
|
Binary file
|
package/lib/htui.umd.js
CHANGED
|
@@ -9124,7 +9124,7 @@ var es_array_map = __webpack_require__("d81d");
|
|
|
9124
9124
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
9125
9125
|
var es_function_name = __webpack_require__("b0c0");
|
|
9126
9126
|
|
|
9127
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
9127
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/SelectTable/index.vue?vue&type=template&id=0af39fce&
|
|
9128
9128
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-popover',{ref:"elPopver",staticClass:"ht-popover",attrs:{"placement":"bottom","title":"","width":_vm.width||600,"trigger":"click"},on:{"show":_vm.show,"hide":_vm.hide}},[_c('div',{staticClass:"ht-contnet",style:(("width:" + _vm.inputWidth + "px")),attrs:{"slot":"reference"},on:{"click":function($event){!_vm.state.config.disabled?_vm.state.visible = true:_vm.state.visible=false}},slot:"reference"},[_c('el-input',{style:(("width:" + _vm.inputWidth + "px")),attrs:{"readonly":"","placeholder":_vm.placeholder,"disabled":_vm.state.config.disabled,"suffix-icon":_vm.state.icon},on:{"blur":_vm.blurInput,"focus":_vm.focusInput},model:{value:(_vm.state.name),callback:function ($$v) {_vm.$set(_vm.state, "name", $$v)},expression:"state.name"}}),(_vm.state.name&&_vm.state.config.clearable)?_c('el-button',{staticClass:"ht-close",attrs:{"type":"text"},nativeOn:{"click":function($event){$event.stopPropagation();return _vm.clear($event)}}},[_c('div',[_c('i',{staticClass:"el-icon-circle-close"})])]):_vm._e()],1),_c('CommonTable',{ref:_vm.state.config.key||'ht-table',attrs:{"searchPlaceholder":_vm.searchPlaceholder,"columns":_vm.state.columns,"visible":_vm.state.visible,"confige":_vm.state.config},on:{"callback":_vm.callback,"update:visible":function($event){return _vm.$set(_vm.state, "visible", $event)}}})],1)}
|
|
9129
9129
|
var staticRenderFns = []
|
|
9130
9130
|
|
|
@@ -10116,7 +10116,7 @@ function isPromise(obj) {
|
|
|
10116
10116
|
return obj instanceof Promise || (obj && typeof obj.then === 'function');
|
|
10117
10117
|
}
|
|
10118
10118
|
|
|
10119
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
10119
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/SelectTable/CommonTable.vue?vue&type=template&id=5a58ed06&scoped=true&
|
|
10120
10120
|
var CommonTablevue_type_template_id_5a58ed06_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.state.loading),expression:"state.loading"}]},[_c('header',[_c('el-input',{staticClass:"htui-search",attrs:{"placeholder":_vm.searchPlaceholder||'请输入关键字查询'},model:{value:(_vm.state.filterData.Filter),callback:function ($$v) {_vm.$set(_vm.state.filterData, "Filter", $$v)},expression:"state.filterData.Filter"}})],1),_c('article',[_c('el-table',{ref:"comTable",staticStyle:{"width":"100%"},attrs:{"height":_vm.confige.table&&_vm.confige.table.height?_vm.confige.table.height:250,"row-key":_vm.confige.table&&_vm.confige.table.rowkey?_vm.confige.table.rowkey:'id',"data":_vm.dataSource,"tooltip-effect":"dark"},on:{"row-click":_vm.rowClick}},[_c('el-table-column',{attrs:{"width":"55"},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
10121
10121
|
var row = ref.row;
|
|
10122
10122
|
return [_c('el-checkbox',{attrs:{"value":_vm.state.checkObj&&_vm.state.checkObj.id===row.id},nativeOn:{"click":function($event){$event.preventDefault();}}})]}}])}),_c('el-table-column',{attrs:{"label":"序号","width":"55"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_vm._v(" "+_vm._s((_vm.state.filterData.currentPage-1)*_vm.state.filterData.MaxResultCount+(scope.$index+1))+" ")]}}])}),_vm._l((_vm.columns),function(item){return _c('el-table-column',{key:item.key,attrs:{"label":item.title,"show-overflow-tooltip":true,"prop":item.key,"width":item.width||120}},[_vm._t(item.key,[_vm._v(_vm._s(item.key))])],2)})],2)],1),_c('footer',[_c('el-row',[_c('el-col',{attrs:{"span":24}},[_c('p',{staticStyle:{"width":"90px","float":"left"}},[_vm._v("共"+_vm._s(_vm.dataSource.length)+"条")]),(false)?undefined:_vm._e()],1)],1)],1)])}
|
|
@@ -10216,7 +10216,7 @@ function _objectSpread2(target) {
|
|
|
10216
10216
|
|
|
10217
10217
|
return target;
|
|
10218
10218
|
}
|
|
10219
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
10219
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./node_modules/vue-kst-auth/src/components/Login.vue?vue&type=template&id=e39d3314&
|
|
10220
10220
|
var Loginvue_type_template_id_e39d3314_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("auth-login-form",{tag:"div",staticClass:"container-login",attrs:{"base-config":JSON.stringify(_vm.baseConfig)}})}
|
|
10221
10221
|
var Loginvue_type_template_id_e39d3314_staticRenderFns = []
|
|
10222
10222
|
|
|
@@ -11077,7 +11077,7 @@ SelectTable.install = function (Vue) {
|
|
|
11077
11077
|
};
|
|
11078
11078
|
|
|
11079
11079
|
/* harmony default export */ var packages_SelectTable = (SelectTable);
|
|
11080
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11080
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/PageInfo/index.vue?vue&type=template&id=abb473c6&
|
|
11081
11081
|
var PageInfovue_type_template_id_abb473c6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-pagination',{attrs:{"background":_vm.background,"hide-on-single-page":_vm.hideOnSinglePage,"disabled":!!_vm.disabled,"small":!!_vm.small,"current-page":_vm.state.pageInfo.currentPage,"page-size":_vm.state.pageInfo.maxResultCount,"page-sizes":_vm.pageSizes||[10, 20, 30, 40, 50, 100],"layout":_vm.layout||'total, sizes, prev, pager, next, jumper',"total":_vm.state.pageInfo.totalCount},on:{"current-change":_vm.handleCurrentChange,"size-change":_vm.handelSizeChange}})}
|
|
11082
11082
|
var PageInfovue_type_template_id_abb473c6_staticRenderFns = []
|
|
11083
11083
|
|
|
@@ -11238,8 +11238,8 @@ PageInfo.install = function (Vue) {
|
|
|
11238
11238
|
};
|
|
11239
11239
|
|
|
11240
11240
|
/* harmony default export */ var packages_PageInfo = (PageInfo);
|
|
11241
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11242
|
-
var
|
|
11241
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtTable/index.vue?vue&type=template&id=03466226&scoped=true&
|
|
11242
|
+
var HtTablevue_type_template_id_03466226_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.state.loading),expression:"state.loading"}]},[_c('article',[_c('el-table',{ref:"comTable",attrs:{"height":_vm.height,"max-height":_vm.maxHeight,"border":_vm.border,"stripe":_vm.stripe,"size":_vm.size,"fit":_vm.fit,"show-header":_vm.showHeader,"empty-text":_vm.emptyText||'暂无数据',"row-style":_vm.rowStyle,"row-class-name":_vm.rowClassName,"current-row-key":_vm.currentRowKey,"highlight-current-row":_vm.highlightCurrentRow,"row-key":_vm.rowKey||'id',"data":_vm.data,"tooltip-effect":"dark"},on:{"row-click":function (row, column, event){ return _vm.$emit('row-click',row, column, event); },"row-contextmenu":function (row, column, event){ return _vm.$emit('row-contextmenu',row, column, event); },"row-dblclick":function (row, column, event){ return _vm.$emit('row-dblclick',row, column, event); },"header-click":function ( column, event){ return _vm.$emit('header-click', column, event); },"header-contextmenu":function ( column, event){ return _vm.$emit('header-contextmenu', column, event); },"sort-change":function (ref){
|
|
11243
11243
|
var column = ref.column;
|
|
11244
11244
|
var prop = ref.prop;
|
|
11245
11245
|
var order = ref.order;
|
|
@@ -11253,10 +11253,10 @@ return [_vm._t(item.key,[(item.type==='org')?[(_vm.getPropByPath(row,item.key))?
|
|
|
11253
11253
|
var column = ref.column;
|
|
11254
11254
|
var $index = ref.$index;
|
|
11255
11255
|
return [_vm._t('header_'+item.key,[_vm._v(_vm._s(item.title))],{"column":column,"$index":$index})]}}],null,true)}):_vm._e()]})],2)],1),(!_vm.hidePage)?_c('footer',[_c('el-row',{attrs:{"name":"footer"}},[_vm._t("footerLeft"),_c('el-col',{attrs:{"span":12}},[_c('PageInfo',{attrs:{"hide-on-single-page":_vm.pagination&&_vm.pagination.hideOnSinglePage,"small":_vm.pagination&&_vm.pagination.small,"page-sizes":_vm.pagination&&_vm.pagination.pageSizes,"page-info":_vm.state.pageInfo},on:{"onchange":function (e){ return _vm.$emit('onchange',e); }}})],1)],2)],1):_vm._e()])}
|
|
11256
|
-
var
|
|
11256
|
+
var HtTablevue_type_template_id_03466226_scoped_true_staticRenderFns = []
|
|
11257
11257
|
|
|
11258
11258
|
|
|
11259
|
-
// CONCATENATED MODULE: ./src/packages/HtTable/index.vue?vue&type=template&id=
|
|
11259
|
+
// CONCATENATED MODULE: ./src/packages/HtTable/index.vue?vue&type=template&id=03466226&scoped=true&
|
|
11260
11260
|
|
|
11261
11261
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
|
|
11262
11262
|
var es_string_replace = __webpack_require__("5319");
|
|
@@ -11307,9 +11307,12 @@ var HtTablevue_type_script_lang_ts_HtTable = /*#__PURE__*/function (_Vue) {
|
|
|
11307
11307
|
value: function created() {
|
|
11308
11308
|
this.setPageInfo(this.pageInfo);
|
|
11309
11309
|
}
|
|
11310
|
+
/** 处理table里面根据字段获取对应的值 */
|
|
11311
|
+
|
|
11310
11312
|
}, {
|
|
11311
11313
|
key: "getPropByPath",
|
|
11312
|
-
value: function getPropByPath(obj, path
|
|
11314
|
+
value: function getPropByPath(obj, path) {
|
|
11315
|
+
var strict = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
|
|
11313
11316
|
var tempObj = obj;
|
|
11314
11317
|
path = path.replace(/\[(\w+)\]/g, ".$1");
|
|
11315
11318
|
path = path.replace(/^\./, "");
|
|
@@ -11324,7 +11327,7 @@ var HtTablevue_type_script_lang_ts_HtTable = /*#__PURE__*/function (_Vue) {
|
|
|
11324
11327
|
tempObj = tempObj[key];
|
|
11325
11328
|
} else {
|
|
11326
11329
|
if (strict) {
|
|
11327
|
-
throw new Error("
|
|
11330
|
+
throw new Error("table\u4E2D".concat(path, "\u5B57\u6BB5\u53D1\u751F\u9519\u8BEF,\u8BF7\u68C0\u67E5"));
|
|
11328
11331
|
}
|
|
11329
11332
|
|
|
11330
11333
|
break;
|
|
@@ -11452,11 +11455,11 @@ HtTablevue_type_script_lang_ts_HtTable = __decorate([vue_class_component_esm({
|
|
|
11452
11455
|
|
|
11453
11456
|
var HtTable_component = normalizeComponent(
|
|
11454
11457
|
packages_HtTablevue_type_script_lang_ts_,
|
|
11455
|
-
|
|
11456
|
-
|
|
11458
|
+
HtTablevue_type_template_id_03466226_scoped_true_render,
|
|
11459
|
+
HtTablevue_type_template_id_03466226_scoped_true_staticRenderFns,
|
|
11457
11460
|
false,
|
|
11458
11461
|
null,
|
|
11459
|
-
"
|
|
11462
|
+
"03466226",
|
|
11460
11463
|
null
|
|
11461
11464
|
|
|
11462
11465
|
)
|
|
@@ -11478,7 +11481,7 @@ packages_HtTable.install = function (Vue) {
|
|
|
11478
11481
|
};
|
|
11479
11482
|
|
|
11480
11483
|
/* harmony default export */ var src_packages_HtTable = (packages_HtTable);
|
|
11481
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11484
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtExport/index.vue?vue&type=template&id=23fd9fd2&scoped=true&
|
|
11482
11485
|
var HtExportvue_type_template_id_23fd9fd2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.state.loading),expression:"state.loading"}],on:{"click":_vm.exportExcel}},[_vm._t("default",[_c('el-button',{attrs:{"type":"primary"}},[_vm._v(" 导出Excel ")])],{"loading":_vm.state.loading})],2)}
|
|
11483
11486
|
var HtExportvue_type_template_id_23fd9fd2_scoped_true_staticRenderFns = []
|
|
11484
11487
|
|
|
@@ -11687,7 +11690,7 @@ packages_HtExport.install = function (Vue) {
|
|
|
11687
11690
|
};
|
|
11688
11691
|
|
|
11689
11692
|
/* harmony default export */ var src_packages_HtExport = (packages_HtExport);
|
|
11690
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11693
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtUpload/index.vue?vue&type=template&id=65ce7fe2&
|
|
11691
11694
|
var HtUploadvue_type_template_id_65ce7fe2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"files-view"},[_c('el-upload',{class:{ 'only-show': _vm.onlyShow },attrs:{"action":"/files/api/filing/file/upload","on-success":_vm.handleSuccess,"accept":_vm.state.accept,"before-upload":_vm.handelBeforeLoad,"headers":_vm.headers,"file-list":_vm.state.fileData.fileList,"list-type":"picture-card","multiple":"","disabled":_vm.onlyShow},scopedSlots:_vm._u([{key:"file",fn:function(ref){
|
|
11692
11695
|
var file = ref.file;
|
|
11693
11696
|
return _c('div',{attrs:{"title":file.fileName}},[(file.fileType&&file.fileType.includes('image'))?_c('img',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":("/files/api/filing/file/download/" + (file.fileToken)),"alt":file.fileName,"fit":"fill"}}):_c('img',{staticClass:"el-upload-list__item-thumbnail",attrs:{"src":_vm.showIcon(file),"alt":file.fileName,"fit":"fill"}}),_c('span',{staticClass:"el-upload-list__item-actions"},[(file.fileType&&file.fileType.includes('image'))?_c('span',{staticClass:"el-upload-list__item-preview",on:{"click":function($event){return _vm.handlePictureCardPreview(file)}}},[_c('i',{staticClass:"el-icon-zoom-in"})]):_vm._e(),(!_vm.state.disabled)?_c('span',{staticClass:"el-upload-list__item-delete",on:{"click":function($event){return _vm.handleDownload(file)}}},[_c('i',{staticClass:"el-icon-download"})]):_vm._e(),(!_vm.state.disabled &&!_vm.onlyShow)?_c('span',{staticClass:"el-upload-list__item-delete",on:{"click":function($event){return _vm.handleRemove(file)}}},[_c('i',{staticClass:"el-icon-delete"})]):_vm._e()])])}}])},[_c('i',{staticClass:"el-icon-plus",attrs:{"slot":"default"},slot:"default"})]),_c('el-dialog',{attrs:{"visible":_vm.state.dialogVisible,"modal-append-to-body":false,"modal":false,"append-to-body":true},on:{"update:visible":function($event){return _vm.$set(_vm.state, "dialogVisible", $event)}}},[_c('article',{staticStyle:{"height":"calc(100vh - 200px)","overflow":"auto"}},[_c('img',{attrs:{"src":_vm.state.dialogImageUrl,"alt":""}})])])],1)}
|
|
@@ -12046,7 +12049,7 @@ packages_HtUpload.install = function (Vue) {
|
|
|
12046
12049
|
};
|
|
12047
12050
|
|
|
12048
12051
|
/* harmony default export */ var src_packages_HtUpload = (packages_HtUpload);
|
|
12049
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
12052
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtMd/index.vue?vue&type=template&id=1bb3f330&scoped=true&
|
|
12050
12053
|
var HtMdvue_type_template_id_1bb3f330_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mavon-editor',{ref:"md",attrs:{"subfield":_vm.subfield,"default_open":"{}","placeholder":_vm.placeholder,"editable":!_vm.disabled},on:{"save":_vm.save,"imgAdd":_vm.addImg,"change":_vm.change},model:{value:(_vm.state.content),callback:function ($$v) {_vm.$set(_vm.state, "content", $$v)},expression:"state.content"}})}
|
|
12051
12054
|
var HtMdvue_type_template_id_1bb3f330_scoped_true_staticRenderFns = []
|
|
12052
12055
|
|
|
@@ -12213,6 +12216,189 @@ packages_HtMd.install = function (Vue) {
|
|
|
12213
12216
|
};
|
|
12214
12217
|
|
|
12215
12218
|
/* harmony default export */ var src_packages_HtMd = (packages_HtMd);
|
|
12219
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"db13dccc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtCountDown/index.vue?vue&type=template&id=59940441&scoped=true&
|
|
12220
|
+
var HtCountDownvue_type_template_id_59940441_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('span',[_vm._t("default",[_c('span',[_vm._v(_vm._s(_vm.dateLess()))])],{"time":parseInt(_vm.state.count.toString()),"timeStr":_vm.dateLess()})],2)])}
|
|
12221
|
+
var HtCountDownvue_type_template_id_59940441_scoped_true_staticRenderFns = []
|
|
12222
|
+
|
|
12223
|
+
|
|
12224
|
+
// CONCATENATED MODULE: ./src/packages/HtCountDown/index.vue?vue&type=template&id=59940441&scoped=true&
|
|
12225
|
+
|
|
12226
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--14-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/ts-loader??ref--14-3!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/packages/HtCountDown/index.vue?vue&type=script&lang=ts&
|
|
12227
|
+
|
|
12228
|
+
|
|
12229
|
+
|
|
12230
|
+
|
|
12231
|
+
|
|
12232
|
+
|
|
12233
|
+
|
|
12234
|
+
|
|
12235
|
+
|
|
12236
|
+
var HtCountDownvue_type_script_lang_ts_HtCountDown = /*#__PURE__*/function (_Vue) {
|
|
12237
|
+
_inherits(HtCountDown, _Vue);
|
|
12238
|
+
|
|
12239
|
+
var _super = _createSuper(HtCountDown);
|
|
12240
|
+
|
|
12241
|
+
function HtCountDown() {
|
|
12242
|
+
var _this;
|
|
12243
|
+
|
|
12244
|
+
_classCallCheck(this, HtCountDown);
|
|
12245
|
+
|
|
12246
|
+
_this = _super.apply(this, arguments);
|
|
12247
|
+
/** 数据 */
|
|
12248
|
+
|
|
12249
|
+
_this.state = {
|
|
12250
|
+
loading: false,
|
|
12251
|
+
count: 0
|
|
12252
|
+
};
|
|
12253
|
+
_this.timer = undefined;
|
|
12254
|
+
return _this;
|
|
12255
|
+
}
|
|
12256
|
+
|
|
12257
|
+
_createClass(HtCountDown, [{
|
|
12258
|
+
key: "created",
|
|
12259
|
+
value: function created() {
|
|
12260
|
+
/** 如果是传入的秒数 */
|
|
12261
|
+
if (this.times) {
|
|
12262
|
+
this.state.count = this.times;
|
|
12263
|
+
}
|
|
12264
|
+
/** 如果传入的是哪一天 */
|
|
12265
|
+
|
|
12266
|
+
|
|
12267
|
+
if (this.date) {
|
|
12268
|
+
this.state.count = (new Date(this.date).getTime() - new Date().getTime()) / 1000;
|
|
12269
|
+
}
|
|
12270
|
+
}
|
|
12271
|
+
/** 时间倒计时开始 */
|
|
12272
|
+
|
|
12273
|
+
}, {
|
|
12274
|
+
key: "getTimer",
|
|
12275
|
+
value: function getTimer() {
|
|
12276
|
+
var _this2 = this;
|
|
12277
|
+
|
|
12278
|
+
this.timer = setInterval(function () {
|
|
12279
|
+
_this2.state.count--;
|
|
12280
|
+
|
|
12281
|
+
if (_this2.state.count === 0) {
|
|
12282
|
+
clearInterval(_this2.timer);
|
|
12283
|
+
}
|
|
12284
|
+
}, 1000);
|
|
12285
|
+
}
|
|
12286
|
+
}, {
|
|
12287
|
+
key: "dateLess",
|
|
12288
|
+
value: function dateLess() {
|
|
12289
|
+
var total = this.state.count;
|
|
12290
|
+
|
|
12291
|
+
if (!total) {
|
|
12292
|
+
return 0;
|
|
12293
|
+
}
|
|
12294
|
+
|
|
12295
|
+
var day = parseInt((total / (24 * 60 * 60)).toString()); //计算整数天数
|
|
12296
|
+
|
|
12297
|
+
var afterDay = total - day * 24 * 60 * 60; //取得算出天数后剩余的秒数
|
|
12298
|
+
|
|
12299
|
+
var hour = parseInt((afterDay / (60 * 60)).toString()); //计算整数小时数
|
|
12300
|
+
|
|
12301
|
+
var afterHour = total - day * 24 * 60 * 60 - hour * 60 * 60; //取得算出小时数后剩余的秒数
|
|
12302
|
+
|
|
12303
|
+
var min = parseInt((afterHour / 60).toString()); //计算整数分
|
|
12304
|
+
|
|
12305
|
+
var afterMin = parseInt((total - day * 24 * 60 * 60 - hour * 60 * 60 - min * 60).toString()); //取得算出分后剩余的秒数
|
|
12306
|
+
|
|
12307
|
+
function buwei(t) {
|
|
12308
|
+
return t > 9 ? t : "0" + t;
|
|
12309
|
+
}
|
|
12310
|
+
|
|
12311
|
+
if (!day) {
|
|
12312
|
+
if (!hour) {
|
|
12313
|
+
if (min) {
|
|
12314
|
+
return buwei(min) + "分" + buwei(afterMin) + "秒";
|
|
12315
|
+
} else {
|
|
12316
|
+
return buwei(afterMin) + "秒";
|
|
12317
|
+
}
|
|
12318
|
+
} else {
|
|
12319
|
+
return buwei(hour) + "小时" + buwei(min) + "分" + buwei(afterMin) + "秒";
|
|
12320
|
+
}
|
|
12321
|
+
} else {
|
|
12322
|
+
return day + "天" + buwei(hour) + "小时" + buwei(min) + "分" + buwei(afterMin) + "秒";
|
|
12323
|
+
}
|
|
12324
|
+
}
|
|
12325
|
+
/** 监听是否启动倒计时 针对传入是秒的不用重新计算,时间的要进行重新计算*/
|
|
12326
|
+
|
|
12327
|
+
}, {
|
|
12328
|
+
key: "onStart",
|
|
12329
|
+
value: function onStart(val) {
|
|
12330
|
+
if (val !== false) {
|
|
12331
|
+
/** 如果传入的是哪一天 */
|
|
12332
|
+
if (this.date) {
|
|
12333
|
+
this.state.count = (new Date(this.date).getTime() - new Date().getTime()) / 1000;
|
|
12334
|
+
}
|
|
12335
|
+
|
|
12336
|
+
if (!this.date && !this.times) {
|
|
12337
|
+
this.$notify.error("请先传入完成的参数");
|
|
12338
|
+
return;
|
|
12339
|
+
}
|
|
12340
|
+
|
|
12341
|
+
this.getTimer();
|
|
12342
|
+
} else {
|
|
12343
|
+
clearInterval(this.timer);
|
|
12344
|
+
}
|
|
12345
|
+
}
|
|
12346
|
+
}]);
|
|
12347
|
+
|
|
12348
|
+
return HtCountDown;
|
|
12349
|
+
}(external_commonjs_vue_commonjs2_vue_root_Vue_default.a);
|
|
12350
|
+
|
|
12351
|
+
__decorate([Prop()], HtCountDownvue_type_script_lang_ts_HtCountDown.prototype, "date", void 0);
|
|
12352
|
+
|
|
12353
|
+
__decorate([Prop()], HtCountDownvue_type_script_lang_ts_HtCountDown.prototype, "times", void 0);
|
|
12354
|
+
|
|
12355
|
+
__decorate([Prop()], HtCountDownvue_type_script_lang_ts_HtCountDown.prototype, "start", void 0);
|
|
12356
|
+
|
|
12357
|
+
__decorate([Watch("start", {
|
|
12358
|
+
deep: true,
|
|
12359
|
+
immediate: true
|
|
12360
|
+
})], HtCountDownvue_type_script_lang_ts_HtCountDown.prototype, "onStart", null);
|
|
12361
|
+
|
|
12362
|
+
HtCountDownvue_type_script_lang_ts_HtCountDown = __decorate([vue_class_component_esm], HtCountDownvue_type_script_lang_ts_HtCountDown);
|
|
12363
|
+
/* harmony default export */ var HtCountDownvue_type_script_lang_ts_ = (HtCountDownvue_type_script_lang_ts_HtCountDown);
|
|
12364
|
+
// CONCATENATED MODULE: ./src/packages/HtCountDown/index.vue?vue&type=script&lang=ts&
|
|
12365
|
+
/* harmony default export */ var packages_HtCountDownvue_type_script_lang_ts_ = (HtCountDownvue_type_script_lang_ts_);
|
|
12366
|
+
// CONCATENATED MODULE: ./src/packages/HtCountDown/index.vue
|
|
12367
|
+
|
|
12368
|
+
|
|
12369
|
+
|
|
12370
|
+
|
|
12371
|
+
|
|
12372
|
+
/* normalize component */
|
|
12373
|
+
|
|
12374
|
+
var HtCountDown_component = normalizeComponent(
|
|
12375
|
+
packages_HtCountDownvue_type_script_lang_ts_,
|
|
12376
|
+
HtCountDownvue_type_template_id_59940441_scoped_true_render,
|
|
12377
|
+
HtCountDownvue_type_template_id_59940441_scoped_true_staticRenderFns,
|
|
12378
|
+
false,
|
|
12379
|
+
null,
|
|
12380
|
+
"59940441",
|
|
12381
|
+
null
|
|
12382
|
+
|
|
12383
|
+
)
|
|
12384
|
+
|
|
12385
|
+
/* harmony default export */ var packages_HtCountDown = (HtCountDown_component.exports);
|
|
12386
|
+
// CONCATENATED MODULE: ./src/packages/HtCountDown/index.ts
|
|
12387
|
+
/*
|
|
12388
|
+
* @Descripttion简易版的倒计时
|
|
12389
|
+
* @version:
|
|
12390
|
+
* @Author: hutao
|
|
12391
|
+
* @Date: 2021-11-15 15:00:57
|
|
12392
|
+
* @LastEditors: hutao
|
|
12393
|
+
* @LastEditTime: 2021-12-26 11:20:45
|
|
12394
|
+
*/
|
|
12395
|
+
|
|
12396
|
+
|
|
12397
|
+
packages_HtCountDown.install = function (Vue) {
|
|
12398
|
+
Vue.component("HtCountDown", packages_HtCountDown);
|
|
12399
|
+
};
|
|
12400
|
+
|
|
12401
|
+
/* harmony default export */ var src_packages_HtCountDown = (packages_HtCountDown);
|
|
12216
12402
|
// CONCATENATED MODULE: ./src/packages/index.ts
|
|
12217
12403
|
|
|
12218
12404
|
|
|
@@ -12223,7 +12409,7 @@ packages_HtMd.install = function (Vue) {
|
|
|
12223
12409
|
* @Author: hutao
|
|
12224
12410
|
* @Date: 2021-10-21 10:08:41
|
|
12225
12411
|
* @LastEditors: hutao
|
|
12226
|
-
* @LastEditTime: 2021-12-
|
|
12412
|
+
* @LastEditTime: 2021-12-26 11:20:23
|
|
12227
12413
|
*/
|
|
12228
12414
|
|
|
12229
12415
|
/** 下拉table选择控件 */
|
|
@@ -12234,9 +12420,10 @@ packages_HtMd.install = function (Vue) {
|
|
|
12234
12420
|
|
|
12235
12421
|
|
|
12236
12422
|
|
|
12423
|
+
|
|
12237
12424
|
// 存储组件列表
|
|
12238
12425
|
|
|
12239
|
-
var components = [packages_SelectTable, packages_PageInfo, src_packages_HtTable, src_packages_HtExport, src_packages_HtUpload, src_packages_HtMd]; // 定义 install 方法,接收 Vue 作为参数。如果使用 use 注册插件,则所有的组件都将被注册
|
|
12426
|
+
var components = [packages_SelectTable, packages_PageInfo, src_packages_HtTable, src_packages_HtExport, src_packages_HtUpload, src_packages_HtMd, src_packages_HtCountDown]; // 定义 install 方法,接收 Vue 作为参数。如果使用 use 注册插件,则所有的组件都将被注册
|
|
12240
12427
|
|
|
12241
12428
|
var install = function install(Vue) {
|
|
12242
12429
|
// 判断是否安装
|
|
@@ -12261,7 +12448,8 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
12261
12448
|
HtTable: src_packages_HtTable,
|
|
12262
12449
|
HtExport: src_packages_HtExport,
|
|
12263
12450
|
HtUpload: src_packages_HtUpload,
|
|
12264
|
-
HtMd: src_packages_HtMd
|
|
12451
|
+
HtMd: src_packages_HtMd,
|
|
12452
|
+
HtCountDown: src_packages_HtCountDown
|
|
12265
12453
|
});
|
|
12266
12454
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
12267
12455
|
|
package/lib/htui.umd.js.gz
CHANGED
|
Binary file
|
package/lib/htui.umd.min.js
CHANGED
|
@@ -25,4 +25,4 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
25
25
|
* (c) 2015-present Evan You
|
|
26
26
|
* @license MIT
|
|
27
27
|
*/
|
|
28
|
-
function y(e){return y="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},y(e)}function x(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function C(e){return A(e)||E(e)||S()}function A(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}function E(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}function S(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function T(){return"undefined"!==typeof Reflect&&Reflect.defineMetadata&&Reflect.getOwnMetadataKeys}function j(e,t){D(e,t),Object.getOwnPropertyNames(t.prototype).forEach((function(n){D(e.prototype,t.prototype,n)})),Object.getOwnPropertyNames(t).forEach((function(n){D(e,t,n)}))}function D(e,t,n){var r=n?Reflect.getOwnMetadataKeys(t,n):Reflect.getOwnMetadataKeys(t);r.forEach((function(r){var o=n?Reflect.getOwnMetadata(r,t,n):Reflect.getOwnMetadata(r,t);n?Reflect.defineMetadata(r,o,e,n):Reflect.defineMetadata(r,o,e)}))}var I={__proto__:[]},L=I instanceof Array;function O(e){return function(t,n,r){var o="function"===typeof t?t:t.constructor;o.__decorators__||(o.__decorators__=[]),"number"!==typeof r&&(r=void 0),o.__decorators__.push((function(t){return e(t,n,r)}))}}function R(e){var t=y(e);return null==e||"object"!==t&&"function"!==t}function q(e,t){var n=t.prototype._init;t.prototype._init=function(){var t=this,n=Object.getOwnPropertyNames(e);if(e.$options.props)for(var r in e.$options.props)e.hasOwnProperty(r)||n.push(r);n.forEach((function(n){Object.defineProperty(t,n,{get:function(){return e[n]},set:function(t){e[n]=t},configurable:!0})}))};var r=new t;t.prototype._init=n;var o={};return Object.keys(r).forEach((function(e){void 0!==r[e]&&(o[e]=r[e])})),o}var F=["data","beforeCreate","created","beforeMount","mounted","beforeDestroy","destroyed","beforeUpdate","updated","activated","deactivated","render","errorCaptured","serverPrefetch"];function M(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.name=t.name||e._componentTag||e.name;var n=e.prototype;Object.getOwnPropertyNames(n).forEach((function(e){if("constructor"!==e)if(F.indexOf(e)>-1)t[e]=n[e];else{var r=Object.getOwnPropertyDescriptor(n,e);void 0!==r.value?"function"===typeof r.value?(t.methods||(t.methods={}))[e]=r.value:(t.mixins||(t.mixins=[])).push({data:function(){return x({},e,r.value)}}):(r.get||r.set)&&((t.computed||(t.computed={}))[e]={get:r.get,set:r.set})}})),(t.mixins||(t.mixins=[])).push({data:function(){return q(this,e)}});var r=e.__decorators__;r&&(r.forEach((function(e){return e(t)})),delete e.__decorators__);var o=Object.getPrototypeOf(e.prototype),i=o instanceof w.a?o.constructor:w.a,a=i.extend(t);return B(a,e,i),T()&&j(a,e),a}var P={prototype:!0,arguments:!0,callee:!0,caller:!0};function B(e,t,n){Object.getOwnPropertyNames(t).forEach((function(r){if(!P[r]){var o=Object.getOwnPropertyDescriptor(e,r);if(!o||o.configurable){var i=Object.getOwnPropertyDescriptor(t,r);if(!L){if("cid"===r)return;var a=Object.getOwnPropertyDescriptor(n,r);if(!R(i.value)&&a&&a.value===i.value)return}0,Object.defineProperty(e,r,i)}}}))}function z(e){return"function"===typeof e?M(e):function(t){return M(t,e)}}z.registerHooks=function(e){F.push.apply(F,C(e))};var N=z;var $="undefined"!==typeof Reflect&&"undefined"!==typeof Reflect.getMetadata;function U(e,t,n){if($&&!Array.isArray(e)&&"function"!==typeof e&&"undefined"===typeof e.type){var r=Reflect.getMetadata("design:type",t,n);r!==Object&&(e.type=r)}}function H(e){return void 0===e&&(e={}),function(t,n){U(e,t,n),O((function(t,n){(t.props||(t.props={}))[n]=e}))(t,n)}}function Q(e,t){void 0===t&&(t={});var n=t.deep,r=void 0!==n&&n,o=t.immediate,i=void 0!==o&&o;return O((function(t,n){"object"!==typeof t.watch&&(t.watch=Object.create(null));var o=t.watch;"object"!==typeof o[e]||Array.isArray(o[e])?"undefined"===typeof o[e]&&(o[e]=[]):o[e]=[o[e]],o[e].push({handler:n,deep:r,immediate:i})}))}var W=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"loading",rawName:"v-loading",value:e.state.loading,expression:"state.loading"}]},[n("header",[n("el-input",{staticClass:"htui-search",attrs:{placeholder:e.searchPlaceholder||"请输入关键字查询"},model:{value:e.state.filterData.Filter,callback:function(t){e.$set(e.state.filterData,"Filter",t)},expression:"state.filterData.Filter"}})],1),n("article",[n("el-table",{ref:"comTable",staticStyle:{width:"100%"},attrs:{height:e.confige.table&&e.confige.table.height?e.confige.table.height:250,"row-key":e.confige.table&&e.confige.table.rowkey?e.confige.table.rowkey:"id",data:e.dataSource,"tooltip-effect":"dark"},on:{"row-click":e.rowClick}},[n("el-table-column",{attrs:{width:"55"},scopedSlots:e._u([{key:"default",fn:function(t){var r=t.row;return[n("el-checkbox",{attrs:{value:e.state.checkObj&&e.state.checkObj.id===r.id},nativeOn:{click:function(e){e.preventDefault()}}})]}}])}),n("el-table-column",{attrs:{label:"序号",width:"55"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s((e.state.filterData.currentPage-1)*e.state.filterData.MaxResultCount+(t.$index+1))+" ")]}}])}),e._l(e.columns,(function(t){return n("el-table-column",{key:t.key,attrs:{label:t.title,"show-overflow-tooltip":!0,prop:t.key,width:t.width||120}},[e._t(t.key,[e._v(e._s(t.key))])],2)}))],2)],1),n("footer",[n("el-row",[n("el-col",{attrs:{span:24}},[n("p",{staticStyle:{width:"90px",float:"left"}},[e._v("共"+e._s(e.dataSource.length)+"条")]),e._e()],1)],1)],1)])},V=[];n("4de4"),n("c740"),n("caad"),n("e6cf"),n("a79d"),n("2532"),n("4160"),n("e439"),n("dbb4"),n("b64b"),n("159b");function J(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function G(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function K(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?G(Object(n),!0).forEach((function(t){J(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):G(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Z=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("auth-login-form",{tag:"div",staticClass:"container-login",attrs:{"base-config":JSON.stringify(e.baseConfig)}})},X=[],Y=(n("cca6"),n("ac1f"),n("466d"),n("a78e")),ee=n.n(Y),te={Language:"zh-Hans",setLanguage:function(e){this.Language=e},loginUrl:"/oauth2/connect/token",content:"通过创新的技术与产品,提升用户价值",setContent:function(e){this.content=e},logoUrl:"/publicData/images/loginLogo.png",setLogoUrl:function(e){this.logoUrl=e},imgurl:"/publicData/images/loginBg-1.png",setImgUrl:function(e){this.imgurl=e},setLoginUrl:function(e){this.loginUrl=e},isTenantAvailable:"/oauth2/api/abp/multi-tenancy/tenants/by-name",setIsTenantAvailable:function(e){this.isTenantAvailable=e},authorization:"Authorization",token_type:"token_type",oAuthConfig:{grant_type:"password",scope:"AuthServer",client_id:"AuthServer_App",client_secret:"1q2w3e*"},setOAuthConfig:function(e){this.oAuthConfig=Object.assign(this.oAuthConfig,e)},accessTokenKey:"Abp.AuthToken",abpTenantKey:"Abp.TenantId",tenantKey:"__tenant",setTenantKey:function(e){this.tenantKey=e},ApplicationId:{key:"ApplicationId",value:""},setApplicationId:function(e){e.key&&(this.ApplicationId.key=e.key),e.value&&(this.ApplicationId.value=e.value)},userId:"userId",enc_auth_token_key:"enc_auth_token",refreshTokenKey:"refresh_token_key",loginTitle:"星环视界智能科技",setLoginTitle:function(e){this.loginTitle=e},getLoginState:function(){return!!ee.a.get(this.accessTokenKey)},currentLoginInfoUrl:"/oauth2/api/abp/application-configuration",setcurrentLoginInfoUrl:function(e){this.currentLoginInfoUrl=e},clearCookies:function(){var e=document.cookie.match(/[^ =;]+(?==)/g);if(e)for(var t=e.length;t--;)document.cookie=e[t]+"=0;path=/;expires="+new Date(0).toUTCString()},getCookie:function(e){return ee.a.get(e)},setCookie:function(e,t,n){ee.a.set(e,t,n)}},ne=te,re=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.baseConfig=ne,e}return u(n,[{key:"created",value:function(){}},{key:"mounted",value:function(){}}]),n}(w.a);re=b([N({components:{}})],re);var oe=re,ie=oe;n("019a");function ae(e,t,n,r,o,i,a,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),o&&o.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=l):o&&(l=s?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var p=c.beforeCreate;c.beforeCreate=p?[].concat(p,l):[l]}return{exports:e,options:c}}var se=ae(ie,Z,X,!1,null,null,null),le=(se.exports,n("bc3a")),ce=n.n(le);function ue(e){const t=(new Date).getTime().toString();let n=document.createElement("auth-alert");n.setAttribute("error",JSON.stringify(e)),n.setAttribute("response",e.response?JSON.stringify(e.response):""),n.id="my-alert"+t,document.body.appendChild(n)}let pe={baseURL:ne.baseUrl,timeout:6e4};const fe=ce.a.create(pe);fe.interceptors.request.use((function(e){if(ee.a.get(ne.accessTokenKey)){const t=ee.a.get(ne.token_type)+" "+ee.a.get(ne.accessTokenKey);e.headers[ne.authorization]=t}return ee.a.get(ne.tenantKey)&&(e.headers[ne.tenantKey]=ee.a.get(ne.tenantKey)),(ne.ApplicationId.value||ee.a.get(ne.ApplicationId.key))&&(e.headers[ne.ApplicationId.key]=ne.ApplicationId.value||ee.a.get(ne.ApplicationId.key)),e.headers["Accept-Language"]=ne.Language,e}),(function(e){return ue(e),Promise.reject(e)})),fe.interceptors.response.use((function(e){return e}),(function(e){return ue(e),console.log(e),Promise.reject(e)}));var de=fe,he=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,dataSource:[],showPage:!0,filterData:{currentPage:1,Filter:"",MaxResultCount:1e3,SkipCount:0,totalCount:0},checkObj:void 0},e}return u(n,[{key:"created",value:function(){this.getDataSource()}},{key:"rowClick",value:function(e){var t=this.state.checkObj;t&&t.id===e.id?this.state.checkObj=void 0:this.state.checkObj=e,this.$emit("callback",this.state.checkObj,"click")}},{key:"topage",value:function(e){Array.isArray(e)?this.state.dataSource=e:e.items&&e.items.length?(this.state.dataSource=e.items,this.state.filterData.totalCount=e.totalCount):this.state.dataSource=[],this.toFindData()}},{key:"clearCheck",value:function(){this.state.checkObj=void 0,this.$emit("callback",this.state.checkObj)}},{key:"toFindData",value:function(){var e=this.confige,t=e.name,n=e.value,r=this.state.dataSource,o=r.findIndex((function(e){return e[null!==t&&void 0!==t?t:"id"]===n}));r.length&&(this.state.checkObj=r[o]),this.$emit("callback",this.state.checkObj)}},{key:"handleCurrentChange",value:function(e){this.state.filterData.currentPage=e||1;var t=this.state.filterData,n=t.MaxResultCount,r=void 0===n?0:n,o=t.currentPage;this.state.filterData.SkipCount=(o-1)*r,this.getDataSource()}},{key:"handelSizeChange",value:function(e){this.state.filterData.currentPage=1,this.state.filterData.MaxResultCount=e;var t=this.state.filterData,n=t.MaxResultCount,r=void 0===n?0:n,o=t.currentPage;this.state.filterData.SkipCount=(o-1)*r,this.getDataSource()}},{key:"getDataSource",value:function(){var e=this,t=this.confige.ajax,n=t.type,r=void 0===n?"get":n,o=t.url,i=t.params,a=t.data;if(this.state.loading=!0,"get"===r){var s={params:K(K({},this.state.filterData),i)};de.get(o,K({},s)).then((function(t){e.topage(t.data)})).catch((function(){e.$notify.error("请求失败")})).finally((function(){e.state.loading=!1}))}else{var l={params:K(K({},this.state.filterData),i),data:K(K({},this.state.filterData),a)};de.post(o,K({},l)).then((function(t){e.topage(t.data)})).catch((function(){e.$notify.error("请求失败")})).finally((function(){e.state.loading=!1}))}}},{key:"dataSource",get:function(){var e=this.state,t=e.filterData,n=e.dataSource,r=t.Filter;return n.filter((function(e){return JSON.stringify(e).includes(r)}))}}]),n}(w.a);b([H()],he.prototype,"columns",void 0),b([H()],he.prototype,"searchPlaceholder",void 0),b([H()],he.prototype,"confige",void 0),b([H()],he.prototype,"visible",void 0),b([Q("confige")],he.prototype,"getDataSource",null),he=b([N],he);var ge=he,_e=ge,me=ae(_e,W,V,!1,null,"5a58ed06",null),ve=me.exports,be=(n("45f7"),function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={config:{key:"",disabled:!1,clearable:!1,value:"",name:"",ajax:{url:"",params:{}},text:void 0},visible:!1,loading:!1,name:"",show:!1,icon:"el-icon-arrow-down",columns:[{key:"code",title:"编码"},{key:"name",title:"名称"},{key:"description",title:"描述"}]},e}return u(n,[{key:"created",value:function(){this.state.config=JSON.parse(this.config),this.columns&&(this.state.columns=this.columns)}},{key:"show",value:function(){this.state.icon="el-icon-arrow-up",this.state.show=!0}},{key:"callback",value:function(e,t){var n=this.state.config,r=n.text||"name";this.state.name=e?e[r]:void 0,this.$emit("change",e,t),t&&(this.$refs["elPopver"].doToggle(),this.state.visible=!1)}},{key:"hide",value:function(){this.state.icon="el-icon-arrow-down",this.state.visible=!0,this.state.show=!1}},{key:"blurInput",value:function(){var e=this.state.show;this.state.visible=!0,this.state.icon=e?"el-icon-arrow-up":"el-icon-arrow-down"}},{key:"focusInput",value:function(){this.state.icon="el-icon-circle-close",this.state.visible=!this.state.config.disabled}},{key:"clear",value:function(){if(!this.state.config.disabled){var e=this.$refs[this.state.config.key||"ht-table"];this.state.visible=!1,e.clearCheck()}}},{key:"watchConfig",value:function(e){this.state.config=JSON.parse(e)}}]),n}(w.a));b([H()],be.prototype,"comStyle",void 0),b([H()],be.prototype,"config",void 0),b([H()],be.prototype,"width",void 0),b([H()],be.prototype,"inputWidth",void 0),b([H()],be.prototype,"placeholder",void 0),b([H()],be.prototype,"searchPlaceholder",void 0),b([H()],be.prototype,"columns",void 0),b([Q("config")],be.prototype,"watchConfig",null),be=b([N({name:"HtSelectTable",components:{CommonTable:ve}})],be);var ke=be,we=ke,ye=ae(we,a,s,!1,null,null,null),xe=ye.exports;xe.install=function(e){e.component("HtSelectTable",xe)};var Ce=xe,Ae=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-pagination",{attrs:{background:e.background,"hide-on-single-page":e.hideOnSinglePage,disabled:!!e.disabled,small:!!e.small,"current-page":e.state.pageInfo.currentPage,"page-size":e.state.pageInfo.maxResultCount,"page-sizes":e.pageSizes||[10,20,30,40,50,100],layout:e.layout||"total, sizes, prev, pager, next, jumper",total:e.state.pageInfo.totalCount},on:{"current-change":e.handleCurrentChange,"size-change":e.handelSizeChange}})},Ee=[],Se=(n("a9e3"),function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,pageInfo:{currentPage:1,maxResultCount:10,skipCount:0,totalCount:0}},e}return u(n,[{key:"created",value:function(){this.pageInfo&&this.setpageInfo(this.pageInfo)}},{key:"handleCurrentChange",value:function(e){this.state.pageInfo.currentPage=e||1;var t=this.state.pageInfo,n=t.maxResultCount,r=void 0===n?0:n,o=t.currentPage;this.state.pageInfo.skipCount=(o-1)*r,this.$emit("onchange",this.state.pageInfo)}},{key:"handelSizeChange",value:function(e){this.state.pageInfo.currentPage=1,this.state.pageInfo.maxResultCount=e,this.handleCurrentChange(1)}},{key:"setpageInfo",value:function(e){var t=e;this.state.pageInfo={currentPage:Number(t.currentPage),maxResultCount:Number(t.pageSize),skipCount:Number(t.skipCount),totalCount:Number(t.totalCount)}}}]),n}(w.a));b([H()],Se.prototype,"comStyle",void 0),b([H()],Se.prototype,"small",void 0),b([H()],Se.prototype,"pageInfo",void 0),b([H()],Se.prototype,"pageSize",void 0),b([H()],Se.prototype,"skipCount",void 0),b([H()],Se.prototype,"disabled",void 0),b([H()],Se.prototype,"background",void 0),b([H()],Se.prototype,"hideOnSinglePage",void 0),b([H()],Se.prototype,"pageSizes",void 0),b([H()],Se.prototype,"layout",void 0),b([Q("pageInfo")],Se.prototype,"setpageInfo",null),Se=b([N({name:"HtPagination"})],Se);var Te=Se,je=Te,De=ae(je,Ae,Ee,!1,null,null,null),Ie=De.exports;Ie.install=function(e){e.component("HtPagination",Ie)};var Le=Ie,Oe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"loading",rawName:"v-loading",value:e.state.loading,expression:"state.loading"}]},[n("article",[n("el-table",{ref:"comTable",attrs:{height:e.height,"max-height":e.maxHeight,border:e.border,stripe:e.stripe,size:e.size,fit:e.fit,"show-header":e.showHeader,"empty-text":e.emptyText||"暂无数据","row-style":e.rowStyle,"row-class-name":e.rowClassName,"current-row-key":e.currentRowKey,"highlight-current-row":e.highlightCurrentRow,"row-key":e.rowKey||"id",data:e.data,"tooltip-effect":"dark"},on:{"row-click":function(t,n,r){return e.$emit("row-click",t,n,r)},"row-contextmenu":function(t,n,r){return e.$emit("row-contextmenu",t,n,r)},"row-dblclick":function(t,n,r){return e.$emit("row-dblclick",t,n,r)},"header-click":function(t,n){return e.$emit("header-click",t,n)},"header-contextmenu":function(t,n){return e.$emit("header-contextmenu",t,n)},"sort-change":function(t){var n=t.column,r=t.prop,o=t.order;return e.$emit("sort-change",{column:n,prop:r,order:o})},"filter-change":function(t){return e.$emit("filter-change",t)},"current-change":function(t,n){return e.$emit("current-change",t,n)},select:function(t,n){return e.$emit("select",t,n)},"select-all":function(t){return e.$emit("select-all",t)},"selection-change":function(t){return e.$emit("selection-change",t)},"cell-mouse-enter":function(t,n,r,o){return e.$emit("cell-mouse-enter",t,n,r,o)},"cell-mouse-leave":function(t,n,r,o){return e.$emit("cell-mouse-leave",t,n,r,o)},"cell-click":function(t,n,r,o){return e.$emit("cell-click",t,n,r,o)},"cell-dblclick":function(t,n,r,o){return e.$emit("cell-dblclick",t,n,r,o)}}},[e.checked?n("el-table-column",{attrs:{width:"55","reserve-selection":e.reserveSelection,selectable:e.selectable,type:"selection"}}):e._e(),e.hideOrder?e._e():n("el-table-column",{attrs:{label:void 0===e.keyName?"序号":e.keyName,align:"center",width:"55"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s((e.state.pageInfo.currentPage-1)*e.state.pageInfo.pageSize+(t.$index+1))+" ")]}}],null,!1,2272936552)},[n("template",{slot:"header"},[e._t("header_order")],2)],2),e._l(e.columns,(function(t){return[t.hide?e._e():n("el-table-column",{key:t.key,attrs:{label:t.title,fixed:t.fixed,align:t.align,"header-align":t.headerAlign,"column-key":t.columnKey,"class-name":t.className,prop:t.key,"show-overflow-tooltip":"common"!==t.type&&"org"!==t.type&&"userId"!==t.type&&!1!==t.showOverflowTooltip,sortable:t.sortable,"sort-method":t.sortMethod,"sort-orders":t.sortOrders,formatter:t.formatter,"sort-by":t.sortBy,"min-width":t.minWidth,width:t.width},scopedSlots:e._u([{key:"default",fn:function(r){var o=r.row,i=r.column,a=r.rowIndex;return[e._t(t.key,["org"===t.type?[e.getPropByPath(o,t.key)?n("common-org-info",{attrs:{"org-id":e.getPropByPath(o,t.key),type:"tag"}}):n("span",[e._v("--")])]:"common"===t.type?[e.getPropByPath(o,t.key)?n("common-datas-info-id",{tag:"div",attrs:{"user-id":t.commonType["userId"]?e.getPropByPath(o,t.key):"[]","department-id":t.commonType["departmentId"]?e.getPropByPath(o,t.key):"[]","role-id":t.commonType["roleId"]?e.getPropByPath(o,t.key):"[]","base-data-id":t.commonType["baseDataId"]?e.getPropByPath(o,t.key):"","base-data-value":t.commonType["baseDataValue"]?e.getPropByPath(o,t.key):"","base-data-name":t.commonType["baseDataName"]?e.getPropByPath(o,t.key):"","base-data-info":!0}}):n("span",[e._v("--")])]:"userId"===t.type?[e.getPropByPath(o,t.key)?n("common-datas-info-id",{tag:"div",attrs:{"user-id":JSON.stringify(e.getPropByPath(o,t.key)),"base-data-info":!0}}):n("span",[e._v("--")])]:"time"===t.type?[e.getPropByPath(o,t.key)?n("div",{staticClass:"ht-column-cell"},[t.spread?[n("p",{staticStyle:{color:"var(--primary)",margin:"0",padding:"0"}},[e._v(e._s(e.getPropByPath(o,t.key).slice(11,19)))]),n("p",{staticStyle:{margin:"0",padding:"0"}},[e._v(e._s(e.getPropByPath(o,t.key).replace("T"," ").slice(0,10)))])]:n("span",[e._v(" "+e._s(e.getPropByPath(o,t.key).replace("T"," ").slice(0,19)))])],2):n("span",[e._v("--")])]:n("span",[e._v(e._s(e.getPropByPath(o,t.key)))])],{row:o,column:i,rowIndex:a})]}},{key:"header",fn:function(n){var r=n.column,o=n.$index;return[e._t("header_"+t.key,[e._v(e._s(t.title))],{column:r,$index:o})]}}],null,!0)})]}))],2)],1),e.hidePage?e._e():n("footer",[n("el-row",{attrs:{name:"footer"}},[e._t("footerLeft"),n("el-col",{attrs:{span:12}},[n("PageInfo",{attrs:{"hide-on-single-page":e.pagination&&e.pagination.hideOnSinglePage,small:e.pagination&&e.pagination.small,"page-sizes":e.pagination&&e.pagination.pageSizes,"page-info":e.state.pageInfo},on:{onchange:function(t){return e.$emit("onchange",t)}}})],1)],2)],1)])},Re=[],qe=(n("5319"),n("1276"),function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,pageInfo:{currentPage:1,pageSize:10,skipCount:0,totalCount:0}},e}return u(n,[{key:"created",value:function(){this.setPageInfo(this.pageInfo)}},{key:"getPropByPath",value:function(e,t,n){var r=e;t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,"");for(var o=t.split("."),i=0,a=o.length;i<a-1;++i){if(!r&&!n)break;var s=o[i];if(!(s in r)){if(n)throw new Error("please transfer a valid prop path to form item!");break}r=r[s]}return r?r[o[i]]:null}},{key:"showValue",value:function(e,t){return t?t.includes(".")?"":e[t]:""}},{key:"setPageInfo",value:function(e){if(e){var t=e;this.state.pageInfo={currentPage:Number(t.currentPage),pageSize:Number(t.pageSize),skipCount:Number(t.skipCount),totalCount:Number(t.totalCount)}}}}]),n}(w.a));b([H()],qe.prototype,"columns",void 0),b([H()],qe.prototype,"data",void 0),b([H()],qe.prototype,"keyName",void 0),b([H()],qe.prototype,"hidePage",void 0),b([H()],qe.prototype,"checked",void 0),b([H()],qe.prototype,"reserveSelection",void 0),b([H()],qe.prototype,"height",void 0),b([H()],qe.prototype,"maxHeight",void 0),b([H()],qe.prototype,"rowKey",void 0),b([H()],qe.prototype,"stripe",void 0),b([H()],qe.prototype,"border",void 0),b([H()],qe.prototype,"size",void 0),b([H()],qe.prototype,"fit",void 0),b([H()],qe.prototype,"showHeader",void 0),b([H()],qe.prototype,"rowClassName",void 0),b([H()],qe.prototype,"selectable",void 0),b([H()],qe.prototype,"currentRowKey",void 0),b([H()],qe.prototype,"highlightCurrentRow",void 0),b([H()],qe.prototype,"rowStyle",void 0),b([H()],qe.prototype,"hideOrder",void 0),b([H()],qe.prototype,"pageInfo",void 0),b([H()],qe.prototype,"emptyText",void 0),b([H()],qe.prototype,"pagination",void 0),b([Q("pageInfo")],qe.prototype,"setPageInfo",null),qe=b([N({name:"HtTable",components:{PageInfo:Ie}})],qe);var Fe=qe,Me=Fe,Pe=ae(Me,Oe,Re,!1,null,"232b91ff",null),Be=Pe.exports;Be.install=function(e){e.component("HtTable",Be)};var ze=Be,Ne=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{directives:[{name:"loading",rawName:"v-loading",value:e.state.loading,expression:"state.loading"}],on:{click:e.exportExcel}},[e._t("default",[n("el-button",{attrs:{type:"primary"}},[e._v(" 导出Excel ")])],{loading:e.state.loading})],2)},$e=[];n("2b3d");w.a.config.productionTip=!1;var Ue=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1},e}return u(n,[{key:"exportExcel",value:function(){var e=this;if(!1!==this.exportBefore){this.state.loading=!0;var t=this.fileName||"未知文件名.xlsx",n={responseType:"blob",params:{}};this.params&&(n=this.params),this.url&&("post"===this.method?de.post(this.url,n,{responseType:"blob"}).then((function(n){var r=n.data;if(!e.fileName){var o=n.headers["content-disposition"];if(!o)return void e.$notify.warning("暂无数据导出");t=decodeURIComponent(o.split("filename*=UTF-8")[1]).replace("''","")}var i=new Blob([r]);if("download"in document.createElement("a")){var a=document.createElement("a");a.download=t,a.style.display="none",a.href=URL.createObjectURL(i),document.body.appendChild(a),a.click(),URL.revokeObjectURL(a.href),document.body.removeChild(a)}else navigator.msSaveBlob(i,t)})).finally((function(){e.state.loading=!1})):de.get(this.url,{responseType:"blob",params:n}).then((function(n){var r=n.data;if(!e.fileName){var o=n.headers["content-disposition"];t=decodeURIComponent(o.split("filename*=UTF-8")[1]).replace("''","")}var i=new Blob([r]);if("download"in document.createElement("a")){var a=document.createElement("a");a.download=t,a.style.display="none",a.href=URL.createObjectURL(i),document.body.appendChild(a),a.click(),URL.revokeObjectURL(a.href),document.body.removeChild(a)}else navigator.msSaveBlob(i,t)})).finally((function(){e.state.loading=!1})))}}}]),n}(w.a);b([H()],Ue.prototype,"method",void 0),b([H()],Ue.prototype,"url",void 0),b([H()],Ue.prototype,"params",void 0),b([H()],Ue.prototype,"fileName",void 0),b([H()],Ue.prototype,"exportBefore",void 0),Ue=b([N],Ue);var He=Ue,Qe=He,We=ae(Qe,Ne,$e,!1,null,"23fd9fd2",null),Ve=We.exports;Ve.install=function(e){e.component("HtExport",Ve)};var Je=Ve,Ge=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"files-view"},[n("el-upload",{class:{"only-show":e.onlyShow},attrs:{action:"/files/api/filing/file/upload","on-success":e.handleSuccess,accept:e.state.accept,"before-upload":e.handelBeforeLoad,headers:e.headers,"file-list":e.state.fileData.fileList,"list-type":"picture-card",multiple:"",disabled:e.onlyShow},scopedSlots:e._u([{key:"file",fn:function(t){var r=t.file;return n("div",{attrs:{title:r.fileName}},[r.fileType&&r.fileType.includes("image")?n("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:"/files/api/filing/file/download/"+r.fileToken,alt:r.fileName,fit:"fill"}}):n("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:e.showIcon(r),alt:r.fileName,fit:"fill"}}),n("span",{staticClass:"el-upload-list__item-actions"},[r.fileType&&r.fileType.includes("image")?n("span",{staticClass:"el-upload-list__item-preview",on:{click:function(t){return e.handlePictureCardPreview(r)}}},[n("i",{staticClass:"el-icon-zoom-in"})]):e._e(),e.state.disabled?e._e():n("span",{staticClass:"el-upload-list__item-delete",on:{click:function(t){return e.handleDownload(r)}}},[n("i",{staticClass:"el-icon-download"})]),e.state.disabled||e.onlyShow?e._e():n("span",{staticClass:"el-upload-list__item-delete",on:{click:function(t){return e.handleRemove(r)}}},[n("i",{staticClass:"el-icon-delete"})])])])}}])},[n("i",{staticClass:"el-icon-plus",attrs:{slot:"default"},slot:"default"})]),n("el-dialog",{attrs:{visible:e.state.dialogVisible,"modal-append-to-body":!1,modal:!1,"append-to-body":!0},on:{"update:visible":function(t){return e.$set(e.state,"dialogVisible",t)}}},[n("article",{staticStyle:{height:"calc(100vh - 200px)",overflow:"auto"}},[n("img",{attrs:{src:e.state.dialogImageUrl,alt:""}})])])],1)},Ke=[];n("baa5"),n("fb6a"),n("a434");function Ze(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Xe(e){if(Array.isArray(e))return Ze(e)}n("a630");function Ye(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function et(e,t){if(e){if("string"===typeof e)return Ze(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ze(e,t):void 0}}function tt(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function nt(e){return Xe(e)||Ye(e)||et(e)||tt()}var rt=n("fd57"),ot=n.n(rt),it=n("cb77"),at=n.n(it),st=n("5a7d"),lt=n.n(st),ct=n("b902"),ut=n.n(ct),pt=n("1683"),ft=n.n(pt),dt=n("35ba"),ht=n.n(dt),gt=n("8a0c"),_t=n.n(gt),mt=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,accept:".png, .jpg, .jpeg,.mp4,.pdf,.doc,.docx,.txt,.ppt,.pptx,.xls,.xlsx,.gif",fileData:{file:void 0,fileList:[]},dialogImageUrl:"",dialogVisible:!1,disabled:!1},e}return u(n,[{key:"created",value:function(){this.tokens&&(this.state.fileData.fileList=nt(this.tokens)),this.accept&&(this.state.accept=this.accept)}},{key:"showIcon",value:function(e,t){var n=e.fileName||"",r=e.fileType,o=_t.a;return(null===n||void 0===n?void 0:n.lastIndexOf(".docx"))>-1&&(o=lt.a),(null===n||void 0===n?void 0:n.lastIndexOf(".pptx"))>-1&&(o=ft.a),r?(r.includes("video")&&(o=ot.a),r.includes("doc")&&(o=lt.a),(r.includes("excel")||r.includes("sheet"))&&(o=ht.a),r.includes("pdf")&&(o=at.a),r.includes("text")&&(o=ut.a),r.includes("ppt")&&(o=ft.a),o):o}},{key:"handleSuccess",value:function(e,t,n){var r=this;n.forEach((function(e){if(e.url){var n,o={fileName:e.name,fileSize:e.size,fileToken:null===(n=e.response)||void 0===n?void 0:n.fileToken,fileType:e.raw.type,id:e.uid.toString()};r.state.fileData.fileList.push(K({},o)),e.uid==t.uid&&(r.state.fileData.file=K({},o))}})),this.$emit("change",this.state.fileData)}},{key:"handleRemove",value:function(e){var t=this.state.fileData.fileList.findIndex((function(t){return t.id==e.id}));t>=0&&(this.state.fileData.file=K({},e),this.state.fileData.fileList.splice(t,1),this.$emit("change",this.state.fileData))}},{key:"handlePictureCardPreview",value:function(e){this.state.dialogImageUrl="/files/api/filing/file/download/".concat(e.fileToken),this.state.dialogVisible=!0}},{key:"handelBeforeLoad",value:function(e){var t=e.name.lastIndexOf("."),n=e.name.slice(t+1),r=["mp4","avi","pdf","doc","docx","txt","ppt","pptx","png","gif","jpg","xls","xlsx"];return!!r.includes(n)||(this.$notify.warning("上传格式不正确"),!1)}},{key:"handleDownload",value:function(e){var t="/files/api/filing/file/download/".concat(e.fileToken),n=document.createElement("a");n.href=t,n.download="".concat(e.fileName),n.click(),window.URL.revokeObjectURL(t)}},{key:"onToken",value:function(){this.state.fileData.fileList=nt(this.tokens)}},{key:"headers",get:function(){return{_tenant:ne.getCookie("__tenant"),Authorization:"Bearer"+ne.getCookie("Abp.AuthToken")}}}]),n}(w.a);b([H({default:!1})],mt.prototype,"onlyShow",void 0),b([H()],mt.prototype,"tokens",void 0),b([H()],mt.prototype,"accept",void 0),b([Q("tokens")],mt.prototype,"onToken",null),mt=b([N],mt);var vt=mt,bt=vt,kt=(n("6344"),ae(bt,Ge,Ke,!1,null,null,null)),wt=kt.exports;wt.install=function(e){e.component("HtUpload",wt)};var yt=wt,xt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("mavon-editor",{ref:"md",attrs:{subfield:e.subfield,default_open:"{}",placeholder:e.placeholder,editable:!e.disabled},on:{save:e.save,imgAdd:e.addImg,change:e.change},model:{value:e.state.content,callback:function(t){e.$set(e.state,"content",t)},expression:"state.content"}})},Ct=[],At=n("b2d8"),Et=n.n(At);n("64e1");w.a.use(Et.a);var St=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,content:""},e}return u(n,[{key:"created",value:function(){this.state.content=this.value}},{key:"addImg",value:function(e,t){var n=this;if(this.changImg)this.$emit("callBackImg",e,t);else{var r=new FormData;r.append("file",t),de({url:"/files/api/filing/file/upload",method:"post",data:r,headers:{"Content-Type":"multipart/form-data"}}).then((function(t){200===t.status&&n.$refs.md.$img2Url(e,"/files/api/filing/file/download/".concat(t.data.fileToken))}))}}},{key:"change",value:function(e,t){this.$emit("input",e),this.$emit("change",e,t)}},{key:"save",value:function(e,t){this.$emit("save",e,t)}},{key:"onContent",value:function(e){this.state.content=e}}]),n}(w.a);b([H()],St.prototype,"changImg",void 0),b([H()],St.prototype,"disabled",void 0),b([H()],St.prototype,"value",void 0),b([H()],St.prototype,"placeholder",void 0),b([H()],St.prototype,"subfield",void 0),b([Q("value",{deep:!0})],St.prototype,"onContent",null),St=b([N],St);var Tt=St,jt=Tt,Dt=ae(jt,xt,Ct,!1,null,"1bb3f330",null),It=Dt.exports;It.install=function(e){e.component("HtMd",It)};var Lt=It,Ot=[Ce,Le,ze,Je,yt,Lt],Rt=function e(t){e.installed||Ot.map((function(e,n){return t.component(e.options.name||e.name,e)}))};"undefined"!==typeof window&&window.Vue&&Rt(window.Vue);var qt={install:Rt,HtSelectTable:Ce,HtPagination:Le,HtTable:ze,HtExport:Je,HtUpload:yt,HtMd:Lt};t["default"]=qt},fb6a:function(e,t,n){"use strict";var r=n("23e7"),o=n("861d"),i=n("e8b5"),a=n("23cb"),s=n("50c4"),l=n("fc6a"),c=n("8418"),u=n("b622"),p=n("1dde"),f=n("ae40"),d=p("slice"),h=f("slice",{ACCESSORS:!0,0:0,1:2}),g=u("species"),_=[].slice,m=Math.max;r({target:"Array",proto:!0,forced:!d||!h},{slice:function(e,t){var n,r,u,p=l(this),f=s(p.length),d=a(e,f),h=a(void 0===t?f:t,f);if(i(p)&&(n=p.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?o(n)&&(n=n[g],null===n&&(n=void 0)):n=void 0,n===Array||void 0===n))return _.call(p,d,h);for(r=new(void 0===n?Array:n)(m(h-d,0)),u=0;d<h;d++,u++)d in p&&c(r,u,p[d]);return r.length=u,r}})},fc6a:function(e,t,n){var r=n("44ad"),o=n("1d80");e.exports=function(e){return r(o(e))}},fd57:function(e,t,n){e.exports=n.p+"img/vedio.8638f032.png"},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,n){var r=n("4930");e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,n){var r=n("da84");e.exports=r.Promise}})}));
|
|
28
|
+
function y(e){return y="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},y(e)}function x(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function C(e){return A(e)||E(e)||S()}function A(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}function E(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}function S(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function T(){return"undefined"!==typeof Reflect&&Reflect.defineMetadata&&Reflect.getOwnMetadataKeys}function j(e,t){D(e,t),Object.getOwnPropertyNames(t.prototype).forEach((function(n){D(e.prototype,t.prototype,n)})),Object.getOwnPropertyNames(t).forEach((function(n){D(e,t,n)}))}function D(e,t,n){var r=n?Reflect.getOwnMetadataKeys(t,n):Reflect.getOwnMetadataKeys(t);r.forEach((function(r){var o=n?Reflect.getOwnMetadata(r,t,n):Reflect.getOwnMetadata(r,t);n?Reflect.defineMetadata(r,o,e,n):Reflect.defineMetadata(r,o,e)}))}var I={__proto__:[]},L=I instanceof Array;function O(e){return function(t,n,r){var o="function"===typeof t?t:t.constructor;o.__decorators__||(o.__decorators__=[]),"number"!==typeof r&&(r=void 0),o.__decorators__.push((function(t){return e(t,n,r)}))}}function R(e){var t=y(e);return null==e||"object"!==t&&"function"!==t}function q(e,t){var n=t.prototype._init;t.prototype._init=function(){var t=this,n=Object.getOwnPropertyNames(e);if(e.$options.props)for(var r in e.$options.props)e.hasOwnProperty(r)||n.push(r);n.forEach((function(n){Object.defineProperty(t,n,{get:function(){return e[n]},set:function(t){e[n]=t},configurable:!0})}))};var r=new t;t.prototype._init=n;var o={};return Object.keys(r).forEach((function(e){void 0!==r[e]&&(o[e]=r[e])})),o}var F=["data","beforeCreate","created","beforeMount","mounted","beforeDestroy","destroyed","beforeUpdate","updated","activated","deactivated","render","errorCaptured","serverPrefetch"];function M(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.name=t.name||e._componentTag||e.name;var n=e.prototype;Object.getOwnPropertyNames(n).forEach((function(e){if("constructor"!==e)if(F.indexOf(e)>-1)t[e]=n[e];else{var r=Object.getOwnPropertyDescriptor(n,e);void 0!==r.value?"function"===typeof r.value?(t.methods||(t.methods={}))[e]=r.value:(t.mixins||(t.mixins=[])).push({data:function(){return x({},e,r.value)}}):(r.get||r.set)&&((t.computed||(t.computed={}))[e]={get:r.get,set:r.set})}})),(t.mixins||(t.mixins=[])).push({data:function(){return q(this,e)}});var r=e.__decorators__;r&&(r.forEach((function(e){return e(t)})),delete e.__decorators__);var o=Object.getPrototypeOf(e.prototype),i=o instanceof w.a?o.constructor:w.a,a=i.extend(t);return B(a,e,i),T()&&j(a,e),a}var P={prototype:!0,arguments:!0,callee:!0,caller:!0};function B(e,t,n){Object.getOwnPropertyNames(t).forEach((function(r){if(!P[r]){var o=Object.getOwnPropertyDescriptor(e,r);if(!o||o.configurable){var i=Object.getOwnPropertyDescriptor(t,r);if(!L){if("cid"===r)return;var a=Object.getOwnPropertyDescriptor(n,r);if(!R(i.value)&&a&&a.value===i.value)return}0,Object.defineProperty(e,r,i)}}}))}function z(e){return"function"===typeof e?M(e):function(t){return M(t,e)}}z.registerHooks=function(e){F.push.apply(F,C(e))};var N=z;var $="undefined"!==typeof Reflect&&"undefined"!==typeof Reflect.getMetadata;function U(e,t,n){if($&&!Array.isArray(e)&&"function"!==typeof e&&"undefined"===typeof e.type){var r=Reflect.getMetadata("design:type",t,n);r!==Object&&(e.type=r)}}function H(e){return void 0===e&&(e={}),function(t,n){U(e,t,n),O((function(t,n){(t.props||(t.props={}))[n]=e}))(t,n)}}function Q(e,t){void 0===t&&(t={});var n=t.deep,r=void 0!==n&&n,o=t.immediate,i=void 0!==o&&o;return O((function(t,n){"object"!==typeof t.watch&&(t.watch=Object.create(null));var o=t.watch;"object"!==typeof o[e]||Array.isArray(o[e])?"undefined"===typeof o[e]&&(o[e]=[]):o[e]=[o[e]],o[e].push({handler:n,deep:r,immediate:i})}))}var W=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"loading",rawName:"v-loading",value:e.state.loading,expression:"state.loading"}]},[n("header",[n("el-input",{staticClass:"htui-search",attrs:{placeholder:e.searchPlaceholder||"请输入关键字查询"},model:{value:e.state.filterData.Filter,callback:function(t){e.$set(e.state.filterData,"Filter",t)},expression:"state.filterData.Filter"}})],1),n("article",[n("el-table",{ref:"comTable",staticStyle:{width:"100%"},attrs:{height:e.confige.table&&e.confige.table.height?e.confige.table.height:250,"row-key":e.confige.table&&e.confige.table.rowkey?e.confige.table.rowkey:"id",data:e.dataSource,"tooltip-effect":"dark"},on:{"row-click":e.rowClick}},[n("el-table-column",{attrs:{width:"55"},scopedSlots:e._u([{key:"default",fn:function(t){var r=t.row;return[n("el-checkbox",{attrs:{value:e.state.checkObj&&e.state.checkObj.id===r.id},nativeOn:{click:function(e){e.preventDefault()}}})]}}])}),n("el-table-column",{attrs:{label:"序号",width:"55"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s((e.state.filterData.currentPage-1)*e.state.filterData.MaxResultCount+(t.$index+1))+" ")]}}])}),e._l(e.columns,(function(t){return n("el-table-column",{key:t.key,attrs:{label:t.title,"show-overflow-tooltip":!0,prop:t.key,width:t.width||120}},[e._t(t.key,[e._v(e._s(t.key))])],2)}))],2)],1),n("footer",[n("el-row",[n("el-col",{attrs:{span:24}},[n("p",{staticStyle:{width:"90px",float:"left"}},[e._v("共"+e._s(e.dataSource.length)+"条")]),e._e()],1)],1)],1)])},V=[];n("4de4"),n("c740"),n("caad"),n("e6cf"),n("a79d"),n("2532"),n("4160"),n("e439"),n("dbb4"),n("b64b"),n("159b");function J(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function G(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function K(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?G(Object(n),!0).forEach((function(t){J(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):G(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Z=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("auth-login-form",{tag:"div",staticClass:"container-login",attrs:{"base-config":JSON.stringify(e.baseConfig)}})},X=[],Y=(n("cca6"),n("ac1f"),n("466d"),n("a78e")),ee=n.n(Y),te={Language:"zh-Hans",setLanguage:function(e){this.Language=e},loginUrl:"/oauth2/connect/token",content:"通过创新的技术与产品,提升用户价值",setContent:function(e){this.content=e},logoUrl:"/publicData/images/loginLogo.png",setLogoUrl:function(e){this.logoUrl=e},imgurl:"/publicData/images/loginBg-1.png",setImgUrl:function(e){this.imgurl=e},setLoginUrl:function(e){this.loginUrl=e},isTenantAvailable:"/oauth2/api/abp/multi-tenancy/tenants/by-name",setIsTenantAvailable:function(e){this.isTenantAvailable=e},authorization:"Authorization",token_type:"token_type",oAuthConfig:{grant_type:"password",scope:"AuthServer",client_id:"AuthServer_App",client_secret:"1q2w3e*"},setOAuthConfig:function(e){this.oAuthConfig=Object.assign(this.oAuthConfig,e)},accessTokenKey:"Abp.AuthToken",abpTenantKey:"Abp.TenantId",tenantKey:"__tenant",setTenantKey:function(e){this.tenantKey=e},ApplicationId:{key:"ApplicationId",value:""},setApplicationId:function(e){e.key&&(this.ApplicationId.key=e.key),e.value&&(this.ApplicationId.value=e.value)},userId:"userId",enc_auth_token_key:"enc_auth_token",refreshTokenKey:"refresh_token_key",loginTitle:"星环视界智能科技",setLoginTitle:function(e){this.loginTitle=e},getLoginState:function(){return!!ee.a.get(this.accessTokenKey)},currentLoginInfoUrl:"/oauth2/api/abp/application-configuration",setcurrentLoginInfoUrl:function(e){this.currentLoginInfoUrl=e},clearCookies:function(){var e=document.cookie.match(/[^ =;]+(?==)/g);if(e)for(var t=e.length;t--;)document.cookie=e[t]+"=0;path=/;expires="+new Date(0).toUTCString()},getCookie:function(e){return ee.a.get(e)},setCookie:function(e,t,n){ee.a.set(e,t,n)}},ne=te,re=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.baseConfig=ne,e}return u(n,[{key:"created",value:function(){}},{key:"mounted",value:function(){}}]),n}(w.a);re=b([N({components:{}})],re);var oe=re,ie=oe;n("019a");function ae(e,t,n,r,o,i,a,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),o&&o.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=l):o&&(l=s?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var p=c.beforeCreate;c.beforeCreate=p?[].concat(p,l):[l]}return{exports:e,options:c}}var se=ae(ie,Z,X,!1,null,null,null),le=(se.exports,n("bc3a")),ce=n.n(le);function ue(e){const t=(new Date).getTime().toString();let n=document.createElement("auth-alert");n.setAttribute("error",JSON.stringify(e)),n.setAttribute("response",e.response?JSON.stringify(e.response):""),n.id="my-alert"+t,document.body.appendChild(n)}let pe={baseURL:ne.baseUrl,timeout:6e4};const fe=ce.a.create(pe);fe.interceptors.request.use((function(e){if(ee.a.get(ne.accessTokenKey)){const t=ee.a.get(ne.token_type)+" "+ee.a.get(ne.accessTokenKey);e.headers[ne.authorization]=t}return ee.a.get(ne.tenantKey)&&(e.headers[ne.tenantKey]=ee.a.get(ne.tenantKey)),(ne.ApplicationId.value||ee.a.get(ne.ApplicationId.key))&&(e.headers[ne.ApplicationId.key]=ne.ApplicationId.value||ee.a.get(ne.ApplicationId.key)),e.headers["Accept-Language"]=ne.Language,e}),(function(e){return ue(e),Promise.reject(e)})),fe.interceptors.response.use((function(e){return e}),(function(e){return ue(e),console.log(e),Promise.reject(e)}));var de=fe,he=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,dataSource:[],showPage:!0,filterData:{currentPage:1,Filter:"",MaxResultCount:1e3,SkipCount:0,totalCount:0},checkObj:void 0},e}return u(n,[{key:"created",value:function(){this.getDataSource()}},{key:"rowClick",value:function(e){var t=this.state.checkObj;t&&t.id===e.id?this.state.checkObj=void 0:this.state.checkObj=e,this.$emit("callback",this.state.checkObj,"click")}},{key:"topage",value:function(e){Array.isArray(e)?this.state.dataSource=e:e.items&&e.items.length?(this.state.dataSource=e.items,this.state.filterData.totalCount=e.totalCount):this.state.dataSource=[],this.toFindData()}},{key:"clearCheck",value:function(){this.state.checkObj=void 0,this.$emit("callback",this.state.checkObj)}},{key:"toFindData",value:function(){var e=this.confige,t=e.name,n=e.value,r=this.state.dataSource,o=r.findIndex((function(e){return e[null!==t&&void 0!==t?t:"id"]===n}));r.length&&(this.state.checkObj=r[o]),this.$emit("callback",this.state.checkObj)}},{key:"handleCurrentChange",value:function(e){this.state.filterData.currentPage=e||1;var t=this.state.filterData,n=t.MaxResultCount,r=void 0===n?0:n,o=t.currentPage;this.state.filterData.SkipCount=(o-1)*r,this.getDataSource()}},{key:"handelSizeChange",value:function(e){this.state.filterData.currentPage=1,this.state.filterData.MaxResultCount=e;var t=this.state.filterData,n=t.MaxResultCount,r=void 0===n?0:n,o=t.currentPage;this.state.filterData.SkipCount=(o-1)*r,this.getDataSource()}},{key:"getDataSource",value:function(){var e=this,t=this.confige.ajax,n=t.type,r=void 0===n?"get":n,o=t.url,i=t.params,a=t.data;if(this.state.loading=!0,"get"===r){var s={params:K(K({},this.state.filterData),i)};de.get(o,K({},s)).then((function(t){e.topage(t.data)})).catch((function(){e.$notify.error("请求失败")})).finally((function(){e.state.loading=!1}))}else{var l={params:K(K({},this.state.filterData),i),data:K(K({},this.state.filterData),a)};de.post(o,K({},l)).then((function(t){e.topage(t.data)})).catch((function(){e.$notify.error("请求失败")})).finally((function(){e.state.loading=!1}))}}},{key:"dataSource",get:function(){var e=this.state,t=e.filterData,n=e.dataSource,r=t.Filter;return n.filter((function(e){return JSON.stringify(e).includes(r)}))}}]),n}(w.a);b([H()],he.prototype,"columns",void 0),b([H()],he.prototype,"searchPlaceholder",void 0),b([H()],he.prototype,"confige",void 0),b([H()],he.prototype,"visible",void 0),b([Q("confige")],he.prototype,"getDataSource",null),he=b([N],he);var ge=he,_e=ge,me=ae(_e,W,V,!1,null,"5a58ed06",null),ve=me.exports,be=(n("45f7"),function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={config:{key:"",disabled:!1,clearable:!1,value:"",name:"",ajax:{url:"",params:{}},text:void 0},visible:!1,loading:!1,name:"",show:!1,icon:"el-icon-arrow-down",columns:[{key:"code",title:"编码"},{key:"name",title:"名称"},{key:"description",title:"描述"}]},e}return u(n,[{key:"created",value:function(){this.state.config=JSON.parse(this.config),this.columns&&(this.state.columns=this.columns)}},{key:"show",value:function(){this.state.icon="el-icon-arrow-up",this.state.show=!0}},{key:"callback",value:function(e,t){var n=this.state.config,r=n.text||"name";this.state.name=e?e[r]:void 0,this.$emit("change",e,t),t&&(this.$refs["elPopver"].doToggle(),this.state.visible=!1)}},{key:"hide",value:function(){this.state.icon="el-icon-arrow-down",this.state.visible=!0,this.state.show=!1}},{key:"blurInput",value:function(){var e=this.state.show;this.state.visible=!0,this.state.icon=e?"el-icon-arrow-up":"el-icon-arrow-down"}},{key:"focusInput",value:function(){this.state.icon="el-icon-circle-close",this.state.visible=!this.state.config.disabled}},{key:"clear",value:function(){if(!this.state.config.disabled){var e=this.$refs[this.state.config.key||"ht-table"];this.state.visible=!1,e.clearCheck()}}},{key:"watchConfig",value:function(e){this.state.config=JSON.parse(e)}}]),n}(w.a));b([H()],be.prototype,"comStyle",void 0),b([H()],be.prototype,"config",void 0),b([H()],be.prototype,"width",void 0),b([H()],be.prototype,"inputWidth",void 0),b([H()],be.prototype,"placeholder",void 0),b([H()],be.prototype,"searchPlaceholder",void 0),b([H()],be.prototype,"columns",void 0),b([Q("config")],be.prototype,"watchConfig",null),be=b([N({name:"HtSelectTable",components:{CommonTable:ve}})],be);var ke=be,we=ke,ye=ae(we,a,s,!1,null,null,null),xe=ye.exports;xe.install=function(e){e.component("HtSelectTable",xe)};var Ce=xe,Ae=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-pagination",{attrs:{background:e.background,"hide-on-single-page":e.hideOnSinglePage,disabled:!!e.disabled,small:!!e.small,"current-page":e.state.pageInfo.currentPage,"page-size":e.state.pageInfo.maxResultCount,"page-sizes":e.pageSizes||[10,20,30,40,50,100],layout:e.layout||"total, sizes, prev, pager, next, jumper",total:e.state.pageInfo.totalCount},on:{"current-change":e.handleCurrentChange,"size-change":e.handelSizeChange}})},Ee=[],Se=(n("a9e3"),function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,pageInfo:{currentPage:1,maxResultCount:10,skipCount:0,totalCount:0}},e}return u(n,[{key:"created",value:function(){this.pageInfo&&this.setpageInfo(this.pageInfo)}},{key:"handleCurrentChange",value:function(e){this.state.pageInfo.currentPage=e||1;var t=this.state.pageInfo,n=t.maxResultCount,r=void 0===n?0:n,o=t.currentPage;this.state.pageInfo.skipCount=(o-1)*r,this.$emit("onchange",this.state.pageInfo)}},{key:"handelSizeChange",value:function(e){this.state.pageInfo.currentPage=1,this.state.pageInfo.maxResultCount=e,this.handleCurrentChange(1)}},{key:"setpageInfo",value:function(e){var t=e;this.state.pageInfo={currentPage:Number(t.currentPage),maxResultCount:Number(t.pageSize),skipCount:Number(t.skipCount),totalCount:Number(t.totalCount)}}}]),n}(w.a));b([H()],Se.prototype,"comStyle",void 0),b([H()],Se.prototype,"small",void 0),b([H()],Se.prototype,"pageInfo",void 0),b([H()],Se.prototype,"pageSize",void 0),b([H()],Se.prototype,"skipCount",void 0),b([H()],Se.prototype,"disabled",void 0),b([H()],Se.prototype,"background",void 0),b([H()],Se.prototype,"hideOnSinglePage",void 0),b([H()],Se.prototype,"pageSizes",void 0),b([H()],Se.prototype,"layout",void 0),b([Q("pageInfo")],Se.prototype,"setpageInfo",null),Se=b([N({name:"HtPagination"})],Se);var Te=Se,je=Te,De=ae(je,Ae,Ee,!1,null,null,null),Ie=De.exports;Ie.install=function(e){e.component("HtPagination",Ie)};var Le=Ie,Oe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"loading",rawName:"v-loading",value:e.state.loading,expression:"state.loading"}]},[n("article",[n("el-table",{ref:"comTable",attrs:{height:e.height,"max-height":e.maxHeight,border:e.border,stripe:e.stripe,size:e.size,fit:e.fit,"show-header":e.showHeader,"empty-text":e.emptyText||"暂无数据","row-style":e.rowStyle,"row-class-name":e.rowClassName,"current-row-key":e.currentRowKey,"highlight-current-row":e.highlightCurrentRow,"row-key":e.rowKey||"id",data:e.data,"tooltip-effect":"dark"},on:{"row-click":function(t,n,r){return e.$emit("row-click",t,n,r)},"row-contextmenu":function(t,n,r){return e.$emit("row-contextmenu",t,n,r)},"row-dblclick":function(t,n,r){return e.$emit("row-dblclick",t,n,r)},"header-click":function(t,n){return e.$emit("header-click",t,n)},"header-contextmenu":function(t,n){return e.$emit("header-contextmenu",t,n)},"sort-change":function(t){var n=t.column,r=t.prop,o=t.order;return e.$emit("sort-change",{column:n,prop:r,order:o})},"filter-change":function(t){return e.$emit("filter-change",t)},"current-change":function(t,n){return e.$emit("current-change",t,n)},select:function(t,n){return e.$emit("select",t,n)},"select-all":function(t){return e.$emit("select-all",t)},"selection-change":function(t){return e.$emit("selection-change",t)},"cell-mouse-enter":function(t,n,r,o){return e.$emit("cell-mouse-enter",t,n,r,o)},"cell-mouse-leave":function(t,n,r,o){return e.$emit("cell-mouse-leave",t,n,r,o)},"cell-click":function(t,n,r,o){return e.$emit("cell-click",t,n,r,o)},"cell-dblclick":function(t,n,r,o){return e.$emit("cell-dblclick",t,n,r,o)}}},[e.checked?n("el-table-column",{attrs:{width:"55","reserve-selection":e.reserveSelection,selectable:e.selectable,type:"selection"}}):e._e(),e.hideOrder?e._e():n("el-table-column",{attrs:{label:void 0===e.keyName?"序号":e.keyName,align:"center",width:"55"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(" "+e._s((e.state.pageInfo.currentPage-1)*e.state.pageInfo.pageSize+(t.$index+1))+" ")]}}],null,!1,2272936552)},[n("template",{slot:"header"},[e._t("header_order")],2)],2),e._l(e.columns,(function(t){return[t.hide?e._e():n("el-table-column",{key:t.key,attrs:{label:t.title,fixed:t.fixed,align:t.align,"header-align":t.headerAlign,"column-key":t.columnKey,"class-name":t.className,prop:t.key,"show-overflow-tooltip":"common"!==t.type&&"org"!==t.type&&"userId"!==t.type&&!1!==t.showOverflowTooltip,sortable:t.sortable,"sort-method":t.sortMethod,"sort-orders":t.sortOrders,formatter:t.formatter,"sort-by":t.sortBy,"min-width":t.minWidth,width:t.width},scopedSlots:e._u([{key:"default",fn:function(r){var o=r.row,i=r.column,a=r.rowIndex;return[e._t(t.key,["org"===t.type?[e.getPropByPath(o,t.key)?n("common-org-info",{attrs:{"org-id":e.getPropByPath(o,t.key),type:"tag"}}):n("span",[e._v("--")])]:"common"===t.type?[e.getPropByPath(o,t.key)?n("common-datas-info-id",{tag:"div",attrs:{"user-id":t.commonType["userId"]?e.getPropByPath(o,t.key):"[]","department-id":t.commonType["departmentId"]?e.getPropByPath(o,t.key):"[]","role-id":t.commonType["roleId"]?e.getPropByPath(o,t.key):"[]","base-data-id":t.commonType["baseDataId"]?e.getPropByPath(o,t.key):"","base-data-value":t.commonType["baseDataValue"]?e.getPropByPath(o,t.key):"","base-data-name":t.commonType["baseDataName"]?e.getPropByPath(o,t.key):"","base-data-info":!0}}):n("span",[e._v("--")])]:"userId"===t.type?[e.getPropByPath(o,t.key)?n("common-datas-info-id",{tag:"div",attrs:{"user-id":JSON.stringify(e.getPropByPath(o,t.key)),"base-data-info":!0}}):n("span",[e._v("--")])]:"time"===t.type?[e.getPropByPath(o,t.key)?n("div",{staticClass:"ht-column-cell"},[t.spread?[n("p",{staticStyle:{color:"var(--primary)",margin:"0",padding:"0"}},[e._v(e._s(e.getPropByPath(o,t.key).slice(11,19)))]),n("p",{staticStyle:{margin:"0",padding:"0"}},[e._v(e._s(e.getPropByPath(o,t.key).replace("T"," ").slice(0,10)))])]:n("span",[e._v(" "+e._s(e.getPropByPath(o,t.key).replace("T"," ").slice(0,19)))])],2):n("span",[e._v("--")])]:n("span",[e._v(e._s(e.getPropByPath(o,t.key)))])],{row:o,column:i,rowIndex:a})]}},{key:"header",fn:function(n){var r=n.column,o=n.$index;return[e._t("header_"+t.key,[e._v(e._s(t.title))],{column:r,$index:o})]}}],null,!0)})]}))],2)],1),e.hidePage?e._e():n("footer",[n("el-row",{attrs:{name:"footer"}},[e._t("footerLeft"),n("el-col",{attrs:{span:12}},[n("PageInfo",{attrs:{"hide-on-single-page":e.pagination&&e.pagination.hideOnSinglePage,small:e.pagination&&e.pagination.small,"page-sizes":e.pagination&&e.pagination.pageSizes,"page-info":e.state.pageInfo},on:{onchange:function(t){return e.$emit("onchange",t)}}})],1)],2)],1)])},Re=[],qe=(n("5319"),n("1276"),function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,pageInfo:{currentPage:1,pageSize:10,skipCount:0,totalCount:0}},e}return u(n,[{key:"created",value:function(){this.setPageInfo(this.pageInfo)}},{key:"getPropByPath",value:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=e;t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,"");for(var o=t.split("."),i=0,a=o.length;i<a-1;++i){if(!r&&!n)break;var s=o[i];if(!(s in r)){if(n)throw new Error("table中".concat(t,"字段发生错误,请检查"));break}r=r[s]}return r?r[o[i]]:null}},{key:"showValue",value:function(e,t){return t?t.includes(".")?"":e[t]:""}},{key:"setPageInfo",value:function(e){if(e){var t=e;this.state.pageInfo={currentPage:Number(t.currentPage),pageSize:Number(t.pageSize),skipCount:Number(t.skipCount),totalCount:Number(t.totalCount)}}}}]),n}(w.a));b([H()],qe.prototype,"columns",void 0),b([H()],qe.prototype,"data",void 0),b([H()],qe.prototype,"keyName",void 0),b([H()],qe.prototype,"hidePage",void 0),b([H()],qe.prototype,"checked",void 0),b([H()],qe.prototype,"reserveSelection",void 0),b([H()],qe.prototype,"height",void 0),b([H()],qe.prototype,"maxHeight",void 0),b([H()],qe.prototype,"rowKey",void 0),b([H()],qe.prototype,"stripe",void 0),b([H()],qe.prototype,"border",void 0),b([H()],qe.prototype,"size",void 0),b([H()],qe.prototype,"fit",void 0),b([H()],qe.prototype,"showHeader",void 0),b([H()],qe.prototype,"rowClassName",void 0),b([H()],qe.prototype,"selectable",void 0),b([H()],qe.prototype,"currentRowKey",void 0),b([H()],qe.prototype,"highlightCurrentRow",void 0),b([H()],qe.prototype,"rowStyle",void 0),b([H()],qe.prototype,"hideOrder",void 0),b([H()],qe.prototype,"pageInfo",void 0),b([H()],qe.prototype,"emptyText",void 0),b([H()],qe.prototype,"pagination",void 0),b([Q("pageInfo")],qe.prototype,"setPageInfo",null),qe=b([N({name:"HtTable",components:{PageInfo:Ie}})],qe);var Fe=qe,Me=Fe,Pe=ae(Me,Oe,Re,!1,null,"03466226",null),Be=Pe.exports;Be.install=function(e){e.component("HtTable",Be)};var ze=Be,Ne=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{directives:[{name:"loading",rawName:"v-loading",value:e.state.loading,expression:"state.loading"}],on:{click:e.exportExcel}},[e._t("default",[n("el-button",{attrs:{type:"primary"}},[e._v(" 导出Excel ")])],{loading:e.state.loading})],2)},$e=[];n("2b3d");w.a.config.productionTip=!1;var Ue=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1},e}return u(n,[{key:"exportExcel",value:function(){var e=this;if(!1!==this.exportBefore){this.state.loading=!0;var t=this.fileName||"未知文件名.xlsx",n={responseType:"blob",params:{}};this.params&&(n=this.params),this.url&&("post"===this.method?de.post(this.url,n,{responseType:"blob"}).then((function(n){var r=n.data;if(!e.fileName){var o=n.headers["content-disposition"];if(!o)return void e.$notify.warning("暂无数据导出");t=decodeURIComponent(o.split("filename*=UTF-8")[1]).replace("''","")}var i=new Blob([r]);if("download"in document.createElement("a")){var a=document.createElement("a");a.download=t,a.style.display="none",a.href=URL.createObjectURL(i),document.body.appendChild(a),a.click(),URL.revokeObjectURL(a.href),document.body.removeChild(a)}else navigator.msSaveBlob(i,t)})).finally((function(){e.state.loading=!1})):de.get(this.url,{responseType:"blob",params:n}).then((function(n){var r=n.data;if(!e.fileName){var o=n.headers["content-disposition"];t=decodeURIComponent(o.split("filename*=UTF-8")[1]).replace("''","")}var i=new Blob([r]);if("download"in document.createElement("a")){var a=document.createElement("a");a.download=t,a.style.display="none",a.href=URL.createObjectURL(i),document.body.appendChild(a),a.click(),URL.revokeObjectURL(a.href),document.body.removeChild(a)}else navigator.msSaveBlob(i,t)})).finally((function(){e.state.loading=!1})))}}}]),n}(w.a);b([H()],Ue.prototype,"method",void 0),b([H()],Ue.prototype,"url",void 0),b([H()],Ue.prototype,"params",void 0),b([H()],Ue.prototype,"fileName",void 0),b([H()],Ue.prototype,"exportBefore",void 0),Ue=b([N],Ue);var He=Ue,Qe=He,We=ae(Qe,Ne,$e,!1,null,"23fd9fd2",null),Ve=We.exports;Ve.install=function(e){e.component("HtExport",Ve)};var Je=Ve,Ge=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"files-view"},[n("el-upload",{class:{"only-show":e.onlyShow},attrs:{action:"/files/api/filing/file/upload","on-success":e.handleSuccess,accept:e.state.accept,"before-upload":e.handelBeforeLoad,headers:e.headers,"file-list":e.state.fileData.fileList,"list-type":"picture-card",multiple:"",disabled:e.onlyShow},scopedSlots:e._u([{key:"file",fn:function(t){var r=t.file;return n("div",{attrs:{title:r.fileName}},[r.fileType&&r.fileType.includes("image")?n("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:"/files/api/filing/file/download/"+r.fileToken,alt:r.fileName,fit:"fill"}}):n("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:e.showIcon(r),alt:r.fileName,fit:"fill"}}),n("span",{staticClass:"el-upload-list__item-actions"},[r.fileType&&r.fileType.includes("image")?n("span",{staticClass:"el-upload-list__item-preview",on:{click:function(t){return e.handlePictureCardPreview(r)}}},[n("i",{staticClass:"el-icon-zoom-in"})]):e._e(),e.state.disabled?e._e():n("span",{staticClass:"el-upload-list__item-delete",on:{click:function(t){return e.handleDownload(r)}}},[n("i",{staticClass:"el-icon-download"})]),e.state.disabled||e.onlyShow?e._e():n("span",{staticClass:"el-upload-list__item-delete",on:{click:function(t){return e.handleRemove(r)}}},[n("i",{staticClass:"el-icon-delete"})])])])}}])},[n("i",{staticClass:"el-icon-plus",attrs:{slot:"default"},slot:"default"})]),n("el-dialog",{attrs:{visible:e.state.dialogVisible,"modal-append-to-body":!1,modal:!1,"append-to-body":!0},on:{"update:visible":function(t){return e.$set(e.state,"dialogVisible",t)}}},[n("article",{staticStyle:{height:"calc(100vh - 200px)",overflow:"auto"}},[n("img",{attrs:{src:e.state.dialogImageUrl,alt:""}})])])],1)},Ke=[];n("baa5"),n("fb6a"),n("a434");function Ze(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Xe(e){if(Array.isArray(e))return Ze(e)}n("a630");function Ye(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function et(e,t){if(e){if("string"===typeof e)return Ze(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ze(e,t):void 0}}function tt(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function nt(e){return Xe(e)||Ye(e)||et(e)||tt()}var rt=n("fd57"),ot=n.n(rt),it=n("cb77"),at=n.n(it),st=n("5a7d"),lt=n.n(st),ct=n("b902"),ut=n.n(ct),pt=n("1683"),ft=n.n(pt),dt=n("35ba"),ht=n.n(dt),gt=n("8a0c"),_t=n.n(gt),mt=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,accept:".png, .jpg, .jpeg,.mp4,.pdf,.doc,.docx,.txt,.ppt,.pptx,.xls,.xlsx,.gif",fileData:{file:void 0,fileList:[]},dialogImageUrl:"",dialogVisible:!1,disabled:!1},e}return u(n,[{key:"created",value:function(){this.tokens&&(this.state.fileData.fileList=nt(this.tokens)),this.accept&&(this.state.accept=this.accept)}},{key:"showIcon",value:function(e,t){var n=e.fileName||"",r=e.fileType,o=_t.a;return(null===n||void 0===n?void 0:n.lastIndexOf(".docx"))>-1&&(o=lt.a),(null===n||void 0===n?void 0:n.lastIndexOf(".pptx"))>-1&&(o=ft.a),r?(r.includes("video")&&(o=ot.a),r.includes("doc")&&(o=lt.a),(r.includes("excel")||r.includes("sheet"))&&(o=ht.a),r.includes("pdf")&&(o=at.a),r.includes("text")&&(o=ut.a),r.includes("ppt")&&(o=ft.a),o):o}},{key:"handleSuccess",value:function(e,t,n){var r=this;n.forEach((function(e){if(e.url){var n,o={fileName:e.name,fileSize:e.size,fileToken:null===(n=e.response)||void 0===n?void 0:n.fileToken,fileType:e.raw.type,id:e.uid.toString()};r.state.fileData.fileList.push(K({},o)),e.uid==t.uid&&(r.state.fileData.file=K({},o))}})),this.$emit("change",this.state.fileData)}},{key:"handleRemove",value:function(e){var t=this.state.fileData.fileList.findIndex((function(t){return t.id==e.id}));t>=0&&(this.state.fileData.file=K({},e),this.state.fileData.fileList.splice(t,1),this.$emit("change",this.state.fileData))}},{key:"handlePictureCardPreview",value:function(e){this.state.dialogImageUrl="/files/api/filing/file/download/".concat(e.fileToken),this.state.dialogVisible=!0}},{key:"handelBeforeLoad",value:function(e){var t=e.name.lastIndexOf("."),n=e.name.slice(t+1),r=["mp4","avi","pdf","doc","docx","txt","ppt","pptx","png","gif","jpg","xls","xlsx"];return!!r.includes(n)||(this.$notify.warning("上传格式不正确"),!1)}},{key:"handleDownload",value:function(e){var t="/files/api/filing/file/download/".concat(e.fileToken),n=document.createElement("a");n.href=t,n.download="".concat(e.fileName),n.click(),window.URL.revokeObjectURL(t)}},{key:"onToken",value:function(){this.state.fileData.fileList=nt(this.tokens)}},{key:"headers",get:function(){return{_tenant:ne.getCookie("__tenant"),Authorization:"Bearer"+ne.getCookie("Abp.AuthToken")}}}]),n}(w.a);b([H({default:!1})],mt.prototype,"onlyShow",void 0),b([H()],mt.prototype,"tokens",void 0),b([H()],mt.prototype,"accept",void 0),b([Q("tokens")],mt.prototype,"onToken",null),mt=b([N],mt);var vt=mt,bt=vt,kt=(n("6344"),ae(bt,Ge,Ke,!1,null,null,null)),wt=kt.exports;wt.install=function(e){e.component("HtUpload",wt)};var yt=wt,xt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("mavon-editor",{ref:"md",attrs:{subfield:e.subfield,default_open:"{}",placeholder:e.placeholder,editable:!e.disabled},on:{save:e.save,imgAdd:e.addImg,change:e.change},model:{value:e.state.content,callback:function(t){e.$set(e.state,"content",t)},expression:"state.content"}})},Ct=[],At=n("b2d8"),Et=n.n(At);n("64e1");w.a.use(Et.a);var St=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,content:""},e}return u(n,[{key:"created",value:function(){this.state.content=this.value}},{key:"addImg",value:function(e,t){var n=this;if(this.changImg)this.$emit("callBackImg",e,t);else{var r=new FormData;r.append("file",t),de({url:"/files/api/filing/file/upload",method:"post",data:r,headers:{"Content-Type":"multipart/form-data"}}).then((function(t){200===t.status&&n.$refs.md.$img2Url(e,"/files/api/filing/file/download/".concat(t.data.fileToken))}))}}},{key:"change",value:function(e,t){this.$emit("input",e),this.$emit("change",e,t)}},{key:"save",value:function(e,t){this.$emit("save",e,t)}},{key:"onContent",value:function(e){this.state.content=e}}]),n}(w.a);b([H()],St.prototype,"changImg",void 0),b([H()],St.prototype,"disabled",void 0),b([H()],St.prototype,"value",void 0),b([H()],St.prototype,"placeholder",void 0),b([H()],St.prototype,"subfield",void 0),b([Q("value",{deep:!0})],St.prototype,"onContent",null),St=b([N],St);var Tt=St,jt=Tt,Dt=ae(jt,xt,Ct,!1,null,"1bb3f330",null),It=Dt.exports;It.install=function(e){e.component("HtMd",It)};var Lt=It,Ot=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("span",[e._t("default",[n("span",[e._v(e._s(e.dateLess()))])],{time:parseInt(e.state.count.toString()),timeStr:e.dateLess()})],2)])},Rt=[],qt=function(e){f(n,e);var t=v(n);function n(){var e;return l(this,n),e=t.apply(this,arguments),e.state={loading:!1,count:0},e.timer=void 0,e}return u(n,[{key:"created",value:function(){this.times&&(this.state.count=this.times),this.date&&(this.state.count=(new Date(this.date).getTime()-(new Date).getTime())/1e3)}},{key:"getTimer",value:function(){var e=this;this.timer=setInterval((function(){e.state.count--,0===e.state.count&&clearInterval(e.timer)}),1e3)}},{key:"dateLess",value:function(){var e=this.state.count;if(!e)return 0;var t=parseInt((e/86400).toString()),n=e-24*t*60*60,r=parseInt((n/3600).toString()),o=e-24*t*60*60-60*r*60,i=parseInt((o/60).toString()),a=parseInt((e-24*t*60*60-60*r*60-60*i).toString());function s(e){return e>9?e:"0"+e}return t?t+"天"+s(r)+"小时"+s(i)+"分"+s(a)+"秒":r?s(r)+"小时"+s(i)+"分"+s(a)+"秒":i?s(i)+"分"+s(a)+"秒":s(a)+"秒"}},{key:"onStart",value:function(e){if(!1!==e){if(this.date&&(this.state.count=(new Date(this.date).getTime()-(new Date).getTime())/1e3),!this.date&&!this.times)return void this.$notify.error("请先传入完成的参数");this.getTimer()}else clearInterval(this.timer)}}]),n}(w.a);b([H()],qt.prototype,"date",void 0),b([H()],qt.prototype,"times",void 0),b([H()],qt.prototype,"start",void 0),b([Q("start",{deep:!0,immediate:!0})],qt.prototype,"onStart",null),qt=b([N],qt);var Ft=qt,Mt=Ft,Pt=ae(Mt,Ot,Rt,!1,null,"59940441",null),Bt=Pt.exports;Bt.install=function(e){e.component("HtCountDown",Bt)};var zt=Bt,Nt=[Ce,Le,ze,Je,yt,Lt,zt],$t=function e(t){e.installed||Nt.map((function(e,n){return t.component(e.options.name||e.name,e)}))};"undefined"!==typeof window&&window.Vue&&$t(window.Vue);var Ut={install:$t,HtSelectTable:Ce,HtPagination:Le,HtTable:ze,HtExport:Je,HtUpload:yt,HtMd:Lt,HtCountDown:zt};t["default"]=Ut},fb6a:function(e,t,n){"use strict";var r=n("23e7"),o=n("861d"),i=n("e8b5"),a=n("23cb"),s=n("50c4"),l=n("fc6a"),c=n("8418"),u=n("b622"),p=n("1dde"),f=n("ae40"),d=p("slice"),h=f("slice",{ACCESSORS:!0,0:0,1:2}),g=u("species"),_=[].slice,m=Math.max;r({target:"Array",proto:!0,forced:!d||!h},{slice:function(e,t){var n,r,u,p=l(this),f=s(p.length),d=a(e,f),h=a(void 0===t?f:t,f);if(i(p)&&(n=p.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?o(n)&&(n=n[g],null===n&&(n=void 0)):n=void 0,n===Array||void 0===n))return _.call(p,d,h);for(r=new(void 0===n?Array:n)(m(h-d,0)),u=0;d<h;d++,u++)d in p&&c(r,u,p[d]);return r.length=u,r}})},fc6a:function(e,t,n){var r=n("44ad"),o=n("1d80");e.exports=function(e){return r(o(e))}},fd57:function(e,t,n){e.exports=n.p+"img/vedio.8638f032.png"},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,n){var r=n("4930");e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,n){var r=n("da84");e.exports=r.Promise}})}));
|
package/lib/htui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "htui-yllkbz",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.37",
|
|
4
4
|
"typings": "types/index.d.ts",
|
|
5
5
|
"main": "lib/htui.common.js",
|
|
6
6
|
"style": "lib/htui.css",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"element-ui": "^2.14.1",
|
|
25
25
|
"htui-yllkbz": "^1.2.35",
|
|
26
26
|
"mavon-editor": "^2.10.4",
|
|
27
|
+
"moment": "^2.29.1",
|
|
27
28
|
"vue": "^2.6.11",
|
|
28
29
|
"vue-class-component": "^7.2.3",
|
|
29
30
|
"vue-kst-auth": "^2.1.15",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @Descripttion简易版的倒计时
|
|
3
|
+
* @version:
|
|
4
|
+
* @Author: hutao
|
|
5
|
+
* @Date: 2021-11-15 15:00:57
|
|
6
|
+
* @LastEditors: hutao
|
|
7
|
+
* @LastEditTime: 2021-12-26 11:20:45
|
|
8
|
+
*/
|
|
9
|
+
import HtCountDown from "./index.vue";
|
|
10
|
+
(HtCountDown as any).install = function (Vue: any) {
|
|
11
|
+
Vue.component("HtCountDown", HtCountDown);
|
|
12
|
+
};
|
|
13
|
+
export default HtCountDown;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* @Descripttion:倒计时
|
|
3
|
+
* @version:
|
|
4
|
+
* @Author: hutao
|
|
5
|
+
* @Date: 2021-12-21 16:24:07
|
|
6
|
+
* @LastEditors: hutao
|
|
7
|
+
* @LastEditTime: 2021-12-26 11:19:26
|
|
8
|
+
-->
|
|
9
|
+
<template>
|
|
10
|
+
<div>
|
|
11
|
+
<span>
|
|
12
|
+
<slot :time="parseInt(state.count.toString())"
|
|
13
|
+
:timeStr="dateLess()">
|
|
14
|
+
<span>{{dateLess()}}</span>
|
|
15
|
+
</slot>
|
|
16
|
+
</span>
|
|
17
|
+
</div>
|
|
18
|
+
</template>
|
|
19
|
+
<script lang='ts'>
|
|
20
|
+
import { Component, Prop, Vue, Watch } from "vue-property-decorator";
|
|
21
|
+
interface State {
|
|
22
|
+
/** 数据状态 */
|
|
23
|
+
loading: boolean;
|
|
24
|
+
/** 差额 */
|
|
25
|
+
count: number;
|
|
26
|
+
}
|
|
27
|
+
@Component
|
|
28
|
+
export default class HtCountDown extends Vue {
|
|
29
|
+
/** 倒计时具体日期 2022-01-01 */
|
|
30
|
+
@Prop() date!: string;
|
|
31
|
+
/** 倒计时多少秒 250秒*/
|
|
32
|
+
@Prop() times!: number;
|
|
33
|
+
/** 是否启动 */
|
|
34
|
+
@Prop() start?: boolean;
|
|
35
|
+
|
|
36
|
+
/** 数据 */
|
|
37
|
+
state: State = {
|
|
38
|
+
loading: false,
|
|
39
|
+
count: 0,
|
|
40
|
+
};
|
|
41
|
+
timer: any = undefined;
|
|
42
|
+
created() {
|
|
43
|
+
/** 如果是传入的秒数 */
|
|
44
|
+
if (this.times) {
|
|
45
|
+
this.state.count = this.times;
|
|
46
|
+
}
|
|
47
|
+
/** 如果传入的是哪一天 */
|
|
48
|
+
if (this.date) {
|
|
49
|
+
this.state.count =
|
|
50
|
+
(new Date(this.date).getTime() - new Date().getTime()) / 1000;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
/** 时间倒计时开始 */
|
|
54
|
+
getTimer() {
|
|
55
|
+
this.timer = setInterval(() => {
|
|
56
|
+
this.state.count--;
|
|
57
|
+
if (this.state.count === 0) {
|
|
58
|
+
clearInterval(this.timer);
|
|
59
|
+
}
|
|
60
|
+
}, 1000);
|
|
61
|
+
}
|
|
62
|
+
dateLess() {
|
|
63
|
+
const total: number = this.state.count;
|
|
64
|
+
if (!total) {
|
|
65
|
+
return 0;
|
|
66
|
+
}
|
|
67
|
+
const day: number = parseInt((total / (24 * 60 * 60)).toString()); //计算整数天数
|
|
68
|
+
const afterDay: number = total - day * 24 * 60 * 60; //取得算出天数后剩余的秒数
|
|
69
|
+
const hour: number = parseInt((afterDay / (60 * 60)).toString()); //计算整数小时数
|
|
70
|
+
const afterHour = total - day * 24 * 60 * 60 - hour * 60 * 60; //取得算出小时数后剩余的秒数
|
|
71
|
+
const min: number = parseInt((afterHour / 60).toString()); //计算整数分
|
|
72
|
+
const afterMin: number = parseInt(
|
|
73
|
+
(total - day * 24 * 60 * 60 - hour * 60 * 60 - min * 60).toString()
|
|
74
|
+
); //取得算出分后剩余的秒数
|
|
75
|
+
function buwei(t: number) {
|
|
76
|
+
return t > 9 ? t : "0" + t;
|
|
77
|
+
}
|
|
78
|
+
if (!day) {
|
|
79
|
+
if (!hour) {
|
|
80
|
+
if (min) {
|
|
81
|
+
return buwei(min) + "分" + buwei(afterMin) + "秒";
|
|
82
|
+
} else {
|
|
83
|
+
return buwei(afterMin) + "秒";
|
|
84
|
+
}
|
|
85
|
+
} else {
|
|
86
|
+
return (
|
|
87
|
+
buwei(hour) + "小时" + buwei(min) + "分" + buwei(afterMin) + "秒"
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
} else {
|
|
91
|
+
return (
|
|
92
|
+
day +
|
|
93
|
+
"天" +
|
|
94
|
+
buwei(hour) +
|
|
95
|
+
"小时" +
|
|
96
|
+
buwei(min) +
|
|
97
|
+
"分" +
|
|
98
|
+
buwei(afterMin) +
|
|
99
|
+
"秒"
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
/** 监听是否启动倒计时 针对传入是秒的不用重新计算,时间的要进行重新计算*/
|
|
104
|
+
@Watch("start", { deep: true, immediate: true })
|
|
105
|
+
onStart(val?: boolean) {
|
|
106
|
+
if (val !== false) {
|
|
107
|
+
/** 如果传入的是哪一天 */
|
|
108
|
+
if (this.date) {
|
|
109
|
+
this.state.count =
|
|
110
|
+
(new Date(this.date).getTime() - new Date().getTime()) / 1000;
|
|
111
|
+
}
|
|
112
|
+
if (!this.date && !this.times) {
|
|
113
|
+
this.$notify.error("请先传入完成的参数");
|
|
114
|
+
return;
|
|
115
|
+
}
|
|
116
|
+
this.getTimer();
|
|
117
|
+
} else {
|
|
118
|
+
clearInterval(this.timer);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
</script>
|
|
123
|
+
<style lang='scss' scoped></style>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* @Author: hutao
|
|
6
6
|
* @Date: 2021-11-11 11:23:24
|
|
7
7
|
* @LastEditors: hutao
|
|
8
|
-
* @LastEditTime: 2021-12-23
|
|
8
|
+
* @LastEditTime: 2021-12-23 14:58:42
|
|
9
9
|
-->
|
|
10
10
|
<template>
|
|
11
11
|
<div v-loading="state.loading">
|
|
@@ -213,7 +213,8 @@ export default class HtTable extends Vue {
|
|
|
213
213
|
created() {
|
|
214
214
|
this.setPageInfo(this.pageInfo);
|
|
215
215
|
}
|
|
216
|
-
|
|
216
|
+
/** 处理table里面根据字段获取对应的值 */
|
|
217
|
+
getPropByPath(obj: any, path: string, strict = true) {
|
|
217
218
|
let tempObj = obj;
|
|
218
219
|
path = path.replace(/\[(\w+)\]/g, ".$1");
|
|
219
220
|
path = path.replace(/^\./, "");
|
|
@@ -227,7 +228,7 @@ export default class HtTable extends Vue {
|
|
|
227
228
|
tempObj = tempObj[key];
|
|
228
229
|
} else {
|
|
229
230
|
if (strict) {
|
|
230
|
-
throw new Error(
|
|
231
|
+
throw new Error(`table中${path}字段发生错误,请检查`);
|
|
231
232
|
}
|
|
232
233
|
break;
|
|
233
234
|
}
|
package/src/packages/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @Author: hutao
|
|
5
5
|
* @Date: 2021-10-21 10:08:41
|
|
6
6
|
* @LastEditors: hutao
|
|
7
|
-
* @LastEditTime: 2021-12-
|
|
7
|
+
* @LastEditTime: 2021-12-26 11:20:23
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
// 导入组件
|
|
@@ -17,9 +17,10 @@ import HtTable from './HtTable/index'
|
|
|
17
17
|
import HtExport from './HtExport/index'
|
|
18
18
|
import HtUpload from './HtUpload/index'
|
|
19
19
|
import HtMd from './HtMd/index'
|
|
20
|
+
import HtCountDown from './HtCountDown/index'
|
|
20
21
|
|
|
21
22
|
// 存储组件列表
|
|
22
|
-
const components = [HtSelectTable, HtPagination, HtTable, HtExport, HtUpload, HtMd]
|
|
23
|
+
const components = [HtSelectTable, HtPagination, HtTable, HtExport, HtUpload, HtMd, HtCountDown]
|
|
23
24
|
// 定义 install 方法,接收 Vue 作为参数。如果使用 use 注册插件,则所有的组件都将被注册
|
|
24
25
|
const install = function (Vue: any) {
|
|
25
26
|
// 判断是否安装
|
|
@@ -35,6 +36,6 @@ export default {
|
|
|
35
36
|
// 导出的对象必须具有 install,才能被 Vue.use() 方法安装
|
|
36
37
|
install,
|
|
37
38
|
// 以下是具体的组件列表
|
|
38
|
-
HtSelectTable, HtPagination, HtTable, HtExport, HtUpload, HtMd
|
|
39
|
+
HtSelectTable, HtPagination, HtTable, HtExport, HtUpload, HtMd, HtCountDown
|
|
39
40
|
}
|
|
40
41
|
|
package/src/views/About.vue
CHANGED
|
@@ -4,11 +4,20 @@
|
|
|
4
4
|
* @Author: hutao
|
|
5
5
|
* @Date: 2021-11-15 14:41:40
|
|
6
6
|
* @LastEditors: hutao
|
|
7
|
-
* @LastEditTime: 2021-12-
|
|
7
|
+
* @LastEditTime: 2021-12-26 11:14:55
|
|
8
8
|
-->
|
|
9
9
|
<template>
|
|
10
10
|
<div>
|
|
11
|
-
|
|
11
|
+
<HtCountDown :times="250"
|
|
12
|
+
:start="state.start"
|
|
13
|
+
date="2022-01-26 19:10:11">
|
|
14
|
+
<template slot-scope="{timeStr,time}">
|
|
15
|
+
{{timeStr}}
|
|
16
|
+
{{time}}
|
|
17
|
+
</template>
|
|
18
|
+
</HtCountDown>
|
|
19
|
+
<el-button type=""
|
|
20
|
+
@click="state.start=!state.start"></el-button>
|
|
12
21
|
<ht-md v-model="state.content"
|
|
13
22
|
:subfield="true"></ht-md>
|
|
14
23
|
<HtTable :data="state.data"
|
|
@@ -42,6 +51,7 @@
|
|
|
42
51
|
<script lang='ts'>
|
|
43
52
|
import { Component, Vue } from "vue-property-decorator";
|
|
44
53
|
import HtTable from "@/packages/HtTable/index.vue";
|
|
54
|
+
import HtCountDown from "@/packages/HtCountDown/index.vue";
|
|
45
55
|
import HtUi from "htui-yllkbz";
|
|
46
56
|
import "htui-yllkbz/lib/htui.css";
|
|
47
57
|
Vue.use(HtUi);
|
|
@@ -51,16 +61,19 @@ interface State {
|
|
|
51
61
|
columns: any;
|
|
52
62
|
data: any;
|
|
53
63
|
content: string;
|
|
64
|
+
start: boolean;
|
|
54
65
|
}
|
|
55
66
|
@Component({
|
|
56
67
|
components: {
|
|
57
68
|
HtTable,
|
|
69
|
+
HtCountDown,
|
|
58
70
|
},
|
|
59
71
|
})
|
|
60
72
|
export default class Index extends Vue {
|
|
61
73
|
/** 数据 */
|
|
62
74
|
state: State = {
|
|
63
75
|
loading: false,
|
|
76
|
+
start: false,
|
|
64
77
|
content: "",
|
|
65
78
|
data: [
|
|
66
79
|
{
|