浏览代码

森语-事故处理单

jbb 2 年之前
父节点
当前提交
e0ce999125
共有 1 个文件被更改,包括 9 次插入2 次删除
  1. 9 2
      src/views/oa/modules/IncidentTicketModal.vue

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

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