centaline-data-driven 1.4.90 → 1.4.91

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.4.90",
3
+ "version": "1.4.91",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -43,6 +43,7 @@
43
43
  mounted() {
44
44
  },
45
45
  created() {
46
+ console.log(1)
46
47
  //模拟客户端自定义方法
47
48
  Vue.prototype.$clientScript = {
48
49
  open: function (data) {
@@ -43,12 +43,11 @@
43
43
  :rowspan="column.rowspan" :colspan="column.colspan" :class="[colHasWidth[colIndex], column.sortAction, model.tdClass,
44
44
  colIndex === leftShadow ? 'shadowLeft' : null,
45
45
  colIndex === rightShadow ? 'shadowRight' : null,
46
- colIndex === leftShadow || colIndex+1 === rightShadow ? '': 'theadLine',
47
46
  column.fixed === 'left' ? 'left-fixation-th' : null,
48
47
  column.fixed === 'right' ? 'right-fixation-th' : null,
49
48
  column.width === undefined ? 'ct-table-auto' : null,
50
49
  typeof column.fixed === 'undefined' ? 'right-no-fixation-th' : null,
51
- model.columnWidthSaveAction ?'theadBorder':'',
50
+ model.columnWidthSaveAction ?'theadBorder theadLine':'',
52
51
  ]" @mousemove="thMouseMoveHandle($event)" @mousedown="thMouseDownHandle($event, colIndex)"
53
52
  v-bind="column.attrs">
54
53
  <span>{{ column.name }}</span>
package/src/main.js CHANGED
@@ -50,7 +50,7 @@ Vue.use(centaline, {
50
50
  getRequestHeaders: function () {
51
51
  return {
52
52
  oldToken: '0bbcf3e8-cf7e-42de-adef-af54e2158fe4',
53
- token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEzjsOwjAQRdG9uM5I9ni-dE6cNCwCERIkqBABCYTYO0EsgvYU971XWO5j2ARHFSPK0PVtBqpFoZUUoRMvXKygtLyTgSuiKmQdDLoUMyCWCtGqDrlmF427Sl4M19JKawlTD9bmAshklAcmVw5NmB-XsEliyRTNvQmn_e0HakJfuC_zdTs__3HufDuts-gsOomDTjwC-WGCMaFDVOOEpOP-mML7AwAA__8.ZARknNAPwZFQNIvRLVRWaK7p8bhgx1i435SXU7EPDec',
53
+ token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjEOgzAQBP_impNs7nz20YGxmzwCEeOCVFEAKVGUv4dIpEufKbYYrbT7VMt2Vo1CdtJGNhAseSA2FoRSgqCZBZNG7PtBDuBHfBnIBWnb6IB0x0DJRpA6JECxXU-xdX1kValyv6rGsDdeqNamUvO4HkI7_xHbUm6n8vjHucs677OZ0PM4WahN3suMAqMQwjTlcSqUsWSvXm8AAAD__w.kFBCAZ9jB8xw93_pkbsd_1r0CHHlvQNQSPdhEiPqfhQ',
54
54
 
55
55
  originalRequestURL: 'http://10.88.22.67:8080',
56
56
  EstateInfo: '{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"}',
@@ -41,7 +41,8 @@ export default new Router({
41
41
  path: '/Detail',
42
42
  name: 'Detail',
43
43
  component: Detail
44
- }, {
44
+ },
45
+ {
45
46
  path: '/SearchTree',
46
47
  name: 'Tree',
47
48
  component: Tree