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/lib/cui.umd.js CHANGED
@@ -209987,12 +209987,12 @@ select_person.install = function (Vue) {
209987
209987
 
209988
209988
 
209989
209989
  /* harmony default export */ var packages_select_person = (select_person);
209990
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b1266ff0-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!./packages/scale-view/scaleView.vue?vue&type=template&id=7f652b8f&scoped=true&
209991
- var scaleViewvue_type_template_id_7f652b8f_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"r-scale"},[(_vm.spinning)?_vm._t("default",function(){return [_c('a-spin',{attrs:{"indicator":_vm.indicator,"tip":"加载中..."}})]}):_vm._e(),(!_vm.spinning && !_vm.hasFrontAddress)?_vm._t("default",function(){return [(_vm.noData)?_c('div',[_vm._v("暂无数据")]):[(_vm.showEvaluateEntry)?_c('evaluatePage',{attrs:{"formArray":_vm.formArray,"evaluateResultConfig":_vm.config.evaluateResultConfig,"evaluateResultSetting":_vm.config.evaluateResultSetting,"isFinished":_vm.isFinished,"maxScore":_vm.maxScore},on:{"writeGuage":_vm.writeGuage}}):[(_vm.showEvaluateCoundownPage)?_c('evaluateCountdown',{ref:"evaluateCountdown",attrs:{"formArray":_vm.formArray,"evaluateResultConfig":_vm.config.evaluateResultConfig,"evaluateResultSetting":_vm.config.evaluateResultSetting,"form":_vm.form,"isFinished":_vm.isFinished,"currentTime":_vm.currentTime,"showEvaluateCountdown":_vm.showEvaluateCountdown},on:{"closeEvaluateCountdown":_vm.closeEvaluateCountdown}}):_vm._e(),_c('div',{staticClass:"scale-container",class:{ 'scale-container-nopadding': _vm.handlePageClass },style:(_vm.scaleStyle)},[(_vm.hasScore)?_c('div',{staticClass:"totalScore-warp"},[_c('div',[_vm._v(" 测评总分:"),_c('span',[_vm._v(_vm._s(_vm.maxScore)+"分")])]),_c('div',[_vm._v(" 测评分数:"),_c('span',{style:({ color: _vm.getEvaResColor })},[_vm._v(_vm._s(_vm.config.totalScore)+"分")])]),(_vm.hasEvaluateSetting)?[_c('div',[_vm._v(" 测评结果: "),_c('span',{staticClass:"score-result",style:({ color: _vm.getEvaResColor })},[_vm._v(_vm._s(_vm.config.evaluateResult))])]),_c('div',[_vm._v(" 结果说明:"),_c('span',[_vm._v(_vm._s(_vm.config.evaluateResultExplain))])])]:_vm._e()],2):_vm._e(),_c('a-form-model',{ref:"ruleForm",staticClass:"main",attrs:{"model":_vm.form,"rules":_vm.rules,"layout":_vm.form.layout,"colon":false}},[_vm._l((_vm.formArray),function(item,index){return [(item.type == 'TITLE')?[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,attrs:{"colon":false}},[_c('h1',{staticClass:"lb-title"},[_vm._v(_vm._s(item.title))]),_c('div',{staticClass:"lb-title"},[_vm._v(_vm._s(item.describe))])]):_vm._e()]:(item.type == 'LINEBAR')?[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,attrs:{"colon":false}},[(item.title)?_c('div',{staticClass:"linebar-div"},[_c('span',[_vm._v(_vm._s(item.title))]),_c('a-divider')],1):[_c('a-divider')]],2):_vm._e()]:(item.type == 'PROMPT')?[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,staticClass:"my-prompt",attrs:{"colon":false}},[_c('MyPrompt',{key:item.id || item.seq,attrs:{"options":item.setting}})],1):_vm._e()]:(item.type == 'IMGCARD')?[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,attrs:{"colon":false}},[(item.setting.imgLink)?_c('a',{attrs:{"href":item.setting.imgLink,"target":"_blank"}},[_c('img',{staticClass:"img-card",attrs:{"src":item.setting.imgUrl}})]):_c('img',{staticClass:"img-card",attrs:{"src":item.setting.imgUrl}})]):_vm._e()]:(item.type == 'RICH_TEXT')?[_c('div',{key:item.id || item.seq,staticClass:"rich-text-content",domProps:{"innerHTML":_vm._s(item.setting.defaultValue)}})]:[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,attrs:{"prop":item.title}},[_c('span',{attrs:{"slot":"label"},slot:"label"},[_c('span',{class:{ 'scale-label-required': _vm.isFormBoldOpen(item) },domProps:{"innerHTML":_vm._s(_vm.handleShowQuestionNumber(item))}}),(_vm.isFormBoldOpen(item))?_c('span',{staticClass:"required-text"},[_vm._v("(必填)")]):_vm._e(),(_vm.showEvaluateLabel(item))?_c('span',{staticClass:"evalute-label"},[_vm._v(" "+_vm._s(_vm.showEvaluateLabel(item))+" ")]):_vm._e()]),(_vm.isInput(item.type))?_c('MyInput',_vm._b({attrs:{"type":item.valueType,"row":item.setting.inputRow || 1,"defaultPlaceHolder":item.setting.defaultPlaceHolder,"isLock":_vm.componentDisable},model:{value:(_vm.form[_vm.formKey(item)]),callback:function ($$v) {_vm.$set(_vm.form, _vm.formKey(item), $$v)},expression:"form[formKey(item)]"}},'MyInput',_vm.$attrs,false)):(_vm.isChoice(item.type))?_c('MyChoice',_vm._b({attrs:{"item":item,"isLock":_vm.componentDisable,"curIndex":index,"openType":_vm.openType},on:{"change":function($event){return _vm.handleChoice($event, item)},"radioChange":_vm.radioChange,"checkboxChange":_vm.checkboxChange},model:{value:(_vm.form[_vm.formKey(item)]),callback:function ($$v) {_vm.$set(_vm.form, _vm.formKey(item), $$v)},expression:"form[formKey(item)]"}},'MyChoice',_vm.$attrs,false)):(_vm.isTime(item.type))?_c('MyTime',_vm._b({attrs:{"value":_vm.getTimeValue(item),"type":item.type,"startToStop":item.setting.startToStop,"dateType":item.setting.dateType,"isLock":_vm.componentDisable},on:{"change":function($event){return _vm.changeTime($event, item)}}},'MyTime',_vm.$attrs,false)):(_vm.isUpload(item.type))?_c('MyUpload',_vm._b({attrs:{"upType":item.type,"useFileList":item.dbValue,"limitPic":item.setting.limitPic,"isLock":_vm.componentDisable},on:{"change":function($event){return _vm.changeUpload($event, item)}}},'MyUpload',_vm.$attrs,false)):(item.type === 'LOCATION')?_c('div',{class:{ 'map-container': !_vm.isLock },on:{"click":function($event){!_vm.isLock && (_vm.mapVisible = !_vm.mapVisible)}}},[_c('a-input',{attrs:{"placeholder":"请选择","value":_vm.handleGetAddress(_vm.form[_vm.formKey(item)]),"disabled":""}},[_c('a-icon',{attrs:{"slot":"prefix","type":"info-circle"},slot:"prefix"})],1),_c('MapComp',_vm._b({attrs:{"visible":_vm.mapVisible,"locationProp":_vm.form[_vm.formKey(item)],"isLock":_vm.componentDisable},on:{"update:visible":function($event){_vm.mapVisible=$event},"selectLocation":function($event){return _vm.handleSelectLocation($event, item)}}},'MapComp',_vm.$attrs,false))],1):(item.type === 'ADDRESS')?_c('MyAddress',_vm._b({attrs:{"setting":item.setting,"defaultValue":_vm.defaultAddress,"isLock":_vm.componentDisable},on:{"change":function($event){return _vm.changeAddress($event, item)}}},'MyAddress',_vm.$attrs,false)):(item.type === 'LABEL')?_c('label-form',_vm._b({attrs:{"item":item,"selectedList":_vm.labelSelectedList,"isLock":_vm.componentDisable,"sourceType":_vm.source},on:{"onChange":function($event){return _vm.labelChange($event, item)}}},'label-form',_vm.$attrs,false)):(item.type === 'VEDIO')?_c('vod-Chunk-upload',_vm._b({attrs:{"source":'guage',"formData":item,"limitNum":item.setting.limitPic,"defFileList":_vm.form[_vm.formKey(item)],"isLock":_vm.componentDisable},on:{"vodFileList":function($event){return _vm.vodFileList($event, item)}}},'vod-Chunk-upload',_vm.$attrs,false)):_vm._e(),(_vm.showAnswerParse(item))?_c('answerParse',{attrs:{"item":item}}):_vm._e()],1):_vm._e()]]})],2)],1),(_vm.type === 'customList')?[(!_vm.noBtn)?_c('div',{staticClass:"footer"},[(false)?undefined:_vm._e(),_c('a-button',{attrs:{"type":"primary","disabled":_vm.banSubmit},on:{"click":_vm.onSubmit}},[_vm._v("保存")])],1):_vm._e()]:[(_vm.showSaveBtn)?_c('div',{staticClass:"footer"},[_c('a-button',{staticStyle:{"margin-right":"8px"},on:{"click":_vm.cancel}},[_vm._v("取消")]),(!_vm.isLock)?_c('a-button',{attrs:{"type":"primary","disabled":_vm.banSubmit},on:{"click":_vm.onSubmit}},[_vm._v("保存")]):_vm._e()],1):_vm._e()]]]]}):_vm._e()],2)}
209992
- var scaleViewvue_type_template_id_7f652b8f_scoped_true_staticRenderFns = []
209990
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b1266ff0-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!./packages/scale-view/scaleView.vue?vue&type=template&id=d8309e30&scoped=true&
209991
+ var scaleViewvue_type_template_id_d8309e30_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"r-scale"},[(_vm.spinning)?_vm._t("default",function(){return [_c('a-spin',{attrs:{"indicator":_vm.indicator,"tip":"加载中..."}})]}):_vm._e(),(!_vm.spinning && !_vm.hasFrontAddress)?_vm._t("default",function(){return [(_vm.noData)?_c('div',[_vm._v("暂无数据")]):[(_vm.showEvaluateEntry)?_c('evaluatePage',{attrs:{"formArray":_vm.formArray,"evaluateResultConfig":_vm.config.evaluateResultConfig,"evaluateResultSetting":_vm.config.evaluateResultSetting,"isFinished":_vm.isFinished,"maxScore":_vm.maxScore},on:{"writeGuage":_vm.writeGuage}}):[(_vm.showEvaluateCoundownPage)?_c('evaluateCountdown',{ref:"evaluateCountdown",attrs:{"formArray":_vm.formArray,"evaluateResultConfig":_vm.config.evaluateResultConfig,"evaluateResultSetting":_vm.config.evaluateResultSetting,"form":_vm.form,"isFinished":_vm.isFinished,"currentTime":_vm.currentTime,"showEvaluateCountdown":_vm.showEvaluateCountdown},on:{"closeEvaluateCountdown":_vm.closeEvaluateCountdown}}):_vm._e(),_c('div',{staticClass:"scale-container",class:{ 'scale-container-nopadding': _vm.handlePageClass },style:(_vm.scaleStyle)},[(_vm.hasScore)?_c('div',{staticClass:"totalScore-warp"},[_c('div',[_vm._v(" 测评总分:"),_c('span',[_vm._v(_vm._s(_vm.maxScore)+"分")])]),_c('div',[_vm._v(" 测评分数:"),_c('span',{style:({ color: _vm.getEvaResColor })},[_vm._v(_vm._s(_vm.config.totalScore)+"分")])]),(_vm.hasEvaluateSetting)?[_c('div',[_vm._v(" 测评结果: "),_c('span',{staticClass:"score-result",style:({ color: _vm.getEvaResColor })},[_vm._v(_vm._s(_vm.config.evaluateResult))])]),_c('div',[_vm._v(" 结果说明:"),_c('span',[_vm._v(_vm._s(_vm.config.evaluateResultExplain))])])]:_vm._e()],2):_vm._e(),_c('a-form-model',{ref:"ruleForm",staticClass:"main",attrs:{"model":_vm.form,"rules":_vm.rules,"layout":_vm.form.layout,"colon":false}},[_vm._l((_vm.formArray),function(item,index){return [(item.type == 'TITLE')?[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,attrs:{"colon":false}},[_c('h1',{staticClass:"lb-title"},[_vm._v(_vm._s(item.title))]),_c('div',{staticClass:"lb-title"},[_vm._v(_vm._s(item.describe))])]):_vm._e()]:(item.type == 'LINEBAR')?[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,attrs:{"colon":false}},[(item.title)?_c('div',{staticClass:"linebar-div"},[_c('span',[_vm._v(_vm._s(item.title))]),_c('a-divider')],1):[_c('a-divider')]],2):_vm._e()]:(item.type == 'PROMPT')?[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,staticClass:"my-prompt",attrs:{"colon":false}},[_c('MyPrompt',{key:item.id || item.seq,attrs:{"options":item.setting}})],1):_vm._e()]:(item.type == 'IMGCARD')?[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,attrs:{"colon":false}},[(item.setting.imgLink)?_c('a',{attrs:{"href":item.setting.imgLink,"target":"_blank"}},[_c('img',{staticClass:"img-card",attrs:{"src":item.setting.imgUrl}})]):_c('img',{staticClass:"img-card",attrs:{"src":item.setting.imgUrl}})]):_vm._e()]:(item.type == 'RICH_TEXT')?[_c('div',{key:item.id || item.seq,staticClass:"rich-text-content",domProps:{"innerHTML":_vm._s(item.setting.defaultValue)}})]:[(_vm.isShowItem(item))?_c('a-form-model-item',{key:item.id || item.seq,attrs:{"prop":item.title}},[_c('span',{attrs:{"slot":"label"},slot:"label"},[_c('span',{class:{ 'scale-label-required': _vm.isFormBoldOpen(item) },domProps:{"innerHTML":_vm._s(_vm.handleShowQuestionNumber(item))}}),(_vm.isFormBoldOpen(item))?_c('span',{staticClass:"required-text"},[_vm._v("(必填)")]):_vm._e(),(_vm.showEvaluateLabel(item))?_c('span',{staticClass:"evalute-label"},[_vm._v(" "+_vm._s(_vm.showEvaluateLabel(item))+" ")]):_vm._e()]),(_vm.isInput(item.type))?_c('MyInput',_vm._b({attrs:{"type":item.valueType,"row":item.setting.inputRow || 1,"defaultPlaceHolder":item.setting.defaultPlaceHolder,"isLock":_vm.componentDisable},model:{value:(_vm.form[_vm.formKey(item)]),callback:function ($$v) {_vm.$set(_vm.form, _vm.formKey(item), $$v)},expression:"form[formKey(item)]"}},'MyInput',_vm.$attrs,false)):(_vm.isChoice(item.type))?_c('MyChoice',_vm._b({attrs:{"item":item,"isLock":_vm.componentDisable,"curIndex":index,"openType":_vm.openType},on:{"change":function($event){return _vm.handleChoice($event, item)},"radioChange":_vm.radioChange,"checkboxChange":_vm.checkboxChange},model:{value:(_vm.form[_vm.formKey(item)]),callback:function ($$v) {_vm.$set(_vm.form, _vm.formKey(item), $$v)},expression:"form[formKey(item)]"}},'MyChoice',_vm.$attrs,false)):(_vm.isTime(item.type))?_c('MyTime',_vm._b({attrs:{"value":_vm.getTimeValue(item),"type":item.type,"startToStop":item.setting.startToStop,"dateType":item.setting.dateType,"isLock":_vm.componentDisable},on:{"change":function($event){return _vm.changeTime($event, item)}}},'MyTime',_vm.$attrs,false)):(_vm.isUpload(item.type))?_c('MyUpload',_vm._b({attrs:{"upType":item.type,"useFileList":item.dbValue,"limitPic":item.setting.limitPic,"isLock":_vm.componentDisable},on:{"change":function($event){return _vm.changeUpload($event, item)}}},'MyUpload',_vm.$attrs,false)):(item.type === 'LOCATION')?_c('div',{class:{ 'map-container': !_vm.isLock },on:{"click":function($event){!_vm.isLock && (_vm.mapVisible = !_vm.mapVisible)}}},[_c('a-input',{attrs:{"placeholder":"请选择","value":_vm.handleGetAddress(_vm.form[_vm.formKey(item)]),"disabled":""}},[_c('a-icon',{attrs:{"slot":"prefix","type":"info-circle"},slot:"prefix"})],1),_c('MapComp',_vm._b({attrs:{"visible":_vm.mapVisible,"locationProp":_vm.form[_vm.formKey(item)],"isLock":_vm.componentDisable},on:{"update:visible":function($event){_vm.mapVisible=$event},"selectLocation":function($event){return _vm.handleSelectLocation($event, item)}}},'MapComp',_vm.$attrs,false))],1):(item.type === 'ADDRESS')?_c('MyAddress',_vm._b({attrs:{"setting":item.setting,"defaultValue":_vm.defaultAddress,"isLock":_vm.componentDisable},on:{"change":function($event){return _vm.changeAddress($event, item)}}},'MyAddress',_vm.$attrs,false)):(item.type === 'LABEL')?_c('label-form',_vm._b({attrs:{"item":item,"selectedList":_vm.labelSelectedList,"isLock":_vm.componentDisable,"sourceType":_vm.source},on:{"onChange":function($event){return _vm.labelChange($event, item)}}},'label-form',_vm.$attrs,false)):(item.type === 'VEDIO')?_c('vod-Chunk-upload',_vm._b({attrs:{"source":'guage',"formData":item,"limitNum":item.setting.limitPic,"defFileList":_vm.form[_vm.formKey(item)],"isLock":_vm.componentDisable},on:{"vodFileList":function($event){return _vm.vodFileList($event, item)}}},'vod-Chunk-upload',_vm.$attrs,false)):_vm._e(),(_vm.showAnswerParse(item))?_c('answerParse',{attrs:{"item":item}}):_vm._e()],1):_vm._e()]]})],2)],1),(_vm.type === 'customList')?[(!_vm.noBtn)?_c('div',{staticClass:"footer"},[(false)?undefined:_vm._e(),_c('a-button',{attrs:{"type":"primary","disabled":_vm.banSubmit},on:{"click":_vm.onSubmit}},[_vm._v("保存")])],1):_vm._e()]:[(_vm.showSaveBtn)?_c('div',{staticClass:"footer"},[_c('a-button',{staticStyle:{"margin-right":"8px"},on:{"click":_vm.cancel}},[_vm._v("取消")]),(!_vm.isLock)?_c('a-button',{attrs:{"type":"primary","disabled":_vm.banSubmit},on:{"click":_vm.onSubmit}},[_vm._v("保存")]):_vm._e()],1):_vm._e()]]]]}):_vm._e()],2)}
209992
+ var scaleViewvue_type_template_id_d8309e30_scoped_true_staticRenderFns = []
209993
209993
 
