cnhis-design-vue 0.2.52-beta → 0.2.53-beta

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "0.2.52-beta",
3
+ "version": "0.2.53-beta",
4
4
  "description": "基于 Ant Desgin Vue 的UI库",
5
5
  "keyword": "cnhis-design-vue vue cnhis",
6
6
  "homepage": "http://dv.cnhis.com/",
@@ -444,12 +444,21 @@ export default create({
444
444
  !this.isPreviewScale &&
445
445
  this.showEvaluatePage &&
446
446
  this.showEvaluateSettingWrap &&
447
- !this.isFinished
447
+ !this.isFinished &&
448
+ !this.noBtn &&
449
+ !this.hideBtn
448
450
  );
449
451
  },
450
452
  // 是否展示倒计时
451
453
  showEvaluateCoundownPage() {
452
- return !this.isPreviewScale && !this.showEvaluateEntry && this.showEvaluateCountdownWrap && !this.isFinished;
454
+ return (
455
+ !this.isPreviewScale &&
456
+ !this.showEvaluateEntry &&
457
+ this.showEvaluateCountdownWrap &&
458
+ !this.isFinished &&
459
+ !this.noBtn &&
460
+ !this.hideBtn
461
+ );
453
462
  },
454
463
  // 是否设置 evaluateResultSetting
455
464
  hasEvaluateResultSetting() {