@baosight/erm 1.0.54 → 1.0.55
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/ermAttach/ermAttach.vue.d.ts +32 -16
- package/lib/index.common.js +75 -30
- package/lib/index.common.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/index.esm.css +69 -69
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +75 -30
- package/lib/index.umd.js.map +1 -1
- package/lib/index.umd.min.js +1 -1
- package/lib/index.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,24 +7,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
recId: {
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
require: boolean;
|
|
10
|
-
default: string;
|
|
11
10
|
};
|
|
12
11
|
/**
|
|
13
|
-
*
|
|
12
|
+
* code-框架代码
|
|
14
13
|
* @type {String}
|
|
15
14
|
*/
|
|
16
|
-
|
|
15
|
+
code: {
|
|
17
16
|
type: StringConstructor;
|
|
18
17
|
require: boolean;
|
|
19
|
-
default: string;
|
|
20
18
|
};
|
|
21
19
|
/**
|
|
22
|
-
*
|
|
20
|
+
* isSort-是否排序
|
|
23
21
|
* @type {String}
|
|
24
22
|
*/
|
|
25
|
-
|
|
26
|
-
type:
|
|
23
|
+
isSort: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
require: boolean;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* isOnlyPreview-是否只预览
|
|
30
|
+
* @type {String}
|
|
31
|
+
*/
|
|
32
|
+
isOnlyPreview: {
|
|
33
|
+
type: BooleanConstructor;
|
|
27
34
|
require: boolean;
|
|
35
|
+
default: boolean;
|
|
28
36
|
};
|
|
29
37
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
38
|
[key: string]: any;
|
|
@@ -36,27 +44,35 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
44
|
recId: {
|
|
37
45
|
type: StringConstructor;
|
|
38
46
|
require: boolean;
|
|
39
|
-
default: string;
|
|
40
47
|
};
|
|
41
48
|
/**
|
|
42
|
-
*
|
|
49
|
+
* code-框架代码
|
|
43
50
|
* @type {String}
|
|
44
51
|
*/
|
|
45
|
-
|
|
52
|
+
code: {
|
|
46
53
|
type: StringConstructor;
|
|
47
54
|
require: boolean;
|
|
48
|
-
default: string;
|
|
49
55
|
};
|
|
50
56
|
/**
|
|
51
|
-
*
|
|
57
|
+
* isSort-是否排序
|
|
52
58
|
* @type {String}
|
|
53
59
|
*/
|
|
54
|
-
|
|
55
|
-
type:
|
|
60
|
+
isSort: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
require: boolean;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* isOnlyPreview-是否只预览
|
|
67
|
+
* @type {String}
|
|
68
|
+
*/
|
|
69
|
+
isOnlyPreview: {
|
|
70
|
+
type: BooleanConstructor;
|
|
56
71
|
require: boolean;
|
|
72
|
+
default: boolean;
|
|
57
73
|
};
|
|
58
74
|
}>>, {
|
|
59
|
-
|
|
60
|
-
|
|
75
|
+
isSort: boolean;
|
|
76
|
+
isOnlyPreview: boolean;
|
|
61
77
|
}, {}>;
|
|
62
78
|
export default _default;
|
package/lib/index.common.js
CHANGED
|
@@ -56306,11 +56306,12 @@ ImagePreview.install = (app) => {
|
|
|
56306
56306
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/ermAttach/ermAttach.vue?vue&type=script&lang=ts&setup=true
|
|
56307
56307
|
|
|
56308
56308
|
|
|
56309
|
-
const ermAttachvue_type_script_lang_ts_setup_true_withScopeId = n => (_pushScopeId("data-v-
|
|
56309
|
+
const ermAttachvue_type_script_lang_ts_setup_true_withScopeId = n => (_pushScopeId("data-v-0a9b23b3"), n = n(), _popScopeId(), n);
|
|
56310
56310
|
const ermAttachvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
56311
56311
|
class: "container"
|
|
56312
56312
|
};
|
|
56313
56313
|
const ermAttachvue_type_script_lang_ts_setup_true_hoisted_2 = {
|
|
56314
|
+
key: 0,
|
|
56314
56315
|
class: "button-area"
|
|
56315
56316
|
};
|
|
56316
56317
|
const ermAttachvue_type_script_lang_ts_setup_true_hoisted_3 = {
|
|
@@ -56325,8 +56326,6 @@ const ermAttachvue_type_script_lang_ts_setup_true_hoisted_4 = ["src"];
|
|
|
56325
56326
|
|
|
56326
56327
|
|
|
56327
56328
|
|
|
56328
|
-
// const servePath = 'http://10.25.145.55:10004/api/'; // 定义服务地址
|
|
56329
|
-
// const rootDirectory = '/BSMesWare/BM2A01/Attach/'; // 定义根目录
|
|
56330
56329
|
const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
56331
56330
|
/* harmony default export */ const ermAttachvue_type_script_lang_ts_setup_true = (/*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.defineComponent)({
|
|
56332
56331
|
__name: 'ermAttach',
|
|
@@ -56337,29 +56336,39 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56337
56336
|
*/
|
|
56338
56337
|
recId: {
|
|
56339
56338
|
type: String,
|
|
56340
|
-
require: true
|
|
56341
|
-
default: 'TEST'
|
|
56339
|
+
require: true
|
|
56342
56340
|
},
|
|
56343
56341
|
/**
|
|
56344
|
-
*
|
|
56342
|
+
* code-框架代码
|
|
56345
56343
|
* @type {String}
|
|
56346
56344
|
*/
|
|
56347
|
-
|
|
56345
|
+
code: {
|
|
56348
56346
|
type: String,
|
|
56349
|
-
require: true
|
|
56350
|
-
default: 'http://10.25.145.55:10004/api/'
|
|
56347
|
+
require: true
|
|
56351
56348
|
},
|
|
56352
56349
|
/**
|
|
56353
|
-
*
|
|
56350
|
+
* isSort-是否排序
|
|
56354
56351
|
* @type {String}
|
|
56355
56352
|
*/
|
|
56356
|
-
|
|
56357
|
-
type:
|
|
56358
|
-
require:
|
|
56353
|
+
isSort: {
|
|
56354
|
+
type: Boolean,
|
|
56355
|
+
require: false,
|
|
56356
|
+
default: false
|
|
56357
|
+
},
|
|
56358
|
+
/**
|
|
56359
|
+
* isOnlyPreview-是否只预览
|
|
56360
|
+
* @type {String}
|
|
56361
|
+
*/
|
|
56362
|
+
isOnlyPreview: {
|
|
56363
|
+
type: Boolean,
|
|
56364
|
+
require: false,
|
|
56365
|
+
default: false
|
|
56359
56366
|
}
|
|
56360
56367
|
},
|
|
56361
56368
|
setup(__props) {
|
|
56362
56369
|
// #region import及变量定义
|
|
56370
|
+
let servePath = ''; // 定义服务地址
|
|
56371
|
+
let rootDirectory = ''; // 定义根目录
|
|
56363
56372
|
const previewURl = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.ref)(); // 文件预览地址
|
|
56364
56373
|
const fileInfo = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.ref)([]); // 文件信息
|
|
56365
56374
|
let imageUrl = ''; // 图标路径
|
|
@@ -56377,18 +56386,21 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56377
56386
|
// #endregion
|
|
56378
56387
|
// #region 初始化服务信息
|
|
56379
56388
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.onMounted)(() => {
|
|
56380
|
-
|
|
56381
|
-
|
|
56389
|
+
setTimeout(() => {
|
|
56390
|
+
initServeInfo(); // 初始化服务信息
|
|
56391
|
+
}, 1000);
|
|
56382
56392
|
});
|
|
56383
|
-
|
|
56384
56393
|
const initServeInfo = () => {
|
|
56385
|
-
|
|
56386
|
-
de.getServerInfo(code).then(res => {
|
|
56394
|
+
de.getServerInfo(prop.code).then(res => {
|
|
56387
56395
|
console.log('服务器信息:', res);
|
|
56396
|
+
console.log('isOnlyPreview', prop.isOnlyPreview);
|
|
56388
56397
|
Toast({
|
|
56389
56398
|
message: '服务信息初始化成功',
|
|
56390
56399
|
duration: 2000
|
|
56391
56400
|
});
|
|
56401
|
+
servePath = res.serverUrl;
|
|
56402
|
+
rootDirectory = res.rootPath;
|
|
56403
|
+
getFile(); // 获取文件信息
|
|
56392
56404
|
}).catch(error => {
|
|
56393
56405
|
console.error('error', error);
|
|
56394
56406
|
Toast({
|
|
@@ -56400,11 +56412,16 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56400
56412
|
// #endregion
|
|
56401
56413
|
// #region 获取文件信息
|
|
56402
56414
|
const getFile = () => {
|
|
56403
|
-
de.getFilesInfo(prop.recId,
|
|
56415
|
+
de.getFilesInfo(prop.recId, servePath, rootDirectory).then(res => {
|
|
56404
56416
|
console.log('获取文件:', res);
|
|
56405
56417
|
if (res.success === true) {
|
|
56406
56418
|
fileInfo.value = res.result;
|
|
56407
56419
|
console.log('fileInfo', fileInfo.value);
|
|
56420
|
+
if (prop.isSort) {
|
|
56421
|
+
console.log('排序前', fileInfo.value);
|
|
56422
|
+
fileInfo.value.reverse();
|
|
56423
|
+
console.log('排序后', fileInfo.value);
|
|
56424
|
+
}
|
|
56408
56425
|
// 获取文件信息后,更新imgsUrl数组
|
|
56409
56426
|
imgsUrl = [];
|
|
56410
56427
|
fileInfo.value.forEach(item => {
|
|
@@ -56440,7 +56457,7 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56440
56457
|
ImagePreview(imgsUrl, indexOfImg);
|
|
56441
56458
|
} else {
|
|
56442
56459
|
previewURl.value = '';
|
|
56443
|
-
de.filePreview(e.key,
|
|
56460
|
+
de.filePreview(e.key, servePath, rootDirectory).then(res => {
|
|
56444
56461
|
console.log('预览后台返回:', res);
|
|
56445
56462
|
show.value = true;
|
|
56446
56463
|
previewURl.value = res;
|
|
@@ -56468,7 +56485,7 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56468
56485
|
console.log('blobData', blobData);
|
|
56469
56486
|
const fileName = file0.file.name; // 文件全称
|
|
56470
56487
|
const fileSize = file0.file.size; // 文件大小
|
|
56471
|
-
de.fileUpload(blobData, prop.recId, fileName, fileSize,
|
|
56488
|
+
de.fileUpload(blobData, prop.recId, fileName, fileSize, servePath, rootDirectory).then(res => {
|
|
56472
56489
|
console.log('文件上传:', res);
|
|
56473
56490
|
if (res.success === true) {
|
|
56474
56491
|
Toast.success({
|
|
@@ -56491,7 +56508,7 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56491
56508
|
console.log('blobData', blobData);
|
|
56492
56509
|
const fileName = file.file.name; // 文件全称
|
|
56493
56510
|
const fileSize = file.file.size; // 文件大小
|
|
56494
|
-
de.fileUpload(blobData, prop.recId, fileName, fileSize,
|
|
56511
|
+
de.fileUpload(blobData, prop.recId, fileName, fileSize, servePath, rootDirectory).then(res => {
|
|
56495
56512
|
console.log('文件上传:', res);
|
|
56496
56513
|
if (res.success === true) {
|
|
56497
56514
|
Toast.success({
|
|
@@ -56520,7 +56537,7 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56520
56537
|
const deleteFile = e => {
|
|
56521
56538
|
console.log('e', e);
|
|
56522
56539
|
const fileName = e.name; // 文件全称
|
|
56523
|
-
de.fileDelete(fileName, prop.recId,
|
|
56540
|
+
de.fileDelete(fileName, prop.recId, servePath, rootDirectory).then(res => {
|
|
56524
56541
|
console.log('删除文件:', res);
|
|
56525
56542
|
if (res.success === true) {
|
|
56526
56543
|
Toast({
|
|
@@ -56684,15 +56701,18 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56684
56701
|
const _component_van_swipe_cell = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("van-swipe-cell");
|
|
56685
56702
|
const _component_van_checkbox_group = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("van-checkbox-group");
|
|
56686
56703
|
const _component_van_list = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("van-list");
|
|
56704
|
+
const _component_van_image = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("van-image");
|
|
56705
|
+
const _component_van_grid_item = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("van-grid-item");
|
|
56706
|
+
const _component_van_grid = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("van-grid");
|
|
56687
56707
|
const _component_van_popup = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("van-popup");
|
|
56688
|
-
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", ermAttachvue_type_script_lang_ts_setup_true_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.
|
|
56708
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", ermAttachvue_type_script_lang_ts_setup_true_hoisted_1, [!prop.isOnlyPreview ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", ermAttachvue_type_script_lang_ts_setup_true_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_van_uploader, {
|
|
56689
56709
|
disabled: isVisible.value,
|
|
56690
56710
|
"preview-image": false,
|
|
56691
56711
|
"after-read": afterRead,
|
|
56692
56712
|
multiple: true,
|
|
56693
56713
|
"max-size": maxSize,
|
|
56694
56714
|
onOversize: onOversize,
|
|
56695
|
-
accept: ".doc,.docx,.pdf,.ppt,.pptx,.xlsx,.xls"
|
|
56715
|
+
accept: ".jpg,.png,.jpeg,.doc,.docx,.pdf,.ppt,.pptx,.xlsx,.xls"
|
|
56696
56716
|
}, {
|
|
56697
56717
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_van_button, {
|
|
56698
56718
|
icon: "plus",
|
|
@@ -56733,7 +56753,9 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56733
56753
|
}, {
|
|
56734
56754
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createTextVNode)("批量管理")]),
|
|
56735
56755
|
_: 1
|
|
56736
|
-
})]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.
|
|
56756
|
+
})])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), !prop.isOnlyPreview ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_van_list, {
|
|
56757
|
+
key: 1
|
|
56758
|
+
}, {
|
|
56737
56759
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_van_checkbox_group, {
|
|
56738
56760
|
modelValue: checked.value,
|
|
56739
56761
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => checked.value = $event),
|
|
@@ -56795,7 +56817,30 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56795
56817
|
_: 1
|
|
56796
56818
|
}, 8, ["modelValue"])]),
|
|
56797
56819
|
_: 1
|
|
56798
|
-
})
|
|
56820
|
+
})) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), prop.isOnlyPreview ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_van_list, {
|
|
56821
|
+
key: 2
|
|
56822
|
+
}, {
|
|
56823
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_van_grid, {
|
|
56824
|
+
gutter: 10,
|
|
56825
|
+
border: false,
|
|
56826
|
+
"column-num": 2
|
|
56827
|
+
}, {
|
|
56828
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.Fragment, null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderList)(fileInfo.value, (item, index) => {
|
|
56829
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_van_grid_item, {
|
|
56830
|
+
key: index
|
|
56831
|
+
}, {
|
|
56832
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_van_image, {
|
|
56833
|
+
fit: "fill",
|
|
56834
|
+
src: getImageUrlBySuffix(item),
|
|
56835
|
+
onClick: $event => previewFile(item, index)
|
|
56836
|
+
}, null, 8, ["src", "onClick"])]),
|
|
56837
|
+
_: 2
|
|
56838
|
+
}, 1024);
|
|
56839
|
+
}), 128))]),
|
|
56840
|
+
_: 1
|
|
56841
|
+
})]),
|
|
56842
|
+
_: 1
|
|
56843
|
+
})) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", ermAttachvue_type_script_lang_ts_setup_true_hoisted_3, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_van_popup, {
|
|
56799
56844
|
"v-model:show": show.value,
|
|
56800
56845
|
position: "bottom",
|
|
56801
56846
|
style: {
|
|
@@ -56816,10 +56861,10 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56816
56861
|
}));
|
|
56817
56862
|
;// CONCATENATED MODULE: ./packages/ermAttach/ermAttach.vue?vue&type=script&lang=ts&setup=true
|
|
56818
56863
|
|
|
56819
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/ermAttach/ermAttach.vue?vue&type=style&index=0&id=
|
|
56864
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/ermAttach/ermAttach.vue?vue&type=style&index=0&id=0a9b23b3&lang=scss&scoped=true
|
|
56820
56865
|
// extracted by mini-css-extract-plugin
|
|
56821
56866
|
|
|
56822
|
-
;// CONCATENATED MODULE: ./packages/ermAttach/ermAttach.vue?vue&type=style&index=0&id=
|
|
56867
|
+
;// CONCATENATED MODULE: ./packages/ermAttach/ermAttach.vue?vue&type=style&index=0&id=0a9b23b3&lang=scss&scoped=true
|
|
56823
56868
|
|
|
56824
56869
|
;// CONCATENATED MODULE: ./packages/ermAttach/ermAttach.vue
|
|
56825
56870
|
|
|
@@ -56828,7 +56873,7 @@ const maxSize = 5 * 1024 * 1024; // 记录上传文件最大容量
|
|
|
56828
56873
|
;
|
|
56829
56874
|
|
|
56830
56875
|
|
|
56831
|
-
const ermAttach_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(ermAttachvue_type_script_lang_ts_setup_true, [['__scopeId',"data-v-
|
|
56876
|
+
const ermAttach_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(ermAttachvue_type_script_lang_ts_setup_true, [['__scopeId',"data-v-0a9b23b3"]])
|
|
56832
56877
|
|
|
56833
56878
|
/* harmony default export */ const ermAttach = (ermAttach_exports_);
|
|
56834
56879
|
;// CONCATENATED MODULE: ./packages/ermAttach/index.ts
|