|
@@ -100,11 +100,11 @@
|
|
|
</a-row>
|
|
|
<a-divider />
|
|
|
<a-row :gutter="24">
|
|
|
- <a-col :span="8" >
|
|
|
+ <!-- <a-col :span="8" >
|
|
|
<a-form-model-item label="币种" prop="moneyType">
|
|
|
<a-input v-model="formState.moneyType" placeholder="请输入" readOnly></a-input>
|
|
|
</a-form-model-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
<a-col :span="8" >
|
|
|
<a-form-model-item label="总金额" prop="totalMoney" >
|
|
|
<a-input v-model="formState.totalMoney" placeholder="请输入" readOnly></a-input>
|
|
@@ -343,6 +343,13 @@
|
|
|
width: '7%',
|
|
|
// scopedSlots: { customRender: 'accidentType' },
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '币种',
|
|
|
+ align: "center",
|
|
|
+ dataIndex: 'moneyType',
|
|
|
+ width: '7%',
|
|
|
+ // scopedSlots: { customRender: 'accidentType' },
|
|
|
+ },
|
|
|
{
|
|
|
title: '事故金额',
|
|
|
align: "center",
|