209994
209994
 
209995
- // CONCATENATED MODULE: ./packages/scale-view/scaleView.vue?vue&type=template&id=7f652b8f&scoped=true&
209995
+ // CONCATENATED MODULE: ./packages/scale-view/scaleView.vue?vue&type=template&id=d8309e30&scoped=true&
209996
209996
 
209997
209997
  // EXTERNAL MODULE: ./node_modules/core-js/modules/web.url.js
209998
209998
  var web_url = __webpack_require__("2b3d");
@@ -220314,11 +220314,11 @@ var scaleViewvue_type_script_lang_js_components;
220314
220314
  // 有evaluateResultSetting || url中含有固定参数
220315
220315
  // 倒计时未结束
220316
220316
  // 未填写过
220317
- return !this.isPreviewScale && this.showEvaluatePage && this.showEvaluateSettingWrap && !this.isFinished;
220317
+ return !this.isPreviewScale && this.showEvaluatePage && this.showEvaluateSettingWrap && !this.isFinished && !this.noBtn && !this.hideBtn;
220318
220318
  },
220319
220319
  // 是否展示倒计时
220320
220320
  showEvaluateCoundownPage: function showEvaluateCoundownPage() {
220321
- return !this.isPreviewScale && !this.showEvaluateEntry && this.showEvaluateCountdownWrap && !this.isFinished;
220321
+ return !this.isPreviewScale && !this.showEvaluateEntry && this.showEvaluateCountdownWrap && !this.isFinished && !this.noBtn && !this.hideBtn;
220322
220322
  },
