doway-coms 2.10.8 → 2.10.10

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": "doway-coms",
3
- "version": "2.10.8",
3
+ "version": "2.10.10",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -29,7 +29,7 @@
29
29
  <div
30
30
  class="status"
31
31
  :style="{color:textColor(item.logOperation)}"
32
- >{{item.logOperation|filterData}}</div>
32
+ >{{item.logOperationName}}</div>
33
33
  <div class="time">{{item.createTime}}</div>
34
34
  <div class="name">{{item.createUserName}}</div>
35
35
  </div>
@@ -142,6 +142,8 @@ export default {
142
142
  return "orange";
143
143
  case "print":
144
144
  return "orange";
145
+ default :
146
+ return "orange";
145
147
  }
146
148
  }
147
149
  }
@@ -2966,7 +2966,7 @@ export default {
2966
2966
  column.formatter !== 'defaultFormat' &&
2967
2967
  VXETable.formats.store[column.formatter]
2968
2968
  ) {
2969
- tempSumVal = VXETable.formats.store[column.formatter]({
2969
+ tempSumVal = VXETable.formats.store[column.formatter].cellFormatMethod({
2970
2970
  cellValue: tempSumVal,
2971
2971
  })
2972
2972
  }