mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-13 09:15:41 +08:00
32 lines
656 B
HTML
32 lines
656 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div class="tableform">
|
||
<form >
|
||
<table border="0">
|
||
<tbody>
|
||
<tr>
|
||
<th>用户名:</th>
|
||
<td>
|
||
|
||
</td>
|
||
<th>姓名:</th>
|
||
<td>
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
|
||
</tbody>
|
||
</table>
|
||
<div class="table-action">
|
||
<{button label="确定" class="btn-primary" type="button" id="btnMemSubmit"}>
|
||
<{button label="取消" class="btn-secondary" isCloseDialogBtn="true"}>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
|