220323
220323
  // 是否设置 evaluateResultSetting
220324
220324
  hasEvaluateResultSetting: function hasEvaluateResultSetting() {
@@ -221767,8 +221767,8 @@ var scaleViewvue_type_script_lang_js_components;
221767
221767
  }));
221768
221768
  // CONCATENATED MODULE: ./packages/scale-view/scaleView.vue?vue&type=script&lang=js&
221769
221769
  /* harmony default export */ var scale_view_scaleViewvue_type_script_lang_js_ = (scaleViewvue_type_script_lang_js_);
221770
- // EXTERNAL MODULE: ./packages/scale-view/scaleView.vue?vue&type=style&index=0&id=7f652b8f&lang=less&scoped=true&
221771
- var scaleViewvue_type_style_index_0_id_7f652b8f_lang_less_scoped_true_ = __webpack_require__("6dff");
221770
+ // EXTERNAL MODULE: ./packages/scale-view/scaleView.vue?vue&type=style&index=0&id=d8309e30&lang=less&scoped=true&
221771
+ var scaleViewvue_type_style_index_0_id_d8309e30_lang_less_scoped_true_ = __webpack_require__("b4b8");
221772
221772
 
221773
221773
  // CONCATENATED MODULE: ./packages/scale-view/scaleView.vue
