marymelisa 4 éve
szülő
commit
ccf20a4854

+ 3 - 0
src/common/components/commonDes/commonDes.vue

@@ -67,5 +67,8 @@ export default defineComponent({
         width: calc(100% - 146px);
         color: @m-grey1;
     }
+    .red {
+        color: @m-red1;
+    }
 }
 </style>;

+ 1 - 1
src/views/platinum/platinum_financing_information/list/tab/compoments/detail/index.vue

@@ -173,7 +173,7 @@ export default defineComponent({
                 { label: '已付货款', value: '4500.00' },
                 { label: '融资额', value: '12820.00' },
                 { label: '利 息', value: '25.34' },
-                { label: '状 态', value: '预警(需追加5000.00)' },
+                { label: '状 态', value: '预警(需追加5000.00)', className: 'red' },
             ];
             getDesList(person);
         });