centaline-data-driven 1.5.85 → 1.5.86

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": "centaline-data-driven",
3
- "version": "1.5.85",
3
+ "version": "1.5.86",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,6 +1,13 @@
1
+ # v1.5.86
2
+ 2023-12-15
3
+ 优化
4
+
5
+ 优化单行文本域的高度问题
6
+
1
7
  # v1.5.85
2
8
  2023-12-14
3
9
  优化
10
+
4
11
  优化单行文本域的高度问题
5
12
 
6
13
  表单列表支持js修改0行数据
@@ -38,7 +38,7 @@
38
38
  </div>
39
39
  <el-input ref="inputText" :title="model.lock?model.value:''" :type="model.rows===1 ? 'text':model.inputType" v-model="model.value" v-bind="model.attrs"
40
40
  @input="inputHandler($event);isShowClear();applyHighlights()" @change="changeHandler($event)"
41
- class="ct-flex-div-input max-input" :class="[model.showLabel?'showLabel':'',!valid?'inputError':'',model.forbiddenWords?'inputHighlights':'',model.inputType !=textarea ?'textHeight24':'',]"
41
+ class="ct-flex-div-input max-input" :class="[model.showLabel?'showLabel':'',!valid?'inputError':'',model.forbiddenWords?'inputHighlights':'',model.inputType !== 'textarea' ?'textHeight24':'',]"
42
42
  :disabled="model.lock" :rows="model.rows"
43
43
  :readonly="model.readonly" :show-password="model.isPassword" autocomplete="on" :maxlength="model.max"
44
44
  @keyup.enter.native="search()" style="z-index: 3;background-color: transparent;">
@@ -78752,7 +78752,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
78752
78752
  "use strict";
78753
78753
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicT_vue__ = __webpack_require__(353);
78754
78754
  /* unused harmony namespace reexport */
78755
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_659f6c4b_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicT_vue__ = __webpack_require__(718);
78755
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_01d88408_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicT_vue__ = __webpack_require__(718);
78756
78756
  function injectStyle (ssrContext) {
78757
78757
  __webpack_require__(711)
78758
78758
  }
@@ -78767,12 +78767,12 @@ var __vue_template_functional__ = false
78767
78767
  /* styles */
78768
78768
  var __vue_styles__ = injectStyle
78769
78769
  /* scopeId */
78770
- var __vue_scopeId__ = "data-v-659f6c4b"
78770
+ var __vue_scopeId__ = "data-v-01d88408"
78771
78771
  /* moduleIdentifier (server only) */
78772
78772
  var __vue_module_identifier__ = null
78773
78773
  var Component = normalizeComponent(
78774
78774
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicT_vue__["a" /* default */],
78775
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_659f6c4b_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicT_vue__["a" /* default */],
78775
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_01d88408_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicT_vue__["a" /* default */],
78776
78776
  __vue_template_functional__,
78777
78777
  __vue_styles__,
78778
78778
  __vue_scopeId__,
@@ -78793,7 +78793,7 @@ var content = __webpack_require__(712);
78793
78793
  if(typeof content === 'string') content = [[module.i, content, '']];
78794
78794
  if(content.locals) module.exports = content.locals;
78795
78795
  // add the styles to the DOM
78796
- var update = __webpack_require__(3)("c3b3b878", content, true, {});
78796
+ var update = __webpack_require__(3)("dfbbeb94", content, true, {});
78797
78797
 
78798
78798
  /***/ }),
78799
78799
  /* 712 */
@@ -78805,7 +78805,7 @@ exports = module.exports = __webpack_require__(2)(false);
78805
78805
 
78806
78806
 
78807
78807
  // module