221774
221774
 
@@ -221781,11 +221781,11 @@ var scaleViewvue_type_style_index_0_id_7f652b8f_lang_less_scoped_true_ = __webpa
221781
221781
 
221782
221782
  var scaleView_component = Object(componentNormalizer["a" /* default */])(
221783
221783
  scale_view_scaleViewvue_type_script_lang_js_,
221784
- scaleViewvue_type_template_id_7f652b8f_scoped_true_render,
221785
- scaleViewvue_type_template_id_7f652b8f_scoped_true_staticRenderFns,
221784
+ scaleViewvue_type_template_id_d8309e30_scoped_true_render,
221785
+ scaleViewvue_type_template_id_d8309e30_scoped_true_staticRenderFns,
221786
221786
  false,
221787
221787
  null,
221788
- "7f652b8f",
221788
+ "d8309e30",
221789
221789
  null
221790
221790
 
221791
221791
  )
@@ -278667,6 +278667,20 @@ module.exports = !$assign || fails(function () {
278667
278667
  } : $assign;
278668
278668
 
278669
278669
 
278670
+ /***/ }),
278671
+
278672
+ /***/ "60e3":
278673
+ /***/ (function(module, exports, __webpack_require__) {
278674
+
278675
+ // Imports
278676
+ var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("24fb");
278677
+ exports = ___CSS_LOADER_API_IMPORT___(false);
278678
+ // Module
278679
+ exports.push([module.i, ".r-scale[data-v-d8309e30]{position:relative;width:100%;height:100%;overflow:hidden;padding-top:4px;padding-bottom:50px}.r-scale .scale-container[data-v-d8309e30]{width:100%;height:100%;padding-bottom:10px;transform-origin:0 0;overflow-y:auto;box-sizing:border-box}.r-scale .scale-container.scale-container-nopadding[data-v-d8309e30]{height:100%}.r-scale .scale-container[data-v-d8309e30]::-webkit-scrollbar{width:10px}.r-scale[data-v-d8309e30] .no-data-tip{width:100%;height:100%}.r-scale .totalScore-warp[data-v-d8309e30]{padding:16px;margin-bottom:16px;font-weight:400;color:#666;background:#f2f2f4;font-size:14px;border-radius:6px}.r-scale .totalScore-warp div+div[data-v-d8309e30]{margin-top:4px}.r-scale .totalScore-warp span[data-v-d8309e30]{font-weight:500;color:#090909}.r-scale .totalScore-warp .score-result[data-v-d8309e30]{color:#2d7aff}.r-scale[data-v-d8309e30] .ant-spin-spinning{height:100%;width:100%;padding-top:88px}.r-scale[data-v-d8309e30] .ant-select~div{position:relative!important}.r-scale .lb-title[data-v-d8309e30]{text-align:center}.r-scale .map-container[data-v-d8309e30]{cursor:pointer}.r-scale .map-container[data-v-d8309e30] .ant-input-disabled{color:rgba(0,0,0,.65);background-color:#fff;cursor:pointer}.r-scale .linebar-div[data-v-d8309e30]{text-align:center;margin-top:24px}.r-scale .linebar-div[data-v-d8309e30] .ant-divider{margin-top:-4px}.r-scale .my-prompt[data-v-d8309e30]{padding:10px;box-shadow:0 5px 13px rgba(0,0,0,.14);background-color:#fff;border-radius:4px}.r-scale .img-card[data-v-d8309e30]{width:100%}.main[data-v-d8309e30]{padding:0 16px;box-sizing:border-box}.main[data-v-d8309e30] .ant-form-item-required:before{color:#e02828}.main .scale-label-required[data-v-d8309e30]{font-weight:700}.main .required-text[data-v-d8309e30]{color:#e02828}.main .evalute-label[data-v-d8309e30]{display:inline-block;height:20px;line-height:20px;padding:0 5px;margin-left:4px;font-size:12px;color:#2d7aff;border-radius:4px;border:1px solid rgba(45,122,255,.5);background:rgba(45,122,255,.1)}.main[data-v-d8309e30] .ant-form-item-label{white-space:unset;text-align:left;line-height:20px;padding:6px 0;width:100%}.footer[data-v-d8309e30],.main[data-v-d8309e30] .ant-form-item-label .ant-form-item-no-colon{width:100%}.footer[data-v-d8309e30]{position:absolute;bottom:0;left:0;border-top:1px solid #e8e8e8;padding-top:12px;height:50px;box-sizing:border-box;background:#fff}.rich-text-content[data-v-d8309e30]{word-break:break-all}.rich-text-content[data-v-d8309e30] p{margin-bottom:0}.rich-text-content[data-v-d8309e30] img{max-width:100%}", ""]);
278680
+ // Exports
278681
+ module.exports = exports;
278682
+
278683
+
278670
278684
  /***/ }),
