Commit 7a600f7fb6c29a4eb41fc8b97c3166f1ee0525fc

Authored by 肖超群
1 parent 68e9dabc

系统日志 增加耗时的查询

ant-design-vue-jeecg/src/views/system/LogList.vue
... ... @@ -37,6 +37,12 @@
37 37 </a-form-item>
38 38 </a-col>
39 39  
  40 + <a-col :xl="6" :lg="7" :md="8" :sm="24">
  41 + <a-form-item label="响应耗时(毫秒)">
  42 + <a-input placeholder="请输入响应耗时(大于)" v-model="queryParam.costTime_begin"></a-input>
  43 + </a-form-item>
  44 + </a-col>
  45 +
40 46 <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
41 47 <a-col :md="6" :sm="24">
42 48 <a-button type="primary" style="left: 10px" @click="searchQuery" icon="search">查询</a-button>
... ...