소스 검색

fix: 工程押金申请上交资料改为上交资料数量

Howie 2 년 전
부모
커밋
b50fc20147
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/deposit_home/components/deposit-apply-surrender.vue

+ 1 - 1
src/views/deposit_home/components/deposit-apply-surrender.vue

@@ -333,7 +333,7 @@
               {{ scope.row.depositAmount | numToFixed }}
             </template>
           </el-table-column>
-          <el-table-column align="center" label="上交资料" prop="dataQty" min-width="160" show-overflow-tooltip>
+          <el-table-column align="center" label="上交资料数量" prop="dataQty" min-width="160" show-overflow-tooltip>
             <template slot-scope="scope">
               <el-input
                 v-model.number="scope.row.dataQty"