Commit af336c51 authored by 赵啸非's avatar 赵啸非

添加服务检测拉起脚本

parent 9d8facf8
...@@ -46,14 +46,19 @@ ...@@ -46,14 +46,19 @@
label: "平台标识" label: "平台标识"
}, },
{ {
name: "logDate", name: "createTimeStart",
type: "date", type: "date",
label: "操作时间", label: "开始时间"
fuzzy: true
}, },
{
name: "createTimeStart",
type: "date",
label: "结束时间"
},
], ],
columns: [ columns: [
{type: "index",label: "序号",align:"center",width: 50}, {type: "index",label: "序号",align:"center",width: 50},
{label: "服务名称", prop: "platformMark",formatter: this.formatter}, {label: "服务名称", prop: "platformMark",formatter: this.formatter},
...@@ -83,4 +88,4 @@ ...@@ -83,4 +88,4 @@
}; };
} }
}; };
</script> </script>
\ No newline at end of file
...@@ -20,4 +20,10 @@ public class OperateLogVo extends BaseEntityLong { ...@@ -20,4 +20,10 @@ public class OperateLogVo extends BaseEntityLong {
/** 结束 创建时间 */ /** 结束 创建时间 */
private String createTimeEnd; private String createTimeEnd;
/** 开始 操作时间 */
private String logDateStart;
/** 结束 操作时间 */
private String logDateEnd;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment