jufubao-base 1.0.302-beta9 → 1.0.303
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 +1 -1
- package/src/components/JfbBaseOrderDetail/Api.js +1 -13
- package/src/components/JfbBaseOrderDetail/Attr.js +0 -38
- package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +1 -78
- package/src/components/JfbBaseOrderDetail/Mock.js +1 -2
- package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollect.vue +23 -4
- package/src/components/JfbBasePhoneLogin/JfbBasePhoneLogin.vue +24 -20
- package/src/components/JfbBaseInvoice/Api.js +0 -49
- package/src/components/JfbBaseInvoice/Attr.js +0 -21
- package/src/components/JfbBaseInvoice/JfbBaseInvoice.vue +0 -524
- package/src/components/JfbBaseInvoice/JfbBaseInvoiceLess.less +0 -79
- package/src/components/JfbBaseInvoice/JfbBaseInvoiceMixin.js +0 -30
- package/src/components/JfbBaseInvoice/Mock.js +0 -11
- package/src/components/JfbBaseInvoice/cusAttr/advanced.js +0 -33
- package/src/components/JfbBaseInvoice/cusAttr/content.js +0 -12
- package/src/components/JfbBaseInvoice/cusAttr/style.js +0 -41
- package/src/components/JfbBaseInvoiceDetail/Api.js +0 -35
- package/src/components/JfbBaseInvoiceDetail/Attr.js +0 -21
- package/src/components/JfbBaseInvoiceDetail/JfbBaseInvoiceDetail.vue +0 -465
- package/src/components/JfbBaseInvoiceDetail/JfbBaseInvoiceDetailLess.less +0 -79
- package/src/components/JfbBaseInvoiceDetail/JfbBaseInvoiceDetailMixin.js +0 -30
- package/src/components/JfbBaseInvoiceDetail/Mock.js +0 -9
- package/src/components/JfbBaseInvoiceDetail/cusAttr/advanced.js +0 -6
- package/src/components/JfbBaseInvoiceDetail/cusAttr/content.js +0 -12
- package/src/components/JfbBaseInvoiceDetail/cusAttr/style.js +0 -41
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
dataVal,
|
|
3
|
-
statusDataVal,
|
|
4
|
-
statusShow,
|
|
5
|
-
cRaBorShadow,
|
|
6
|
-
cusDisabled,
|
|
7
|
-
getCustomAttr,
|
|
8
|
-
TestCssInfo
|
|
9
|
-
} from "@/utils/AttrTools";
|
|
10
|
-
export default (data, gValue, gColor, oldData = {}) => {
|
|
11
|
-
return [
|
|
12
|
-
{
|
|
13
|
-
label: '背景图',
|
|
14
|
-
ele: 'xd-upload',
|
|
15
|
-
labelInline: true,
|
|
16
|
-
valueKey: 'statusBg',
|
|
17
|
-
value: dataVal({
|
|
18
|
-
data,
|
|
19
|
-
key: 'statusBg',
|
|
20
|
-
dValue: null,
|
|
21
|
-
gValue,
|
|
22
|
-
}),
|
|
23
|
-
defaultValue: dataVal({
|
|
24
|
-
data,
|
|
25
|
-
key: 'statusBg',
|
|
26
|
-
dValue: null,
|
|
27
|
-
gValue,
|
|
28
|
-
}),
|
|
29
|
-
slot: true,
|
|
30
|
-
tipsformet: '上传文件格式:@imageType@,不超过@size@MB.,建议宽度为:<span style="color:red">750</span>像素',
|
|
31
|
-
type: ['jpg', 'png', 'jpeg'],
|
|
32
|
-
styleType: 'one',
|
|
33
|
-
uploadType: 'aliyun',
|
|
34
|
-
oneHeight: 90,
|
|
35
|
-
oneWidth: 375,
|
|
36
|
-
size: 5,
|
|
37
|
-
action: 'aliyun',
|
|
38
|
-
groupKey: 'style',
|
|
39
|
-
},
|
|
40
|
-
].filter(i => i);
|
|
41
|
-
}
|