n20-common-lib 2.4.69 → 2.4.71
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/package.json
CHANGED
|
@@ -221,6 +221,10 @@ export default {
|
|
|
221
221
|
type: String,
|
|
222
222
|
default: undefined
|
|
223
223
|
},
|
|
224
|
+
plainText: {
|
|
225
|
+
type: String,
|
|
226
|
+
default: undefined
|
|
227
|
+
},
|
|
224
228
|
btnList: {
|
|
225
229
|
type: Array,
|
|
226
230
|
default: () => {
|
|
@@ -412,6 +416,7 @@ export default {
|
|
|
412
416
|
message: this.messageC,
|
|
413
417
|
formData: JSON.stringify(this.formData),
|
|
414
418
|
signText: this.signText,
|
|
419
|
+
plainText: this.plainText,
|
|
415
420
|
isAgentcy: isAgentcy,
|
|
416
421
|
fileDtos: this.fileDtos,
|
|
417
422
|
carbonCopyUserDtoList: this.carbonCopyList.map((c) => ({ userNo: c.uno, userName: c.uname })),
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
show-header-overflow
|
|
14
14
|
:row-config="{ isHover: true, useKey: true, ...$attrs.rowConfig }"
|
|
15
15
|
:column-config="{ resizable: true, useKey: true, ...$attrs.columnConfig }"
|
|
16
|
-
:scroll-y="{ enabled: true, oSize: 20 }"
|
|
16
|
+
:scroll-y="{ enabled: true, oSize: 20, gt: 30 }"
|
|
17
17
|
:sort-config="{
|
|
18
18
|
multiple: false,
|
|
19
19
|
remote: true,
|