Ver código fonte

样式调整

marymelisa 4 anos atrás
pai
commit
101edb9b20

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

@@ -162,14 +162,18 @@ export default defineComponent({
             const data = props.selectedRow;
             // 个人
             const person = [
-                { label: '客户类型', value: '个人' },
-                { label: '姓名', value: data.customername },
-                { label: '身份证号码', value: formatValue(data.cardnum) },
-                { label: '手机号码', value: formatValue(data.mobile) },
-                { label: '邮箱', value: formatValue(data.email) },
-                { label: '联系电话', value: formatValue(data.telphone) },
-                { label: '通讯地址', value: formatValue(data.address) },
-                { label: '备注', value: formatValue(data.remark) },
+                { label: '账号类型', value: '企业' },
+                { label: '企业名称', value: '深圳首饰加工厂' },
+                { label: '账 号', value: '2732175' },
+                { label: '融资商品', value: '黄金' },
+                { label: '数 量', value: '50g' },
+                { label: '成本价', value: '366.06' },
+                { label: '订单总额', value: '17320.00' },
+                { label: '首付款', value: '2400.00' },
+                { label: '已付货款', value: '4500.00' },
+                { label: '融资额', value: '12820.00' },
+                { label: '利 息', value: '25.34' },
+                { label: '状 态', value: '预警(需追加5000.00)' },
             ];
             getDesList(person);
         });