Add: admin new registered maestro account list, registered date
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
+ " <input type='text' class='maestro_id d-none' value='" + jsonList[i].maestroID + "'>"
|
||||
+ " <input type='text' class='col-sm' value='" + jsonList[i].maestroName + "'>"
|
||||
+ " <input type='text' class='col-sm' value='" + accoutType(jsonList[i].accountType) + "'>"
|
||||
+ " <input type='text' class='col-sm' value='" + jsonList[i].acceptClausesDateTime.substring(0, 10) + "'>"
|
||||
+ " <input type='button' class='col-sm-1' value='+' onClick='register(this)'>"
|
||||
+ " <input type='button' class='col-sm-1' disabled value='-'>"
|
||||
+ "</div>"
|
||||
@@ -176,6 +177,7 @@
|
||||
<label class="col-form-label d-none">ID</label>
|
||||
<label class="col-form-label col-sm text-center">마에스트로 아이디</label>
|
||||
<label class="col-form-label col-sm text-center">계정 타입</label>
|
||||
<label class="col-form-label col-sm text-center">등록 날짜</label>
|
||||
<label class="col-form-label col-sm-1 text-center"></label>
|
||||
<label class="col-form-label col-sm-1 text-center"></label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user