278671
278685
 
278672
278686
  /***/ "60ed":
@@ -291123,17 +291137,6 @@ var isDate = helperCreateInInObjectString('Date')
291123
291137
  module.exports = isDate
291124
291138
 
291125
291139
 
291126
- /***/ }),
291127
-
291128
- /***/ "6dff":
291129
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
291130
-
291131
- "use strict";
291132
- /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_scaleView_vue_vue_type_style_index_0_id_7f652b8f_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("8c08");
291133
- /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_scaleView_vue_vue_type_style_index_0_id_7f652b8f_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_scaleView_vue_vue_type_style_index_0_id_7f652b8f_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
291134
- /* unused harmony reexport * */
291135
-
291136
-
291137
291140
  /***/ }),
291138
291141
 
291139
291142
  /***/ "6e14":
@@ -317238,20 +317241,6 @@ exports.push([module.i, "[data-v-4eb18d06] .formItem-select-empty{color:rgba(46,
317238
317241
  module.exports = exports;
317239
317242
 
317240
317243
 
317241
- /***/ }),
317242
-
317243
- /***/ "70df":
317244
- /***/ (function(module, exports, __webpack_require__) {
317245
-
317246
- // Imports
317247
- var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("24fb");
317248
- exports = ___CSS_LOADER_API_IMPORT___(false);
317249
- // Module
317250
- exports.push([module.i, ".r-scale[data-v-7f652b8f]{position:relative;width:100%;height:100%;overflow:hidden;padding-top:4px;padding-bottom:50px}.r-scale .scale-container[data-v-7f652b8f]{width:100%;height:100%;padding-bottom:10px;transform-origin:0 0;overflow-y:auto;box-sizing:border-box}.r-scale .scale-container.scale-container-nopadding[data-v-7f652b8f]{height:100%}.r-scale .scale-container[data-v-7f652b8f]::-webkit-scrollbar{width:10px}.r-scale[data-v-7f652b8f] .no-data-tip{width:100%;height:100%}.r-scale .totalScore-warp[data-v-7f652b8f]{padding:16px;margin-bottom:16px;font-weight:400;color:#666;background:#f2f2f4;font-size:14px;border-radius:6px}.r-scale .totalScore-warp div+div[data-v-7f652b8f]{margin-top:4px}.r-scale .totalScore-warp span[data-v-7f652b8f]{font-weight:500;color:#090909}.r-scale .totalScore-warp .score-result[data-v-7f652b8f]{color:#2d7aff}.r-scale[data-v-7f652b8f] .ant-spin-spinning{height:100%;width:100%;padding-top:88px}.r-scale[data-v-7f652b8f] .ant-select~div{position:relative!important}.r-scale .lb-title[data-v-7f652b8f]{text-align:center}.r-scale .map-container[data-v-7f652b8f]{cursor:pointer}.r-scale .map-container[data-v-7f652b8f] .ant-input-disabled{color:rgba(0,0,0,.65);background-color:#fff;cursor:pointer}.r-scale .linebar-div[data-v-7f652b8f]{text-align:center;margin-top:24px}.r-scale .linebar-div[data-v-7f652b8f] .ant-divider{margin-top:-4px}.r-scale .my-prompt[data-v-7f652b8f]{padding:10px;box-shadow:0 5px 13px rgba(0,0,0,.14);background-color:#fff;border-radius:4px}.r-scale .img-card[data-v-7f652b8f]{width:100%}.main[data-v-7f652b8f]{padding:0 16px;box-sizing:border-box}.main[data-v-7f652b8f] .ant-form-item-required:before{color:#e02828}.main .scale-label-required[data-v-7f652b8f]{font-weight:700}.main .required-text[data-v-7f652b8f]{color:#e02828}.main .evalute-label[data-v-7f652b8f]{display:inline-block;height:20px;line-height:20px;padding:0 5px;margin-left:4px;font-size:12px;color:#2d7aff;border-radius:4px;border:1px solid rgba(45,122,255,.5);background:rgba(45,122,255,.1)}.main[data-v-7f652b8f] .ant-form-item-label{white-space:unset;text-align:left;line-height:20px;padding:6px 0;width:100%}.footer[data-v-7f652b8f],.main[data-v-7f652b8f] .ant-form-item-label .ant-form-item-no-colon{width:100%}.footer[data-v-7f652b8f]{position:absolute;bottom:0;left:0;border-top:1px solid #e8e8e8;padding-top:12px;height:50px;box-sizing:border-box;background:#fff}.rich-text-content[data-v-7f652b8f]{word-break:break-all}.rich-text-content[data-v-7f652b8f] p{margin-bottom:0}.rich-text-content[data-v-7f652b8f] img{max-width:100%}", ""]);
317251
- // Exports
317252
- module.exports = exports;
317253
-
317254
-
317255
317244
  /***/ }),
