소스 검색

增加单位元

zhengqiang 5 년 전
부모
커밋
ad859de08d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/business/billPush-detail.vue

+ 2 - 2
src/views/business/billPush-detail.vue

@@ -115,7 +115,7 @@
                     </el-form-item>
                 </template>
             </el-table-column>
-            <el-table-column prop="standard" label="收费标准" width="120">
+            <el-table-column prop="standard" label="收费标准(元)" width="120">
                 <template slot-scope="scope">
                     <el-form-item
                     :prop="'billPushGoodsList.' + scope.$index + '.standard'"
@@ -126,7 +126,7 @@
                     </el-form-item>
                 </template>
             </el-table-column>
-            <el-table-column prop="totalFee" label="合计金额" width="120">
+            <el-table-column prop="totalFee" label="合计金额(元)" width="120">
                 <template slot-scope="scope">
                     <el-form-item
                     :prop="'billPushGoodsList.' + scope.$index + '.totalFee'"