Browse Source

fix: 移动端数据导出卡片样式

cuiyalong 6 tháng trước cách đây
mục cha
commit
10125b809c

+ 3 - 3
apps/mobile/src/views/create-order/components/dataexport/ProductionCard.vue

@@ -1058,7 +1058,7 @@ export default {
               showInDialog: false,
               label: '所属企业账户余额',
               split: ':',
-              text: `<span class="red">${entAllLastCount}</span>条`
+              text: `${entAllLastCount}条`
             }
           ])
 
@@ -1068,7 +1068,7 @@ export default {
               showInDialog: true,
               label: '您每日导出限额',
               split: ':',
-              text: `<span class="red">${userLimitToday}</span>条`
+              text: `${userLimitToday}条`
             })
           }
           if (this.hasValue(userLastCountToday)) {
@@ -1077,7 +1077,7 @@ export default {
               showInDialog: true,
               label: '您今日余额',
               split: ':',
-              text: `<span class="red">${userLastCountToday}</span>条`
+              text: `${userLastCountToday}条`
             })
           }
           if (this.hasValue(userLimitTotal)) {