mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
投运时间,系统总览刷新,图表警告处理等
This commit is contained in:
@@ -671,6 +671,14 @@ export const stationOptions = [
|
||||
{
|
||||
// 0:未启用,1:启用
|
||||
|
||||
label: '投运时间',
|
||||
value: [],
|
||||
key: 'operation_date',
|
||||
type: 'date-picker'
|
||||
},
|
||||
{
|
||||
// 0:未启用,1:启用
|
||||
|
||||
label: '场站运行模式',
|
||||
value: undefined,
|
||||
key: 'work_mode',
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
|
||||
<title>能源站监控与运行管理系统</title>
|
||||
|
||||
<script type="text/javascript" src="<%= BASE_URL %>codebase/jsPlugin/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="<%= BASE_URL %>codebase/encryption/AES.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user