Browse Source

森语-事故处理单

jbb 2 years ago
parent
commit
e0ce999125
1 changed files with 9 additions and 2 deletions
  1. 9 2
      src/views/oa/modules/IncidentTicketModal.vue

+ 9 - 2
src/views/oa/modules/IncidentTicketModal.vue

@@ -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",