jufubao-base 1.0.56-beta2003 → 1.0.56-beta2004

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": "jufubao-base",
3
- "version": "1.0.56-beta2003",
3
+ "version": "1.0.56-beta2004",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -111,7 +111,7 @@ export default {
111
111
  XdButton,
112
112
  XdContentXss
113
113
  },
114
- mixins: [componentsMixins, extsMixins, JfbBaseCardMergeEntryMixin],
114
+ mixins: [JfbBaseCardMergeEntryMixin, componentsMixins, extsMixins],
115
115
  data() {
116
116
  return {
117
117
  mergeForm: {},
@@ -82,14 +82,14 @@ import XdRadio from "@/components/XdRadio/XdRadio";
82
82
  import XdButton from "@/components/XdButton/XdButton";
83
83
  import XdDailog from "@/components/XdDailog/XdDailog";
84
84
  import { jfbRootExec } from "@/utils/xd.event";
85
- import JfbBaseCardShiftMixin from "./JfbBaseCardShiftMixin";
85
+ import JfbBaseCardShifEntrytMixin from "./JfbBaseCardShiftEntryMixin";
86
86
  import componentsMixins from "@/mixins/componentsMixins";
87
87
  import extsMixins from "@/mixins/extsMixins";
88
88
  import { getContainerPropsValue } from "@/utils/xd.base";
89
89
  import XdContentXss from '@/components/XdContentXss/XdContentXss'
90
90
 
91
91
  export default {
92
- name: "JfbBaseCardShift",
92
+ name: "JfbBaseCardShiftEntry",
93
93
  components: {
94
94
  XdFontIcon,
95
95
  XdRadio,
@@ -97,7 +97,7 @@ export default {
97
97
  XdDailog,
98
98
  XdContentXss
99
99
  },
100
- mixins: [JfbBaseCardShiftMixin, componentsMixins, extsMixins],
100
+ mixins: [JfbBaseCardShifEntrytMixin, componentsMixins, extsMixins],
101
101
  data() {
102
102
  return {
103
103
  info: null,