lowkeyman 2 months ago
parent
commit
4baf4b3306
1 changed files with 3 additions and 3 deletions
  1. 3 3
      admin/templates/default/js/stats-quota.js

+ 3 - 3
admin/templates/default/js/stats-quota.js

@@ -427,7 +427,7 @@ class CompanyComponent extends Component {
 
 
                 const $span = jqObj.next('span');
                 const $span = jqObj.next('span');
                 if ($span.length > 0) {
                 if ($span.length > 0) {
-                    $span.text(cnMoneyFormat(val));
+                    $span.text('(' + cnMoneyFormat(val) + ')');
                 }
                 }
             });
             });
     }
     }
@@ -512,7 +512,7 @@ class MerchantComponent extends Component {
         const that = this;
         const that = this;
         layer.open({
         layer.open({
             type: 1,
             type: 1,
-            title: '新增主体',
+            title: '新增下游',
             content: $('#merchant-model-' + this.props['comp-id']),
             content: $('#merchant-model-' + this.props['comp-id']),
             area: ['800px', '580px'],
             area: ['800px', '580px'],
             success: function () {
             success: function () {
@@ -804,7 +804,7 @@ class ChannelComponent extends Component {
         const that = this;
         const that = this;
         layer.open({
         layer.open({
             type: 1,
             type: 1,
-            title: '新增主体',
+            title: '新增上游',
             content: $('#channel-model-' + this.props['comp-id']),
             content: $('#channel-model-' + this.props['comp-id']),
             area: ['800px', '580px'],
             area: ['800px', '580px'],
             success: function () {
             success: function () {