Prechádzať zdrojové kódy

新列表依赖更新

zhouhao 2 rokov pred
rodič
commit
41ad7fdbf1
3 zmenil súbory, kde vykonal 14 pridanie a 14 odobranie
  1. 7 7
      package-lock.json
  2. 1 1
      package.json
  3. 6 6
      src/views/finance/standbook_list.vue

+ 7 - 7
package-lock.json

@@ -9,7 +9,7 @@
       "version": "4.4.0",
       "license": "MIT",
       "dependencies": {
-        "@zjlib/element-plugins": "^1.1.0",
+        "@zjlib/element-plugins": "^1.1.2",
         "axios": "0.18.1",
         "clipboard": "^2.0.8",
         "concurrent-tasks": "^1.0.7",
@@ -3928,9 +3928,9 @@
       "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
     },
     "node_modules/@zjlib/element-plugins": {
-      "version": "1.1.0",
-      "resolved": "http://121.41.110.30:4873/@zjlib%2felement-plugins/-/element-plugins-1.1.0.tgz",
-      "integrity": "sha512-dkmJDNTyb6D2SDeJzd0vGr/h+miGSuLdy5gt+UxnqG3IRI7zV1eng6Bgrb8ZdFO5Hvz+ugEPhEfi9EXYSBHRHw==",
+      "version": "1.1.2",
+      "resolved": "http://121.41.110.30:4873/@zjlib%2felement-plugins/-/element-plugins-1.1.2.tgz",
+      "integrity": "sha512-4HD1cqsnHVrWFxsXhbXapph01vBTa77R0BVMh8fWcZivPnt8g7aoSQ7ZE7AQuMYqBLKf73yTElD6xE6RnGqWUQ==",
       "dependencies": {
         "clipboard": "^2.0.11",
         "core-js": "^3.6.5",
@@ -25054,9 +25054,9 @@
       "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
     },
     "@zjlib/element-plugins": {
-      "version": "1.1.0",
-      "resolved": "http://121.41.110.30:4873/@zjlib%2felement-plugins/-/element-plugins-1.1.0.tgz",
-      "integrity": "sha512-dkmJDNTyb6D2SDeJzd0vGr/h+miGSuLdy5gt+UxnqG3IRI7zV1eng6Bgrb8ZdFO5Hvz+ugEPhEfi9EXYSBHRHw==",
+      "version": "1.1.2",
+      "resolved": "http://121.41.110.30:4873/@zjlib%2felement-plugins/-/element-plugins-1.1.2.tgz",
+      "integrity": "sha512-4HD1cqsnHVrWFxsXhbXapph01vBTa77R0BVMh8fWcZivPnt8g7aoSQ7ZE7AQuMYqBLKf73yTElD6xE6RnGqWUQ==",
       "requires": {
         "clipboard": "^2.0.11",
         "core-js": "^3.6.5",

+ 1 - 1
package.json

@@ -15,7 +15,7 @@
     "test:ci": "npm run lint && npm run test:unit"
   },
   "dependencies": {
-    "@zjlib/element-plugins": "^1.1.0",
+    "@zjlib/element-plugins": "^1.1.2",
     "axios": "0.18.1",
     "clipboard": "^2.0.8",
     "concurrent-tasks": "^1.0.7",

+ 6 - 6
src/views/finance/standbook_list.vue

@@ -877,22 +877,22 @@ export default {
         if (index === 0) {
           sums[index] = '合计'
         }
-        if (index === 7) {
+        if (index === 10) {
           sums[index] = this.computedFn(data, 1)
         }
-        if (index === 8) {
+        if (index === 11) {
           sums[index] = this.computedFn(data, 2)
         }
-        if (index === 9) {
+        if (index === 12) {
           sums[index] = this.computedFn(data, 3)
         }
-        if (index === 10) {
+        if (index === 13) {
           sums[index] = this.computedFn(data, 4)
         }
-        if (index === 11) {
+        if (index === 14) {
           sums[index] = this.computedFn(data, 5)
         }
-        if (index === 12) {
+        if (index === 15) {
           sums[index] = this.computedFn(data, 6)
         }
         // if (index === 13) {