zydx-plus 1.33.375 → 1.33.377
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
|
@@ -480,7 +480,21 @@
|
|
|
480
480
|
isShowScreenLimit: false,
|
|
481
481
|
isShowFunDisable: false,
|
|
482
482
|
isShowVirtualScore: false
|
|
483
|
-
}
|
|
483
|
+
},
|
|
484
|
+
action_scene: {
|
|
485
|
+
actionName: '情景学习',
|
|
486
|
+
endTimeBtn1: '任务截止',
|
|
487
|
+
endTimeBtn2: '任务时长',
|
|
488
|
+
laterScoreBtn: '迟交扣分',
|
|
489
|
+
isShowFinishState: true,
|
|
490
|
+
isShowEndTime: true,
|
|
491
|
+
isShowLaterScore: true,
|
|
492
|
+
isShowReviewObj: true,
|
|
493
|
+
isShowReviewDemand: true,
|
|
494
|
+
isShowScreenLimit: false,
|
|
495
|
+
isShowFunDisable: false,
|
|
496
|
+
isShowVirtualScore: false
|
|
497
|
+
},
|
|
484
498
|
},
|
|
485
499
|
showExamJoinCalenderTime:{
|
|
486
500
|
1: false,
|
|
@@ -82,7 +82,7 @@ export function butJson(editor, data) {
|
|
|
82
82
|
name: '落 款',
|
|
83
83
|
key: 'paragraphMenu',
|
|
84
84
|
menuKeys: [],
|
|
85
|
-
html: `<
|
|
85
|
+
html: `<p data-signId="paragraph" style="text-align: right;margin: 30px 0 0 0"><span style="color: rgb(0, 0, 0);font-size: 14px;font-weight: 700;">落款人名</span></p><p style="text-align: right;"><span style="color: rgb(0, 0, 0);font-size: 14px;font-weight: 700">${getTime()}</span></p>`
|
|
86
86
|
}, {
|
|
87
87
|
name: '致 谢',
|
|
88
88
|
key: 'ackMenu',
|