소스 검색

森语-事故处理单-字段

jbb 2 년 전
부모
커밋
2b4c55895c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/oa/modules/IncidentTicketModal.vue
  2. 1 1
      src/views/oa/modules/IncidentTicketModalDetail.vue

+ 1 - 1
src/views/oa/modules/IncidentTicketModal.vue

@@ -262,7 +262,7 @@
           </a-col>
           </a-row>
           <a-row :gutter="24">
-            <a-col :span="8" >
+            <a-col :span="10" >
             <a-form-model-item label="填报人" prop="informant">
               <a-input v-model="formState.informant"   placeholder="请输入" readOnly></a-input>
             </a-form-model-item>

+ 1 - 1
src/views/oa/modules/IncidentTicketModalDetail.vue

@@ -247,7 +247,7 @@
           </a-col>
           </a-row>
           <a-row :gutter="24">
-            <a-col :span="8" >
+            <a-col :span="10" >
             <a-form-model-item label="填报人" prop="informant">
               <a-input v-model="formState.informant"   placeholder="请输入" readOnly ></a-input>
             </a-form-model-item>