317256
317245
 
317257
317246
  /***/ "710b":
@@ -369925,22 +369914,6 @@ exports.push([module.i, ".slide[data-v-738bb298]{width:-webkit-fit-content;width
369925
369914
  module.exports = exports;
369926
369915
 
369927
369916
 
369928
- /***/ }),
369929
-
369930
- /***/ "8c08":
369931
- /***/ (function(module, exports, __webpack_require__) {
369932
-
369933
- // style-loader: Adds some css to the DOM by adding a <style> tag
369934
-
369935
- // load the styles
369936
- var content = __webpack_require__("70df");
369937
- if(content.__esModule) content = content.default;
369938
- if(typeof content === 'string') content = [[module.i, content, '']];
369939
- if(content.locals) module.exports = content.locals;
369940
- // add the styles to the DOM
369941
- var add = __webpack_require__("499e").default
369942
- var update = add("336601d6", content, true, {"sourceMap":false,"shadowMode":false});
369943
-
369944
369917
  /***/ }),
369945
369918
 
369946
369919
  /***/ "8c10":
@@ -413085,6 +413058,22 @@ if (DESCRIPTORS && !(NAME in FunctionPrototype)) {
413085
413058
  }
413086
413059
 
413087
413060
 
413061
+ /***/ }),
413062
+
413063
+ /***/ "b0ee":
413064
+ /***/ (function(module, exports, __webpack_require__) {
413065
+
413066
+ // style-loader: Adds some css to the DOM by adding a <style> tag
413067
+
413068
+ // load the styles
413069
+ var content = __webpack_require__("60e3");
413070
+ if(content.__esModule) content = content.default;
413071
+ if(typeof content === 'string') content = [[module.i, content, '']];
413072
+ if(content.locals) module.exports = content.locals;
413073
+ // add the styles to the DOM
413074
+ var add = __webpack_require__("499e").default
413075
+ var update = add("1b4d5ce8", content, true, {"sourceMap":false,"shadowMode":false});
413076
+
413088
413077
  /***/ }),
413089
413078
 
413090
413079
  /***/ "b0ff":
@@ -414571,6 +414560,17 @@ function toNumber(value) {
414571
414560
  module.exports = toNumber;
414572
414561
 
414573
414562
 
414563
+ /***/ }),
414564
+
414565
+ /***/ "b4b8":
414566
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
414567
+
414568
+ "use strict";
414569
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_scaleView_vue_vue_type_style_index_0_id_d8309e30_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("b0ee");
414570
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_scaleView_vue_vue_type_style_index_0_id_d8309e30_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_scaleView_vue_vue_type_style_index_0_id_d8309e30_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
414571
+ /* unused harmony reexport * */
414572
+
414573
+
414574
414574
  /***/ }),
414575
414575
 
414576
414576
  /***/ "b4c0":