manage-client-xy 3.2.7 → 3.2.8

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.
File without changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client-xy",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -37,7 +37,7 @@
37
37
  <export-excel :choose-col="true"
38
38
  :data="$parent.$parent.getCondition"
39
39
  :field="$parent.$parent.getExportField"
40
- sqlurl="rs/logic/exportfile" sql-name="qc_statistics_manage" template-name='圈存机查询导出'></export-excel>
40
+ sqlurl="rs/logic/saleExport" sql-name="qc_statistics_manage" template-name='圈存机查询导出'></export-excel>
41
41
  <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
42
42
  </div>
43
43
  </div>
package/.cursorrules DELETED
@@ -1,80 +0,0 @@
1
- {
2
- "rules": {
3
- "javascript": {
4
- "formatter": "prettier",
5
- "formatOnSave": true,
6
- "defaultFormatter": "prettier",
7
- "validate": true,
8
- "lintOnSave": true,
9
- "lintCommand": "eslint --fix"
10
- },
11
- "vue": {
12
- "formatter": "prettier",
13
- "formatOnSave": true,
14
- "defaultFormatter": "prettier",
15
- "validate": true
16
- },
17
- "less": {
18
- "formatter": "prettier",
19
- "formatOnSave": true
20
- },
21
- "html": {
22
- "formatter": "prettier",
23
- "formatOnSave": true
24
- },
25
- "files": {
26
- "exclude": {
27
- "**/node_modules": true,
28
- "**/dist": true,
29
- "**/build": true,
30
- "**/.git": true,
31
- "**/coverage": true,
32
- "**/lib": true,
33
- "**/*.min.js": true,
34
- "**/*.map": true,
35
- "**/yarn-error.log": true,
36
- "**/hs_err_pid*.log": true
37
- }
38
- },
39
- "search": {
40
- "exclude": {
41
- "**/node_modules": true,
42
- "**/dist": true,
43
- "**/build": true,
44
- "**/.git": true,
45
- "**/coverage": true,
46
- "**/lib": true,
47
- "**/*.min.js": true,
48
- "**/*.map": true
49
- }
50
- },
51
- "editor": {
52
- "tabSize": 2,
53
- "insertSpaces": true,
54
- "trimTrailingWhitespace": true,
55
- "insertFinalNewline": true,
56
- "rulers": [100],
57
- "wordWrap": "off"
58
- },
59
- "terminal": {
60
- "defaultProfile": "PowerShell",
61
- "integrated": {
62
- "shell": {
63
- "windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
64
- }
65
- }
66
- },
67
- "git": {
68
- "enabled": true,
69
- "autofetch": true
70
- },
71
- "path-intellisense": {
72
- "autoTriggerNextSuggestion": true,
73
- "exclude": {
74
- "**/node_modules": true,
75
- "**/dist": true,
76
- "**/build": true
77
- }
78
- }
79
- }
80
- }