Commit 9c6efa90fdf5399503e64c277befcaac5ab40c99
1 parent
9145c76a
接口日志页显示优化
Signed-off-by: TanYibin <5491541@qq.com>
Showing
1 changed file
with
4 additions
and
4 deletions
ant-design-vue-jeecg/src/views/system/monitor/ApiLogList.vue
... | ... | @@ -15,17 +15,17 @@ |
15 | 15 | </a-col> |
16 | 16 | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
17 | 17 | <a-form-item label="请求方名称"> |
18 | - <j-input placeholder="请输入请求方名称" v-model="queryParam.requestFrom"></j-input> | |
18 | + <a-input placeholder="请输入请求方名称" v-model="queryParam.requestFrom"></a-input> | |
19 | 19 | </a-form-item> |
20 | 20 | </a-col> |
21 | 21 | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
22 | 22 | <a-form-item label="响应方名称"> |
23 | - <j-input placeholder="请输入响应方名称" v-model="queryParam.responseBy"></j-input> | |
23 | + <a-input placeholder="请输入响应方名称" v-model="queryParam.responseBy"></a-input> | |
24 | 24 | </a-form-item> |
25 | 25 | </a-col> |
26 | 26 | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
27 | 27 | <a-form-item label="请求地址"> |
28 | - <j-input placeholder="请输入请求地址" v-model="queryParam.url"></j-input> | |
28 | + <a-input placeholder="请输入请求地址" v-model="queryParam.url"></a-input> | |
29 | 29 | </a-form-item> |
30 | 30 | </a-col> |
31 | 31 | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | </a-col> |
70 | 70 | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
71 | 71 | <a-form-item label="响应耗时(毫秒)"> |
72 | - <a-input placeholder="请输入大于响应耗时" v-model="queryParam.duration_begin"></a-input> | |
72 | + <a-input placeholder="请输入响应耗时(大于)" v-model="queryParam.duration_begin"></a-input> | |
73 | 73 | </a-form-item> |
74 | 74 | </a-col> |
75 | 75 | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
... | ... |