78808
- exports.push([module.i, ".errorMessageMarginLeft[data-v-659f6c4b]{margin-left:108px}.hoverColor[data-v-659f6c4b]:hover{border-color:var(--centalineBlue)}.is-show-Span[data-v-659f6c4b]{display:none}.hoverColor:hover .is-show-Span[data-v-659f6c4b]{display:inline-block}.backdrop[data-v-659f6c4b]{position:absolute;z-index:1;border:none;background-color:#fff;pointer-events:none;overflow-y:auto;border-radius:4px;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.highlights[data-v-659f6c4b]{white-space:pre-wrap;word-wrap:break-word;color:transparent;padding:5px 15px 5px 5px;line-height:1.5;font-family:monospace}.autoFill[data-v-659f6c4b]{width:100%}.textarea-box[data-v-659f6c4b]{border:1px solid var(--bagGray);width:100%;position:relative;border-radius:4px;min-height:26px}.textarea-box[data-v-659f6c4b]:active,.textarea-box[data-v-659f6c4b]:focus,.textarea-box[data-v-659f6c4b]:hover{border-color:var(--centalineBlue)!important}.textarea-tip[data-v-659f6c4b]{margin-left:5px;color:#606266}.textarea-count[data-v-659f6c4b]{position:absolute;right:10px}.textarea-icon[data-v-659f6c4b]{background:url(" + escape(__webpack_require__(713)) + ")no-repeat;background-size:100% 100%;width:12px;height:12px;display:inline-block;position:absolute;right:0;bottom:0}.textHeight24[data-v-659f6c4b]{height:24px!important}", ""]);
78808
+ exports.push([module.i, ".errorMessageMarginLeft[data-v-01d88408]{margin-left:108px}.hoverColor[data-v-01d88408]:hover{border-color:var(--centalineBlue)}.is-show-Span[data-v-01d88408]{display:none}.hoverColor:hover .is-show-Span[data-v-01d88408]{display:inline-block}.backdrop[data-v-01d88408]{position:absolute;z-index:1;border:none;background-color:#fff;pointer-events:none;overflow-y:auto;border-radius:4px;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.highlights[data-v-01d88408]{white-space:pre-wrap;word-wrap:break-word;color:transparent;padding:5px 15px 5px 5px;line-height:1.5;font-family:monospace}.autoFill[data-v-01d88408]{width:100%}.textarea-box[data-v-01d88408]{border:1px solid var(--bagGray);width:100%;position:relative;border-radius:4px;min-height:26px}.textarea-box[data-v-01d88408]:active,.textarea-box[data-v-01d88408]:focus,.textarea-box[data-v-01d88408]:hover{border-color:var(--centalineBlue)!important}.textarea-tip[data-v-01d88408]{margin-left:5px;color:#606266}.textarea-count[data-v-01d88408]{position:absolute;right:10px}.textarea-icon[data-v-01d88408]{background:url(" + escape(__webpack_require__(713)) + ")no-repeat;background-size:100% 100%;width:12px;height:12px;display:inline-block;position:absolute;right:0;bottom:0}.textHeight24[data-v-01d88408]{height:24px!important}", ""]);
78809
78809
 
78810
78810
  // exports
78811
78811
 
@@ -78895,7 +78895,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
78895
78895
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
78896
78896
 
78897
78897
  "use strict";
