增加Ip查询
This commit is contained in:
parent
027ff95e8b
commit
d2a994cfa9
@ -1,20 +0,0 @@
|
|||||||
## 安装使用
|
|
||||||
|
|
||||||
2. 安装依赖
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm i -g corepack
|
|
||||||
pnpm install
|
|
||||||
```
|
|
||||||
|
|
||||||
3. 运行
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pnpm dev
|
|
||||||
```
|
|
||||||
|
|
||||||
4. 打包
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pnpm build
|
|
||||||
```
|
|
||||||
@ -38,6 +38,7 @@ const accountHandleOpen = ref(false);
|
|||||||
const query = reactive({
|
const query = reactive({
|
||||||
cursor: 1,
|
cursor: 1,
|
||||||
deviceId: '',
|
deviceId: '',
|
||||||
|
ip: '',
|
||||||
limit: 20,
|
limit: 20,
|
||||||
userId: '',
|
userId: '',
|
||||||
});
|
});
|
||||||
@ -161,6 +162,14 @@ loadData(true);
|
|||||||
style="width: 260px"
|
style="width: 260px"
|
||||||
/>
|
/>
|
||||||
</InlineFilterField>
|
</InlineFilterField>
|
||||||
|
<InlineFilterField label="IP">
|
||||||
|
<Input
|
||||||
|
v-model:value="query.ip"
|
||||||
|
allow-clear
|
||||||
|
placeholder="IP"
|
||||||
|
style="width: 200px"
|
||||||
|
/>
|
||||||
|
</InlineFilterField>
|
||||||
<Button :loading="loading" type="primary" @click="loadData(true)">
|
<Button :loading="loading" type="primary" @click="loadData(true)">
|
||||||
搜索
|
搜索
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user