update dashboard
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: gtz
|
||||
* @Date: 2022-03-03 15:47:47
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-03-07 19:08:57
|
||||
* @LastEditTime: 2022-03-07 20:41:47
|
||||
* @Description: file content
|
||||
* @FilePath: \mt-ck-wms-ui\src\views\dashboard\testdata.js
|
||||
*/
|
||||
@@ -2927,12 +2927,12 @@ export default {
|
||||
}
|
||||
],
|
||||
portAttributeList: [
|
||||
{ id: 1, name: 'Working Port', color: '#D8E5FF' },
|
||||
{ id: 1, name: 'Working Port', color: '#E1EBFF' },
|
||||
{ id: 2, name: 'Buffer Port', color: '#FFF8E8' },
|
||||
{ id: 3, name: 'Exception Port', color: '#F6F6F6' }
|
||||
],
|
||||
portAttributeObj: {
|
||||
1: '#D8E5FF',
|
||||
1: '#E1EBFF',
|
||||
2: '#FFF8E8',
|
||||
3: '#F6F6F6'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user