78898
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"field-top"},[_c('div',{staticStyle:{"width":"100%"},style:({ display: (_vm.model.inputType === 'textarea' ? 'block' : 'flex') })},[(_vm.model !== null)?_c('div',{staticClass:"ct-text ct-flex-div max-flex-div hoverColor",class:[_vm.model.showLabel?'el-input-group el-input-group--prepend':'',!_vm.valid?'inputError':'',_vm.model.attrs.size?'ct-font-size-'+_vm.model.attrs.size:''],staticStyle:{"flex":"1"},on:{"mouseover":_vm.mouseOverHandle,"mouseout":_vm.mouseOutHandle}},[(_vm.model.showLabel && _vm.model.label)?_c('div',{staticClass:"el-input-group__prepend field-label-div max-input-group",class:[_vm.model.labelClass]},[_c('span',[_vm._v(_vm._s(_vm.model.label))])]):_vm._e(),_vm._v(" "),(_vm.model.preLabel)?_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.model.preLabel)}})]):_vm._e(),_vm._v(" "),(_vm.model.autoFill && _vm.model.paramName)?_c('el-popover',{staticClass:"autoFill",attrs:{"placement":"bottom-start","trigger":'manual'},model:{value:(_vm.showDrop),callback:function ($$v) {_vm.showDrop=$$v},expression:"showDrop"}},[_c('div',[_c('ctSelectOptionVertical',{attrs:{"model":_vm.model},on:{"click":function($event){_vm.selectOption($event)}}})],1),_vm._v(" "),_c('el-input',_vm._b({ref:"input",staticClass:"ct-flex-div-input max-input",class:[_vm.model.showLabel?'showLabel':'',!_vm.valid?'inputError':'',_vm.model.forbiddenWords?'inputHighlights':''],staticStyle:{"z-index":"3","background-color":"transparent"},attrs:{"slot":"reference","title":_vm.model.lock?_vm.model.value:'',"type":_vm.model.inputType,"disabled":_vm.model.lock,"rows":_vm.model.rows,"resize":_vm.model.forbiddenWords?'none':'vertical',"readonly":_vm.model.readonly,"show-password":_vm.model.isPassword,"autocomplete":"on","maxlength":_vm.model.max,"show-word-limit":_vm.model.showWordLimit},on:{"input":function($event){_vm.inputHandler($event);_vm.showDropHandle();_vm.isShowClear();_vm.applyHighlights()},"change":function($event){_vm.changeHandler($event)}},nativeOn:{"keyup":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }_vm.search()}},slot:"reference",model:{value:(_vm.model.value),callback:function ($$v) {_vm.$set(_vm.model, "value", $$v)},expression:"model.value"}},'el-input',_vm.model.attrs,false),[(_vm.model.unitName)?_c('span',{staticClass:"ct-unitname",class:_vm.showClear?'unitName-20':'unitName-0',attrs:{"slot":"suffix"},slot:"suffix"},[_vm._v(_vm._s(_vm.model.unitName))]):_vm._e(),_vm._v(" "),(!_vm.model.isPassword&&_vm.showClear)?_c('span',{staticClass:"el-input__suffix el-input--mini is-show-Span",class:_vm.model.unitName?'ct-right-10':'ct-right-0',attrs:{"slot":"suffix"},slot:"suffix"},[_c('span',{staticClass:"el-input__suffix-inner ct-close"},[_c('i',{staticClass:"el-select__caret el-input__icon el-icon-circle-close is-show-close",on:{"click":function($event){_vm.clearClickHandle($event)}}})])]):_vm._e()])],1):_c('div',{ref:"input",staticClass:"textarea-box"},[(_vm.model.forbiddenWords)?_c('div',{ref:"highlights",staticClass:"backdrop hoverColor",style:({'width':_vm.forbiddenWordsWidth+'px','height':_vm.forbiddenWordsHeight+'px','left':_vm.forbiddenWordsLeft+'px','top':_vm.forbiddenWordsTop+'px','overflow-y': _vm.model.rows===1?'hidden':'auto','overflow-x':'hidden'})},[_c('div',{staticClass:"highlights",style:({'line-height':_vm.model.rows===1?1:1.5,'white-space': _vm.model.rows===1?'nowrap':'pre-wrap'}),domProps:{"innerHTML":_vm._s(_vm.forbiddenWordsValue)}})]):_vm._e(),_vm._v(" "),_c('el-input',_vm._b({ref:"inputText",staticClass:"ct-flex-div-input max-input",class:[_vm.model.showLabel?'showLabel':'',!_vm.valid?'inputError':'',_vm.model.forbiddenWords?'inputHighlights':'',_vm.model.inputType !=_vm.textarea ?'textHeight24':'' ],staticStyle:{"z-index":"3","background-color":"transparent"},attrs:{"title":_vm.model.lock?_vm.model.value:'',"type":_vm.model.rows===1 ? 'text':_vm.model.inputType,"disabled":_vm.model.lock,"rows":_vm.model.rows,"readonly":_vm.model.readonly,"show-password":_vm.model.isPassword,"autocomplete":"on","maxlength":_vm.model.max},on:{"input":function($event){_vm.inputHandler($event);_vm.isShowClear();_vm.applyHighlights()},"change":function($event){_vm.changeHandler($event)}},nativeOn:{"keyup":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }_vm.search()}},model:{value:(_vm.model.value),callback:function ($$v) {_vm.$set(_vm.model, "value", $$v)},expression:"model.value"}},'el-input',_vm.model.attrs,false),[(_vm.model.unitName)?_c('span',{staticClass:"ct-unitname",class:_vm.showClear?'unitName-20':'unitName-0',attrs:{"slot":"suffix"},slot:"suffix"},[_vm._v(_vm._s(_vm.model.unitName))]):_vm._e(),_vm._v(" "),(!_vm.model.isPassword&&_vm.showClear)?_c('span',{staticClass:"el-input__suffix el-input--mini is-show-Span",class:_vm.model.unitName?'ct-right-10':'ct-right-0',attrs:{"slot":"suffix"},slot:"suffix"},[_c('span',{staticClass:"el-input__suffix-inner ct-close"},[_c('i',{staticClass:"el-select__caret el-input__icon el-icon-circle-close is-show-close",on:{"click":function($event){_vm.clearClickHandle($event)}}})])]):_vm._e()]),_vm._v(" "),(_vm.model.inputType === 'textarea' && this.minText)?_c('span',{staticClass:"textarea-tip",domProps:{"innerHTML":_vm._s(_vm.minText)}}):_vm._e(),_vm._v(" "),(_vm.model.showWordLimit)?_c('span',{staticClass:"textarea-count"},[_vm._v(_vm._s(_vm.model.value.length)+"/"+_vm._s(_vm.model.max))]):_vm._e(),_vm._v(" "),(!_vm.model.forbiddenWords && _vm.model.inputType === 'textarea')?_c('span',{staticClass:"textarea-icon"}):_vm._e()],1),_vm._v(" "),(_vm.model.sufLabel)?_c('span',{staticClass:"spanMessage ct-flex-div-span"},[_vm._v(_vm._s(_vm.model.sufLabel))]):_vm._e(),_vm._v(" "),(!_vm.model.lock && _vm.model.paramName && !_vm.model.autoFill)?_c('ctQuickInputSos',{staticClass:"ct-flex-div-span",attrs:{"pn":_vm.model.paramName,"action":_vm.api,"flagNew":true,"textValue":_vm.model.value},on:{"click":_vm.quickSelect}}):_vm._e(),_vm._v(" "),(_vm.model.moreActionRouter && !_vm.model.lock)?_c('div',[(_vm.model.moreActionRouter.imgUrl)?_c('img',{staticClass:"ct-tablecurrencyImg ct-tablecurrencyItem",attrs:{"src":_vm.model.moreActionRouter.imgUrl,"title":_vm.model.moreActionRouter.label},on:{"click":function($event){_vm.popupSearchListHandle($event)}}}):_c('el-button',{staticClass:"h26",attrs:{"size":"mini","type":"primary"},on:{"click":function($event){_vm.popupSearchListHandle($event)}}},[_vm._v("\n "+_vm._s(_vm.model.moreActionRouter.label)+"\n ")])],1):_vm._e()],1):_vm._e(),_vm._v(" "),_c('transition',{staticClass:"ct-flex-div-span",attrs:{"name":"el-fade-in"}},[_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.valid),expression:"!valid"}],staticClass:"errorMessage",class:{ 'errorMessageMarginLeft': _vm.model.inputType === 'textarea' }},[_vm._v("\n "+_vm._s(_vm.validMessage)+"\n ")])])],1)])}
78898
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"field-top"},[_c('div',{staticStyle:{"width":"100%"},style:({ display: (_vm.model.inputType === 'textarea' ? 'block' : 'flex') })},[(_vm.model !== null)?_c('div',{staticClass:"ct-text ct-flex-div max-flex-div hoverColor",class:[_vm.model.showLabel?'el-input-group el-input-group--prepend':'',!_vm.valid?'inputError':'',_vm.model.attrs.size?'ct-font-size-'+_vm.model.attrs.size:''],staticStyle:{"flex":"1"},on:{"mouseover":_vm.mouseOverHandle,"mouseout":_vm.mouseOutHandle}},[(_vm.model.showLabel && _vm.model.label)?_c('div',{staticClass:"el-input-group__prepend field-label-div max-input-group",class:[_vm.model.labelClass]},[_c('span',[_vm._v(_vm._s(_vm.model.label))])]):_vm._e(),_vm._v(" "),(_vm.model.preLabel)?_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.model.preLabel)}})]):_vm._e(),_vm._v(" "),(_vm.model.autoFill && _vm.model.paramName)?_c('el-popover',{staticClass:"autoFill",attrs:{"placement":"bottom-start","trigger":'manual'},model:{value:(_vm.showDrop),callback:function ($$v) {_vm.showDrop=$$v},expression:"showDrop"}},[_c('div',[_c('ctSelectOptionVertical',{attrs:{"model":_vm.model},on:{"click":function($event){_vm.selectOption($event)}}})],1),_vm._v(" "),_c('el-input',_vm._b({ref:"input",staticClass:"ct-flex-div-input max-input",class:[_vm.model.showLabel?'showLabel':'',!_vm.valid?'inputError':'',_vm.model.forbiddenWords?'inputHighlights':''],staticStyle:{"z-index":"3","background-color":"transparent"},attrs:{"slot":"reference","title":_vm.model.lock?_vm.model.value:'',"type":_vm.model.inputType,"disabled":_vm.model.lock,"rows":_vm.model.rows,"resize":_vm.model.forbiddenWords?'none':'vertical',"readonly":_vm.model.readonly,"show-password":_vm.model.isPassword,"autocomplete":"on","maxlength":_vm.model.max,"show-word-limit":_vm.model.showWordLimit},on:{"input":function($event){_vm.inputHandler($event);_vm.showDropHandle();_vm.isShowClear();_vm.applyHighlights()},"change":function($event){_vm.changeHandler($event)}},nativeOn:{"keyup":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }_vm.search()}},slot:"reference",model:{value:(_vm.model.value),callback:function ($$v) {_vm.$set(_vm.model, "value", $$v)},expression:"model.value"}},'el-input',_vm.model.attrs,false),[(_vm.model.unitName)?_c('span',{staticClass:"ct-unitname",class:_vm.showClear?'unitName-20':'unitName-0',attrs:{"slot":"suffix"},slot:"suffix"},[_vm._v(_vm._s(_vm.model.unitName))]):_vm._e(),_vm._v(" "),(!_vm.model.isPassword&&_vm.showClear)?_c('span',{staticClass:"el-input__suffix el-input--mini is-show-Span",class:_vm.model.unitName?'ct-right-10':'ct-right-0',attrs:{"slot":"suffix"},slot:"suffix"},[_c('span',{staticClass:"el-input__suffix-inner ct-close"},[_c('i',{staticClass:"el-select__caret el-input__icon el-icon-circle-close is-show-close",on:{"click":function($event){_vm.clearClickHandle($event)}}})])]):_vm._e()])],1):_c('div',{ref:"input",staticClass:"textarea-box"},[(_vm.model.forbiddenWords)?_c('div',{ref:"highlights",staticClass:"backdrop hoverColor",style:({'width':_vm.forbiddenWordsWidth+'px','height':_vm.forbiddenWordsHeight+'px','left':_vm.forbiddenWordsLeft+'px','top':_vm.forbiddenWordsTop+'px','overflow-y': _vm.model.rows===1?'hidden':'auto','overflow-x':'hidden'})},[_c('div',{staticClass:"highlights",style:({'line-height':_vm.model.rows===1?1:1.5,'white-space': _vm.model.rows===1?'nowrap':'pre-wrap'}),domProps:{"innerHTML":_vm._s(_vm.forbiddenWordsValue)}})]):_vm._e(),_vm._v(" "),_c('el-input',_vm._b({ref:"inputText",staticClass:"ct-flex-div-input max-input",class:[_vm.model.showLabel?'showLabel':'',!_vm.valid?'inputError':'',_vm.model.forbiddenWords?'inputHighlights':'',_vm.model.inputType !== 'textarea' ?'textHeight24':'' ],staticStyle:{"z-index":"3","background-color":"transparent"},attrs:{"title":_vm.model.lock?_vm.model.value:'',"type":_vm.model.rows===1 ? 'text':_vm.model.inputType,"disabled":_vm.model.lock,"rows":_vm.model.rows,"readonly":_vm.model.readonly,"show-password":_vm.model.isPassword,"autocomplete":"on","maxlength":_vm.model.max},on:{"input":function($event){_vm.inputHandler($event);_vm.isShowClear();_vm.applyHighlights()},"change":function($event){_vm.changeHandler($event)}},nativeOn:{"keyup":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }_vm.search()}},model:{value:(_vm.model.value),callback:function ($$v) {_vm.$set(_vm.model, "value", $$v)},expression:"model.value"}},'el-input',_vm.model.attrs,false),[(_vm.model.unitName)?_c('span',{staticClass:"ct-unitname",class:_vm.showClear?'unitName-20':'unitName-0',attrs:{"slot":"suffix"},slot:"suffix"},[_vm._v(_vm._s(_vm.model.unitName))]):_vm._e(),_vm._v(" "),(!_vm.model.isPassword&&_vm.showClear)?_c('span',{staticClass:"el-input__suffix el-input--mini is-show-Span",class:_vm.model.unitName?'ct-right-10':'ct-right-0',attrs:{"slot":"suffix"},slot:"suffix"},[_c('span',{staticClass:"el-input__suffix-inner ct-close"},[_c('i',{staticClass:"el-select__caret el-input__icon el-icon-circle-close is-show-close",on:{"click":function($event){_vm.clearClickHandle($event)}}})])]):_vm._e()]),_vm._v(" "),(_vm.model.inputType === 'textarea' && this.minText)?_c('span',{staticClass:"textarea-tip",domProps:{"innerHTML":_vm._s(_vm.minText)}}):_vm._e(),_vm._v(" "),(_vm.model.showWordLimit)?_c('span',{staticClass:"textarea-count"},[_vm._v(_vm._s(_vm.model.value.length)+"/"+_vm._s(_vm.model.max))]):_vm._e(),_vm._v(" "),(!_vm.model.forbiddenWords && _vm.model.inputType === 'textarea')?_c('span',{staticClass:"textarea-icon"}):_vm._e()],1),_vm._v(" "),(_vm.model.sufLabel)?_c('span',{staticClass:"spanMessage ct-flex-div-span"},[_vm._v(_vm._s(_vm.model.sufLabel))]):_vm._e(),_vm._v(" "),(!_vm.model.lock && _vm.model.paramName && !_vm.model.autoFill)?_c('ctQuickInputSos',{staticClass:"ct-flex-div-span",attrs:{"pn":_vm.model.paramName,"action":_vm.api,"flagNew":true,"textValue":_vm.model.value},on:{"click":_vm.quickSelect}}):_vm._e(),_vm._v(" "),(_vm.model.moreActionRouter && !_vm.model.lock)?_c('div',[(_vm.model.moreActionRouter.imgUrl)?_c('img',{staticClass:"ct-tablecurrencyImg ct-tablecurrencyItem",attrs:{"src":_vm.model.moreActionRouter.imgUrl,"title":_vm.model.moreActionRouter.label},on:{"click":function($event){_vm.popupSearchListHandle($event)}}}):_c('el-button',{staticClass:"h26",attrs:{"size":"mini","type":"primary"},on:{"click":function($event){_vm.popupSearchListHandle($event)}}},[_vm._v("\n "+_vm._s(_vm.model.moreActionRouter.label)+"\n ")])],1):_vm._e()],1):_vm._e(),_vm._v(" "),_c('transition',{staticClass:"ct-flex-div-span",attrs:{"name":"el-fade-in"}},[_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.valid),expression:"!valid"}],staticClass:"errorMessage",class:{ 'errorMessageMarginLeft': _vm.model.inputType === 'textarea' }},[_vm._v("\n "+_vm._s(_vm.validMessage)+"\n ")])])],1)])}
78899
78899
  var staticRenderFns = []
78900
78900
  var esExports = { render: render, staticRenderFns: staticRenderFns }
78901
78901
  /* harmony default export */ __webpack_exports__["a"] = (esExports);