diff --git a/ui/src/components/restful/table.vue b/ui/src/components/restful/table.vue index 17dbbff..2f32ff2 100644 --- a/ui/src/components/restful/table.vue +++ b/ui/src/components/restful/table.vue @@ -116,6 +116,11 @@ const handleServerRowData = (fieldsDescInfoData, rowData) => { } } if (!find) { + if (whereFieldsDescInfo.value.length == 0) { + field.isFirstWhereDesc = true + } else { + field.isFirstWhereDesc = false + } whereFieldsDescInfo.value.push(field) } } @@ -536,34 +541,34 @@ const handlePaginationCurChange = (val) => { + value-format="YYYY/MM/DD HH:mm:ss" style="margin-right: 10px"> + value-format="YYYY/MM/DD HH:mm:ss" style="margin-right: 10px"> - 条件搜索 + 条件搜索 - 清空条件 + 清空条件