...
|
...
|
@@ -39,7 +39,7 @@ |
|
|
<div id="toolbar" style="width: 500px;display: flex">
|
|
|
<input type="text" class="form-control" id="documentKeyWord" placeholder="搜索关键字">
|
|
|
<div class="w-100">
|
|
|
<button class="btn btn-primary mx-lg-1" type="button" id="documentQuery">查询</button>
|
|
|
<button class="btn btn-primary mx-lg-1" type="button" id="documentQuery">搜索</button>
|
|
|
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#docManagerModal"
|
|
|
data-bs-whatever="@Add">新增
|
|
|
</button>
|
...
|
...
|
@@ -129,7 +129,7 @@ |
|
|
<div id="userToolbar" class="d-flex">
|
|
|
<input type="text" class="form-control" id=userKeyWord" placeholder="搜索用户">
|
|
|
<div class="w-100">
|
|
|
<button class="btn btn-primary mx-lg-1" type="button" id="userQuery">查询</button>
|
|
|
<button class="btn btn-primary mx-lg-1" type="button" id="userQuery">搜索</button>
|
|
|
<button type="button" class="btn btn-secondary" id="syncUserBtn">同步用户</button>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|