Browse Source

森语-搬运工对账单

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

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

@@ -35,7 +35,7 @@
           </a-row>
           <a-row :gutter="24">
               <a-col :md="24" :sm="8"> 
-               <a-form-model-item label="备注信息"  class="nresume" style="height:100px !important">
+               <a-form-model-item label="账户信息"  class="nresume" style="height:100px !important">
                  <a-input type="textarea" placeholder="请输入" v-model="formState.demo" readOnly/>
                </a-form-model-item>
               </a-col>