Kaynağa Gözat

bug修复【ID1007635】

chenrui 4 yıl önce
ebeveyn
işleme
1d1354f2a4

+ 3 - 3
src/views/salesManagement/examineVerify/list.vue

@@ -74,10 +74,10 @@
     <!-- alert -->
     <a-alert type="info" showIcon style="margin-bottom:15px">
       <div slot="message">
-        总售价::<strong>{{ totalData.totalAmount }}</strong>元;
+        总售价:<strong>{{ totalData.totalAmount }}</strong>元;
         总单数:<strong>{{ totalData.totalRecord }}</strong>;
-        总款数::<strong>{{ totalData.totalCategory }}</strong>;
-        总数量::<strong>{{ totalData.totalQty }}</strong>;
+        总款数:<strong>{{ totalData.totalCategory }}</strong>;
+        总数量:<strong>{{ totalData.totalQty }}</strong>;
       </div>
     </a-alert>
     <!-- 列表 -->