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.
Files changed (25) hide show
  1. package/package.json +1 -1
  2. package/src/components/JfbBaseOrderDetail/Api.js +1 -13
  3. package/src/components/JfbBaseOrderDetail/Attr.js +0 -38
  4. package/src/components/JfbBaseOrderDetail/JfbBaseOrderDetail.vue +1 -78
  5. package/src/components/JfbBaseOrderDetail/Mock.js +1 -2
  6. package/src/components/JfbBasePhoneCollect/JfbBasePhoneCollect.vue +23 -4
  7. package/src/components/JfbBasePhoneLogin/JfbBasePhoneLogin.vue +24 -20
  8. package/src/components/JfbBaseInvoice/Api.js +0 -49
  9. package/src/components/JfbBaseInvoice/Attr.js +0 -21
  10. package/src/components/JfbBaseInvoice/JfbBaseInvoice.vue +0 -524
  11. package/src/components/JfbBaseInvoice/JfbBaseInvoiceLess.less +0 -79
  12. package/src/components/JfbBaseInvoice/JfbBaseInvoiceMixin.js +0 -30
  13. package/src/components/JfbBaseInvoice/Mock.js +0 -11
  14. package/src/components/JfbBaseInvoice/cusAttr/advanced.js +0 -33
  15. package/src/components/JfbBaseInvoice/cusAttr/content.js +0 -12
  16. package/src/components/JfbBaseInvoice/cusAttr/style.js +0 -41
  17. package/src/components/JfbBaseInvoiceDetail/Api.js +0 -35
  18. package/src/components/JfbBaseInvoiceDetail/Attr.js +0 -21
  19. package/src/components/JfbBaseInvoiceDetail/JfbBaseInvoiceDetail.vue +0 -465
  20. package/src/components/JfbBaseInvoiceDetail/JfbBaseInvoiceDetailLess.less +0 -79
  21. package/src/components/JfbBaseInvoiceDetail/JfbBaseInvoiceDetailMixin.js +0 -30
  22. package/src/components/JfbBaseInvoiceDetail/Mock.js +0 -9
  23. package/src/components/JfbBaseInvoiceDetail/cusAttr/advanced.js +0 -6
  24. package/src/components/JfbBaseInvoiceDetail/cusAttr/content.js +0 -12
  25. package/src/components/JfbBaseInvoiceDetail/cusAttr/style.js +0 -41
@@ -1,12 +0,0 @@
1
- 'use strict';
2
- import {
3
- dataVal,
4
- statusDataVal,
5
- statusShow,
6
- customVal,
7
- getRemoteOptions
8
- } from "@/utils/AttrTools";
9
-
10
- export default (data, gValue, gColor, oldData = {}) => {
11
- return [].filter(i => i);
12
- }
@@ -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
- }