doway-coms 2.10.39 → 2.10.42

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.39",
3
+ "version": "2.10.42",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2123,7 +2123,7 @@ export default {
2123
2123
  //防止报错 有slots值就走前面 没有slots这个键key就走后面
2124
2124
  if (
2125
2125
  originCol.controlType !== controlType.operation &&
2126
- originCol.filters === true
2126
+ originCol.filter === true
2127
2127
  ) {
2128
2128
  let filterTypeName = `${originCol.controlType}_filter`
2129
2129
  if (originCol.filterControlType) {
@@ -34,8 +34,8 @@
34
34
  </template>
35
35
 
36
36
  <script>
37
- import {objectAuditLogApi} from '@/api/base/audits'
38
- import {controlType} from "doway-coms";
37
+ import { objectAuditLogApi } from "../../utils/api";
38
+ import { controlType } from "../../utils/enum";
39
39
 
40
40
  export default {
41
41
  name: 'HistoryModal',