chenshilong 6 years atrás
parent
commit
1e52a6dd2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/building_saas/main/js/views/project_view.js

+ 2 - 2
web/building_saas/main/js/views/project_view.js

@@ -2964,8 +2964,8 @@ $(function () {
                 s = '多对多克隆';
                 break;
         }
-
-        $('#clone_option_title').text(`快速组价 (${s})`);
+        s = `<span style='color:red;'>${s}</span>`;
+        $('#clone_option_title').html(`快速组价 (${s})`);
         $('#clone_option_code').prop("checked", true);
         $('#clone_option_name').prop("checked", false);
         $('#clone_option_unit').prop("checked", true);