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
|
@@ -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
|
|
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: "
|
|
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: [
|
|
100
|
+
mixins: [JfbBaseCardShifEntrytMixin, componentsMixins, extsMixins],
|
|
101
101
|
data() {
|
|
102
102
|
return {
|
|
103
103
|
info: null,
|