centaline-data-driven 1.6.36 → 1.6.37
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 +1 -1
- package/release-log.md +7 -0
- package/src/centaline/dynamicDetail/src/dynamicContactList.vue +1 -2
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +8 -2
- package/src/centaline/loader/src/ctl/SearchTable.js +1 -4
- package/src/main.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js +12 -16
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/release-log.md
CHANGED
|
@@ -52,8 +52,7 @@
|
|
|
52
52
|
<tr v-for="(row,rowindex) in model.listData" :key="rowindex"
|
|
53
53
|
v-if="pageRowMin <= rowindex && rowindex <= pageRowMax"
|
|
54
54
|
:ref="'rows.'+rowindex" @click="rowClickHandle($event,rowindex)"
|
|
55
|
-
class="ct-tr"
|
|
56
|
-
:style="row.$style">
|
|
55
|
+
class="ct-tr">
|
|
57
56
|
<td v-if="model.isMulti" class="ct-td tdFiexd left-fixation checkbox-td" :class="[model.tdClass]" align="center">
|
|
58
57
|
<label v-if="!model.rightMulti || row[model.rightMulti] == 1" class="el-checkbox is-checked"><span class="el-checkbox__input" :class="rowCheckClass(row)">
|
|
59
58
|
<span class="el-checkbox__inner"></span>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<!--可视区域的行数据-->
|
|
76
76
|
<tr v-for="(row, rowindex) in model.listData" :key="rowindex"
|
|
77
77
|
v-if="from == 'form' || pageRowMin <= rowindex && rowindex <= pageRowMax" :ref="'rows.' + rowindex"
|
|
78
|
-
@click="rowClickHandle($event, rowindex)" class="ct-tr" :style="row
|
|
78
|
+
@click="rowClickHandle($event, rowindex)" class="ct-tr" :style="row.rowStyle">
|
|
79
79
|
<td v-if="model.isMulti" class="ct-td tdFiexd left-fixation checkbox-td"
|
|
80
80
|
:class="[model.tdClass, rowindex === model.selectIndex ? 'select' : null,]" align="center">
|
|
81
81
|
<label v-if="!model.rightMulti || $common.getDataOfUpperLower(row, model.rightMulti) == 1"
|
|
@@ -2537,6 +2537,10 @@ export default {
|
|
|
2537
2537
|
background-color: #ddd !important;
|
|
2538
2538
|
}
|
|
2539
2539
|
|
|
2540
|
+
.ct-searchtable .ct-tr{
|
|
2541
|
+
background-color: #ffffff;
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2540
2544
|
.ct-searchtable .ct-tr>.ct-td {
|
|
2541
2545
|
/*border: 1px solid #e7e8eb;
|
|
2542
2546
|
border-bottom: 1px solid #e7e8eb;
|
|
@@ -2544,7 +2548,7 @@ export default {
|
|
|
2544
2548
|
border-left: 1px solid #e7e8eb;*/
|
|
2545
2549
|
padding: 2px 20px;
|
|
2546
2550
|
cursor: default;
|
|
2547
|
-
background-color: #ffffff;
|
|
2551
|
+
/* background-color: #ffffff; */
|
|
2548
2552
|
// color: var(--centalineBlack);
|
|
2549
2553
|
}
|
|
2550
2554
|
|
|
@@ -2694,10 +2698,12 @@ export default {
|
|
|
2694
2698
|
|
|
2695
2699
|
.ct-table .left-fixation {
|
|
2696
2700
|
position: sticky;
|
|
2701
|
+
background-color: inherit;
|
|
2697
2702
|
}
|
|
2698
2703
|
|
|
2699
2704
|
.ct-table .right-fixation {
|
|
2700
2705
|
position: sticky;
|
|
2706
|
+
background-color: inherit;
|
|
2701
2707
|
}
|
|
2702
2708
|
|
|
2703
2709
|
.ct-table .left-fixation-th {
|
|
@@ -789,11 +789,8 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
|
|
|
789
789
|
//设置行样式
|
|
790
790
|
setStyleRow(rows) {
|
|
791
791
|
rows.forEach((row) => {
|
|
792
|
-
if (!row.$style) {
|
|
793
|
-
row.$style = {};
|
|
794
|
-
}
|
|
795
792
|
if (rtn.rowColorColumn && row[rtn.rowColorColumn]) {
|
|
796
|
-
row
|
|
793
|
+
row.rowStyle = row.rowStyle + ";color:" + row[rtn.rowColorColumn] + ";";
|
|
797
794
|
}
|
|
798
795
|
});
|
|
799
796
|
},
|
package/src/main.js
CHANGED
|
@@ -76,7 +76,7 @@ Vue.use(centaline, {
|
|
|
76
76
|
estateId: '',
|
|
77
77
|
|
|
78
78
|
authObject: '{"currentEstate":{},"platform":1,"osVersion":"","clientVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"588NJK","time":1733886962541,"sign":"7cb413ac60ed50fe406c9b91c8d4a836","systemSource":"CCESU","empNo":"hqxtgl","empId":"2411121446336B97FBEB7FD54905A903"}',
|
|
79
|
-
AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.
|
|
79
|
+
AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImIyYzIyYTNkLWZhOGQtNDIwZi1hMTQ3LTIzN2I5OWY1NTQyNSJ9.tyabbMCMbIcy5orjkpiO6ShZeZGIiNirKBKgdiqMPYvBfRCNTMYbsamHNe5rCtOSB6t5KA-Fwsv_GA6ENoJ1Lg',
|
|
80
80
|
};
|
|
81
81
|
},
|
|
82
82
|
// 请求完成事件,可判断是否登录过期执行响应操作
|
|
@@ -12069,7 +12069,7 @@ var Component = normalizeComponent(
|
|
|
12069
12069
|
"use strict";
|
|
12070
12070
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicContactList_vue__ = __webpack_require__(177);
|
|
12071
12071
|
/* unused harmony namespace reexport */
|
|
12072
|
-
/* harmony import */ var
|
|
12072
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_d32e76aa_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicContactList_vue__ = __webpack_require__(587);
|
|
12073
12073
|
function injectStyle (ssrContext) {
|
|
12074
12074
|
__webpack_require__(585)
|
|
12075
12075
|
}
|
|
@@ -12084,12 +12084,12 @@ var __vue_template_functional__ = false
|
|
|
12084
12084
|
/* styles */
|
|
12085
12085
|
var __vue_styles__ = injectStyle
|
|
12086
12086
|
/* scopeId */
|
|
12087
|
-
var __vue_scopeId__ = "data-v-
|
|
12087
|
+
var __vue_scopeId__ = "data-v-d32e76aa"
|
|
12088
12088
|
/* moduleIdentifier (server only) */
|
|
12089
12089
|
var __vue_module_identifier__ = null
|
|
12090
12090
|
var Component = normalizeComponent(
|
|
12091
12091
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicContactList_vue__["a" /* default */],
|
|
12092
|
-
|
|
12092
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_d32e76aa_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicContactList_vue__["a" /* default */],
|
|
12093
12093
|
__vue_template_functional__,
|
|
12094
12094
|
__vue_styles__,
|
|
12095
12095
|
__vue_scopeId__,
|
|
@@ -20221,7 +20221,7 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
|
|
|
20221
20221
|
"use strict";
|
|
20222
20222
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(156);
|
|
20223
20223
|
/* unused harmony namespace reexport */
|
|
20224
|
-
/* harmony import */ var
|
|
20224
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5f956333_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(572);
|
|
20225
20225
|
function injectStyle (ssrContext) {
|
|
20226
20226
|
__webpack_require__(534)
|
|
20227
20227
|
}
|
|
@@ -20241,7 +20241,7 @@ var __vue_scopeId__ = null
|
|
|
20241
20241
|
var __vue_module_identifier__ = null
|
|
20242
20242
|
var Component = normalizeComponent(
|
|
20243
20243
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
20244
|
-
|
|
20244
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5f956333_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
20245
20245
|
__vue_template_functional__,
|
|
20246
20246
|
__vue_styles__,
|
|
20247
20247
|
__vue_scopeId__,
|
|
@@ -25780,7 +25780,6 @@ module.exports = g;
|
|
|
25780
25780
|
//
|
|
25781
25781
|
//
|
|
25782
25782
|
//
|
|
25783
|
-
//
|
|
25784
25783
|
|
|
25785
25784
|
|
|
25786
25785
|
/* harmony default export */ __webpack_exports__["a"] = ({
|
|
@@ -59802,11 +59801,8 @@ var SearchTable = function SearchTable(data, callBack, searchModel, flagSearch,
|
|
|
59802
59801
|
//设置行样式
|
|
59803
59802
|
setStyleRow: function setStyleRow(rows) {
|
|
59804
59803
|
rows.forEach(function (row) {
|
|
59805
|
-
if (!row.$style) {
|
|
59806
|
-
row.$style = {};
|
|
59807
|
-
}
|
|
59808
59804
|
if (rtn.rowColorColumn && row[rtn.rowColorColumn]) {
|
|
59809
|
-
row
|
|
59805
|
+
row.rowStyle = row.rowStyle + ";color:" + row[rtn.rowColorColumn] + ";";
|
|
59810
59806
|
}
|
|
59811
59807
|
});
|
|
59812
59808
|
},
|
|
@@ -74483,7 +74479,7 @@ var content = __webpack_require__(535);
|
|
|
74483
74479
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
74484
74480
|
if(content.locals) module.exports = content.locals;
|
|
74485
74481
|
// add the styles to the DOM
|
|
74486
|
-
var update = __webpack_require__(3)("
|
|
74482
|
+
var update = __webpack_require__(3)("64a64e34", content, true, {});
|
|
74487
74483
|
|
|
74488
74484
|
/***/ }),
|
|
74489
74485
|
/* 535 */
|
|
@@ -74495,7 +74491,7 @@ exports = module.exports = __webpack_require__(2)(false);
|
|
|
74495
74491
|
|
|
74496
74492
|
|
|
74497
74493
|
// module
|
|
74498
|
-
exports.push([module.i, ".ct-tableParent{overflow:auto;border-bottom:1px solid #ebeef5;width:100%;outline:0;border-top:1px solid #ebeef5}.ct-searchtable .ct-table{min-width:100%;border-collapse:collapse}.ct-searchtable .ct-table-Shadow{border-collapse:separate}.ct-searchtable .ct-table th{background-color:#ddd!important}.ct-searchtable .ct-tr>.ct-td{padding:2px 20px;cursor:default
|
|
74494
|
+
exports.push([module.i, ".ct-tableParent{overflow:auto;border-bottom:1px solid #ebeef5;width:100%;outline:0;border-top:1px solid #ebeef5}.ct-searchtable .ct-table{min-width:100%;border-collapse:collapse}.ct-searchtable .ct-table-Shadow{border-collapse:separate}.ct-searchtable .ct-table th{background-color:#ddd!important}.ct-searchtable .ct-tr{background-color:#fff}.ct-searchtable .ct-tr>.ct-td{padding:2px 20px;cursor:default;//:var(--centalineBlack)}.ct-searchtable .ct-tr>.ct-td1{border-right:1px solid #e7e8eb;border-left:1px solid #e7e8eb}.ct-searchtable .ct-tr:last-child>.ct-td1,.ct-searchtable .ct-tr>.ct-td2{border-bottom:1px solid #e7e8eb}.ct-searchtable .ct-tr>.ct-td3{border:1px solid #e7e8eb}.shadowLeft{-webkit-box-shadow:2px 0 3px -1px rgba(0,0,0,.1);box-shadow:2px 0 3px -1px rgba(0,0,0,.1)}.shadowRight{-webkit-box-shadow:-2px 0 3px -1px rgba(0,0,0,.1);box-shadow:-2px 0 3px -1px rgba(0,0,0,.1)}.ct-searchtable body:last-child>.ct-td{border-bottom:0}.ct-searchtable .ct-tr>.ct-td.nowidth{white-space:nowrap}.ct-table{color:#1f2233;font-size:18px;line-height:40px;min-height:40px}.ct-table-mini{font-size:12px;line-height:26px;min-height:28px}.ct-table-small{font-size:14px;line-height:32px;min-height:32px}.ct-table-medium{font-size:16px;line-height:36px;min-height:36px}.ct-table .ct-td>.caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:10px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.ct-table .ct-td>.caret-wrapper>.sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.ct-table .ct-td>.caret-wrapper>.sort-caret.ascending{border-bottom-color:var(--centalinePlaceholder);top:5px}.ct-table .ct-td>.caret-wrapper>.sort-caret.descending{border-top-color:var(--centalinePlaceholder);bottom:7px}.ct-table .ct-td.select,.ct-table .ct-td.selectMerged,.ct-table .ct-tr:hover .ct-td.select,.ct-table .ct-tr:hover .ct-td.selectMerged{background-color:var(backgroundColor)!important}.ct-table .ct-td.asc>.caret-wrapper>.sort-caret.ascending{border-bottom-color:#409eff;top:5px}.ct-table .ct-td.desc>.caret-wrapper>.sort-caret.descending{border-top-color:#409eff;bottom:7px}.ct-table .cell{text-overflow:ellipsis;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.ct-table .lineFeedCell{min-width:40px}.ct-table .left-fixation,.ct-table .right-fixation{position:-webkit-sticky;position:sticky;background-color:inherit}.ct-table .left-fixation-th,.ct-table .right-fixation-th{position:-webkit-sticky;position:sticky;top:0;z-index:99}.ct-table .right-no-fixation-th{position:-webkit-sticky;position:sticky;top:0;z-index:50}.ct-table .checkbox-td{min-width:20px;width:20px;left:0}.ct-table .checkbox-td .checkbox-td-1{vertical-align:inherit}.tab-list{position:relative;margin-bottom:0!important;height:auto!important;display:block;padding-left:8px;padding-right:4px}.tab-list .subdiv_allinline{float:none;display:block;width:-webkit-fill-available;cursor:pointer}.div_allinline .Stats-popover{float:right;margin-top:3px;margin-left:0;height:16px}.icon-more{background:url(" + escape(__webpack_require__(536)) + ") no-repeat;background-size:100% 100%;width:16px;height:16px;display:table-caption;cursor:pointer}.el-popover1{min-width:inherit!important}.ct-searchtable .ct-search-table-tag{background-color:#ffe7cc;border-color:#faecd8;width:100%;-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0/10%);box-shadow:0 2px 10px 0 rgb(0 0 0/10%);margin-bottom:4px}.theadLine{position:relative}.theadLine:before{position:absolute;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%);right:0;content:\"\";width:1px;height:18px;background-color:#919296}.theadLine:last-child:before{width:0!important}.theadTitle{z-index:999;border-radius:4px;color:var(--centalineBlack);border:1px solid var(--centalineBlack);font-weight:500;white-space:nowrap}.box-card,.theadTitle{position:absolute;padding:1px 6px;background-color:#fff;font-size:12px}.box-card{z-index:1000;border-radius:4px;color:#606266;border:1px solid;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ct-searchtable .el-loading-spinner .circular{-webkit-animation:none!important;animation:none!important}.ct-searchtable .dragEnterHover{border:1px dashed #e03333!important;color:#e03333!important}.ct-tablecurrencyItem{text-decoration:none;padding-left:0;padding-right:4px;cursor:pointer;color:#2e58e6}.ct-tablecurrencyItem:hover{color:#23527c}", ""]);
|
|
74499
74495
|
|
|
74500
74496
|
// exports
|
|
74501
74497
|
|
|
@@ -75126,7 +75122,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
75126
75122
|
column.fixed === 'right' ? 'right-fixation-th' : null,
|
|
75127
75123
|
column.width === undefined ? 'ct-table-auto' : null,
|
|
75128
75124
|
typeof column.fixed === 'undefined' ? 'right-no-fixation-th' : null,
|
|
75129
|
-
_vm.model.columnWidthSaveAction ? 'theadLine' : '' ],attrs:{"rowspan":column.rowspan,"colspan":column.colspan,"id":"thHeight"},on:{"mousemove":function($event){_vm.thMouseMoveHandle($event)},"mousedown":function($event){_vm.thMouseDownHandle($event, colIndex)},"mouseover":_vm.theadTitleHover,"mouseout":_vm.theadTitleLeave}},'th',column.attrs,false),[_c('span',[_vm._v(_vm._s(column.name))]),_vm._v(" "),(column.sort)?_c('span',{staticClass:"caret-wrapper",on:{"click":function($event){_vm.toSort($event, column)},"contextmenu":function($event){$event.preventDefault();_vm.clearSort($event, column)}}},[_c('i',{staticClass:"sort-caret ascending",on:{"click":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"left",37,$event.key,["Left","ArrowLeft"])){ return null; }if('button' in $event && $event.button !== 0){ return null; }_vm.toSort($event, column, 'asc')},"contextmenu":function($event){$event.preventDefault();_vm.clearSort($event, column)}}}),_vm._v(" "),_c('i',{staticClass:"sort-caret descending",on:{"click":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"left",37,$event.key,["Left","ArrowLeft"])){ return null; }if('button' in $event && $event.button !== 0){ return null; }_vm.toSort($event, column, 'desc')},"contextmenu":function($event){$event.preventDefault();_vm.clearSort($event, column)}}})]):_vm._e()]):_vm._e()})],2)})),_vm._v(" "),_c('tbody',_vm._l((_vm.model.listData),function(row,rowindex){return (_vm.from == 'form' || _vm.pageRowMin <= rowindex && rowindex <= _vm.pageRowMax)?_c('tr',{key:rowindex,ref:'rows.' + rowindex,refInFor:true,staticClass:"ct-tr",style:(row
|
|
75125
|
+
_vm.model.columnWidthSaveAction ? 'theadLine' : '' ],attrs:{"rowspan":column.rowspan,"colspan":column.colspan,"id":"thHeight"},on:{"mousemove":function($event){_vm.thMouseMoveHandle($event)},"mousedown":function($event){_vm.thMouseDownHandle($event, colIndex)},"mouseover":_vm.theadTitleHover,"mouseout":_vm.theadTitleLeave}},'th',column.attrs,false),[_c('span',[_vm._v(_vm._s(column.name))]),_vm._v(" "),(column.sort)?_c('span',{staticClass:"caret-wrapper",on:{"click":function($event){_vm.toSort($event, column)},"contextmenu":function($event){$event.preventDefault();_vm.clearSort($event, column)}}},[_c('i',{staticClass:"sort-caret ascending",on:{"click":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"left",37,$event.key,["Left","ArrowLeft"])){ return null; }if('button' in $event && $event.button !== 0){ return null; }_vm.toSort($event, column, 'asc')},"contextmenu":function($event){$event.preventDefault();_vm.clearSort($event, column)}}}),_vm._v(" "),_c('i',{staticClass:"sort-caret descending",on:{"click":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"left",37,$event.key,["Left","ArrowLeft"])){ return null; }if('button' in $event && $event.button !== 0){ return null; }_vm.toSort($event, column, 'desc')},"contextmenu":function($event){$event.preventDefault();_vm.clearSort($event, column)}}})]):_vm._e()]):_vm._e()})],2)})),_vm._v(" "),_c('tbody',_vm._l((_vm.model.listData),function(row,rowindex){return (_vm.from == 'form' || _vm.pageRowMin <= rowindex && rowindex <= _vm.pageRowMax)?_c('tr',{key:rowindex,ref:'rows.' + rowindex,refInFor:true,staticClass:"ct-tr",style:(row.rowStyle),on:{"click":function($event){_vm.rowClickHandle($event, rowindex)}}},[(_vm.model.isMulti)?_c('td',{staticClass:"ct-td tdFiexd left-fixation checkbox-td",class:[_vm.model.tdClass, rowindex === _vm.model.selectIndex ? 'select' : null ],attrs:{"align":"center"}},[(!_vm.model.rightMulti || _vm.$common.getDataOfUpperLower(row, _vm.model.rightMulti) == 1)?_c('label',{staticClass:"el-checkbox is-checked"},[_c('span',{staticClass:"el-checkbox__input",class:_vm.rowCheckClass(row)},[_c('span',{staticClass:"el-checkbox__inner"}),_vm._v(" "),_c('input',{directives:[{name:"model",rawName:"v-model",value:(row.$select),expression:"row.$select"}],staticClass:"el-checkbox__original checkbox-td-1",attrs:{"type":"checkbox"},domProps:{"checked":Array.isArray(row.$select)?_vm._i(row.$select,null)>-1:(row.$select)},on:{"change":[function($event){var $$a=row.$select,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.$set(row, "$select", $$a.concat([$$v])))}else{$$i>-1&&(_vm.$set(row, "$select", $$a.slice(0,$$i).concat($$a.slice($$i+1))))}}else{_vm.$set(row, "$select", $$c)}},function($event){_vm.selectOne($event)}]}})])]):_vm._e()]):_vm._e(),_vm._v(" "),_vm._l((_vm.model.dataFieldcolumns),function(column,colIndex){return (_vm.tdShow(column, row))?_c('td',_vm._b({key:colIndex,ref:column.fixed ? column.fixed === 'left' ? 'headLeftTds' : 'headRightTds' : null,refInFor:true,staticClass:"ct-td",class:[
|
|
75130
75126
|
_vm.colHasWidth[colIndex],
|
|
75131
75127
|
_vm.model.tdClass,
|
|
75132
75128
|
rowindex === _vm.model.selectIndex ? 'select' : null,
|
|
@@ -75511,7 +75507,7 @@ var content = __webpack_require__(586);
|
|
|
75511
75507
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
75512
75508
|
if(content.locals) module.exports = content.locals;
|
|
75513
75509
|
// add the styles to the DOM
|
|
75514
|
-
var update = __webpack_require__(3)("
|
|
75510
|
+
var update = __webpack_require__(3)("6d9058ae", content, true, {});
|
|
75515
75511
|
|
|
75516
75512
|
/***/ }),
|
|
75517
75513
|
/* 586 */
|
|
@@ -75522,7 +75518,7 @@ exports = module.exports = __webpack_require__(2)(false);
|
|
|
75522
75518
|
|
|
75523
75519
|
|
|
75524
75520
|
// module
|
|
75525
|
-
exports.push([module.i, ".details-content[data-v-
|
|
75521
|
+
exports.push([module.i, ".details-content[data-v-d32e76aa]{font-size:12px}.details-content .title-l[data-v-d32e76aa]{font-weight:Bold;font-size:16px;color:var(--centalineBlack)}.details-content .contacts-head[data-v-d32e76aa]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.details-content .contacts-head .contacts-but[data-v-d32e76aa]{height:30px;font-weight:Bold}.details-content .contacts-head .contacts-tips[data-v-d32e76aa]{display:-webkit-box;display:-ms-flexbox;display:flex}.max-info[data-v-d32e76aa]{height:26px;color:#333;background-color:#fff;border:1px solid var(--bagGray);border-radius:6px;font-size:12px}.max-default[data-v-d32e76aa]{border:1px solid var(--chinaRed);color:var(--chinaRed);height:26px;border-radius:6px;font-size:12px}.max-default[data-v-d32e76aa]:hover,.max-info[data-v-d32e76aa]:hover{background-color:var(--btnHoverRed);border-color:var(--btnHoverRed);color:#fff}.max-default[data-v-d32e76aa]:active,.max-info[data-v-d32e76aa]:active{background-color:var(--btnFocusRed);border-color:var(--btnFocusRed);color:#fff}.max-btn-add button[data-v-d32e76aa]{height:26px;background:var(--chinaRed);-webkit-box-shadow:0 2px 4px 0 hsla(0,79%,68%,.25);box-shadow:0 2px 4px 0 hsla(0,79%,68%,.25);border-radius:6px}.max-btn-add button[data-v-d32e76aa]:hover{background-color:var(--btnHoverRed);border-color:var(--btnHoverRed)}.max-btn-add button[data-v-d32e76aa]:active,.max-btn-add button[data-v-d32e76aa]:focus{background-color:var(--btnFocusRed);border-color:var(--btnFocusRed)}.max-comfirm-content button[data-v-d32e76aa]{height:26px;border-radius:6px}.r[data-v-d32e76aa]{float:right}.ct-tableParent[data-v-d32e76aa]{overflow:auto;border-bottom:0;width:100%;outline:0;padding:0}.ct-searchtable .ct-table[data-v-d32e76aa]{min-width:100%;border-collapse:collapse}.ct-searchtable .ct-table th[data-v-d32e76aa]{background-color:#ddd!important;border-top:1px solid #ebeef5}.ct-searchtable .ct-tr>.ct-td[data-v-d32e76aa]{padding:2px 20px;cursor:default;background-color:#fff}.ct-searchtable .ct-tr>.ct-td1[data-v-d32e76aa]{border-right:1px solid #e7e8eb;border-left:1px solid #e7e8eb}.ct-searchtable .ct-tr:last-child>.ct-td1[data-v-d32e76aa],.ct-searchtable .ct-tr>.ct-td2[data-v-d32e76aa]{border-bottom:1px solid #e7e8eb}.ct-searchtable .ct-tr>.ct-td3[data-v-d32e76aa]{border:1px solid #e7e8eb}.ct-searchtable .ct-tr>.ct-td4[data-v-d32e76aa]{border-left:1px solid #e7e8eb}.ct-searchtable .ct-tr>.ct-td5[data-v-d32e76aa]{border-right:1px solid #e7e8eb}.ct-searchtable .ct-tr>.ct-tdSingle[data-v-d32e76aa]{background-color:#fff3f4}.ct-searchtable .ct-tr>.ct-tdDouble[data-v-d32e76aa]{background-color:#efffef}.ct-searchtable .ct-tr>.ct-tdTop[data-v-d32e76aa]{vertical-align:top}.shadowLeft[data-v-d32e76aa]{border-right:1px solid #e7e8eb;-webkit-box-shadow:2px 0 3px -1px rgba(0,0,0,.1);box-shadow:2px 0 3px -1px rgba(0,0,0,.1)}.shadowRight[data-v-d32e76aa]{-webkit-box-shadow:-2px 0 3px -1px rgba(0,0,0,.1);box-shadow:-2px 0 3px -1px rgba(0,0,0,.1)}.ct-searchtable body:last-child>.ct-td[data-v-d32e76aa]{border-bottom:0}.ct-searchtable .ct-tr>.ct-td.nowidth[data-v-d32e76aa]{white-space:nowrap}.ct-table[data-v-d32e76aa]{color:#1f2233;font-size:18px;line-height:40px;min-height:40px}.ct-table-mini[data-v-d32e76aa]{font-size:12px;line-height:26px;min-height:28px}.ct-table-small[data-v-d32e76aa]{font-size:14px;line-height:32px;min-height:32px}.ct-table-medium[data-v-d32e76aa]{font-size:16px;line-height:36px;min-height:36px}.ct-table .ct-td>.caret-wrapper[data-v-d32e76aa]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:10px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.ct-table .ct-td>.caret-wrapper>.sort-caret[data-v-d32e76aa]{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.ct-table .ct-td>.caret-wrapper>.sort-caret.ascending[data-v-d32e76aa]{border-bottom-color:var(--bagGray);top:5px}.ct-table .ct-td>.caret-wrapper>.sort-caret.descending[data-v-d32e76aa]{border-top-color:var(--bagGray);bottom:7px}.ct-table .ct-td.select[data-v-d32e76aa],.ct-table .ct-tr:hover .ct-td.select[data-v-d32e76aa]{background-color:#ecf5ff!important}.ct-table .ct-td.asc>.caret-wrapper>.sort-caret.ascending[data-v-d32e76aa]{border-bottom-color:var(--centalineBlue);top:5px}.ct-table .ct-td.desc>.caret-wrapper>.sort-caret.descending[data-v-d32e76aa]{border-top-color:var(--centalineBlue);bottom:7px}.ct-table .cell[data-v-d32e76aa]{text-overflow:ellipsis;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.ct-table .lineFeedCell[data-v-d32e76aa]{min-width:40px}.ct-table .left-fixation[data-v-d32e76aa],.ct-table .right-fixation[data-v-d32e76aa]{position:-webkit-sticky;position:sticky}.ct-table .left-fixation-th[data-v-d32e76aa],.ct-table .right-fixation-th[data-v-d32e76aa]{position:-webkit-sticky;position:sticky;top:0;z-index:99}.ct-table .right-no-fixation-th[data-v-d32e76aa]{position:-webkit-sticky;position:sticky;top:0;z-index:50}.ct-table .checkbox-td[data-v-d32e76aa]{min-width:20px;width:20px;left:0}.ct-table .checkbox-td .checkbox-td-1[data-v-d32e76aa]{vertical-align:inherit}", ""]);
|
|
75526
75522
|
|
|
75527
75523
|
// exports
|
|
75528
75524
|
|
|
@@ -75540,7 +75536,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
75540
75536
|
column.fixed === 'left'?'left-fixation-th':null,
|
|
75541
75537
|
column.fixed === 'right'?'right-fixation-th':null,
|
|
75542
75538
|
column.width === undefined?'ct-table-auto':null,
|
|
75543
|
-
typeof column.fixed === 'undefined'?'right-no-fixation-th':null],attrs:{"rowspan":column.rowspan,"colspan":column.colspan}},'th',column.attrs,false),[_c('span',[_vm._v(_vm._s(column.name))])]):_vm._e()})],2)})),_vm._v(" "),_c('tbody',_vm._l((_vm.model.listData),function(row,rowindex){return (_vm.pageRowMin <= rowindex && rowindex <= _vm.pageRowMax)?_c('tr',{key:rowindex,ref:'rows.'+rowindex,refInFor:true,staticClass:"ct-tr",
|
|
75539
|
+
typeof column.fixed === 'undefined'?'right-no-fixation-th':null],attrs:{"rowspan":column.rowspan,"colspan":column.colspan}},'th',column.attrs,false),[_c('span',[_vm._v(_vm._s(column.name))])]):_vm._e()})],2)})),_vm._v(" "),_c('tbody',_vm._l((_vm.model.listData),function(row,rowindex){return (_vm.pageRowMin <= rowindex && rowindex <= _vm.pageRowMax)?_c('tr',{key:rowindex,ref:'rows.'+rowindex,refInFor:true,staticClass:"ct-tr",on:{"click":function($event){_vm.rowClickHandle($event,rowindex)}}},[(_vm.model.isMulti)?_c('td',{staticClass:"ct-td tdFiexd left-fixation checkbox-td",class:[_vm.model.tdClass],attrs:{"align":"center"}},[(!_vm.model.rightMulti || row[_vm.model.rightMulti] == 1)?_c('label',{staticClass:"el-checkbox is-checked"},[_c('span',{staticClass:"el-checkbox__input",class:_vm.rowCheckClass(row)},[_c('span',{staticClass:"el-checkbox__inner"}),_vm._v(" "),_c('input',{directives:[{name:"model",rawName:"v-model",value:(row.$select),expression:"row.$select"}],staticClass:"el-checkbox__original checkbox-td-1",attrs:{"type":"checkbox"},domProps:{"checked":Array.isArray(row.$select)?_vm._i(row.$select,null)>-1:(row.$select)},on:{"change":[function($event){var $$a=row.$select,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.$set(row, "$select", $$a.concat([$$v])))}else{$$i>-1&&(_vm.$set(row, "$select", $$a.slice(0,$$i).concat($$a.slice($$i+1))))}}else{_vm.$set(row, "$select", $$c)}},function($event){_vm.selectOne($event)}]}})])]):_vm._e()]):_vm._e(),_vm._v(" "),_vm._l((_vm.model.dataFieldcolumns),function(column,colIndex){return (_vm.tdShow(column, row))?_c('td',_vm._b({key:colIndex,ref:column.fixed?(column.fixed==='left'?'headLeftTds':'headRightTds'):null,refInFor:true,staticClass:"ct-td",class:[_vm.colHasWidth[colIndex],_vm.model.tdClass,
|
|
75544
75540
|
//row.flagRow && row.columnShow===column.id?'ct-td3':null,
|
|
75545
75541
|
_vm.rowBorderLeftColumns.includes(column.id)?'ct-td4':null,
|
|
75546
75542
|
_vm.rowBorderRightColumns.includes(column.id)?'ct-td5':null,
|