Explorar o código

会员卡管理

hanfucheng hai 4 meses
pai
achega
6d7bc18e38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      qmjszx-admin/src/main/resources/templates/record/add.html

+ 1 - 1
qmjszx-admin/src/main/resources/templates/record/add.html

@@ -73,7 +73,7 @@
                 data.rows.forEach(cardType => {
                     const option = document.createElement('option');
                     option.value = cardType.id;
-                    option.text = cardType.realName;
+                    option.text = cardType.username;
                     userSelect.appendChild(option);
                 });
             },