소스 검색

总价单位修改

JXDS18FUJT 2 년 전
부모
커밋
10587452e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tool/order/index.vue

+ 1 - 1
src/views/tool/order/index.vue

@@ -77,7 +77,7 @@
 
             <el-table-column label="总价" align="center" prop="total">
                 <template slot-scope="scope">
-                    {{ scope.row.total  }}元
+                    {{ scope.row.total/100  }}元
                 </template>
             </el-table-column>
             <el-table-column label="操作" align="center" class-name="small-padding fixed-width">