Explorar el Código

Merge branch 'master' of http://git.tjyourong.com.cn/ctop/adsp-vue

朱鑫波 hace 2 años
padre
commit
6d751258ae

+ 53 - 53
src/components/NumberInfo/NumberInfo.vue

@@ -1,54 +1,54 @@
-<template>
-  <div :class="[prefixCls]">
-    <slot name="subtitle">
-      <div :class="[`${prefixCls}-subtitle`]">{{ typeof subTitle === 'string' ? subTitle : subTitle() }}</div>
-    </slot>
-    <div class="number-info-value">
-      <span>{{ total }}</span>
-      <span class="sub-total">
-        {{ subTotal }}
-        <icon :type="`caret-${status}`"/>
-      </span>
-    </div>
-  </div>
-</template>
-
-<script>
-  import Icon from 'ant-design-vue/es/icon'
-
-  export default {
-    name: 'NumberInfo',
-    props: {
-      prefixCls: {
-        type: String,
-        default: 'ant-pro-number-info'
-      },
-      total: {
-        type: Number,
-        required: true
-      },
-      subTotal: {
-        type: Number,
-        required: true
-      },
-      subTitle: {
-        type: [String, Function],
-        default: ''
-      },
-      status: {
-        type: String,
-        default: 'up'
-      }
-    },
-    components: {
-      Icon
-    },
-    data() {
-      return {}
-    }
-  }
-</script>
-
-<style lang="less" scoped>
-  @import "index";
+<template>
+  <div :class="[prefixCls]">
+    <slot name="subtitle">
+      <div :class="[`${prefixCls}-subtitle`]">{{ typeof subTitle === 'string' ? subTitle : subTitle() }}</div>
+    </slot>
+    <div class="number-info-value">
+      <span>{{ total }}</span>
+      <span class="sub-total">
+        {{ subTotal }}
+        <icon :type="`caret-${status}`"/>
+      </span>
+    </div>
+  </div>
+</template>
+
+<script>
+  import Icon from 'ant-design-vue/es/icon'
+
+  export default {
+    name: 'NumberInfo',
+    props: {
+      prefixCls: {
+        type: String,
+        default: 'ant-pro-number-info'
+      },
+      total: {
+        type: Number,
+        required: true
+      },
+      subTotal: {
+        type: Number,
+        required: true
+      },
+      subTitle: {
+        type: [String, Function],
+        default: ''
+      },
+      status: {
+        type: String,
+        default: 'up'
+      }
+    },
+    components: {
+      Icon
+    },
+    data() {
+      return {}
+    }
+  }
+</script>
+
+<style lang="less" scoped>
+ // @import "index";
 </style>

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 2114 - 2130
src/views/modules/policy-management/policy-management.vue


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 2166 - 2156
src/views/modules/policy-management/reimbursement.vue