Merge branch 'master' of http://192.168.1.22:3000/frontend/pqs-9100_client
This commit is contained in:
@@ -47,20 +47,20 @@
|
||||
const generateData = () => {
|
||||
const data: Option[] = []
|
||||
const states = [
|
||||
'模拟装置1',
|
||||
'模拟装置2',
|
||||
'模拟装置3',
|
||||
'模拟装置4',
|
||||
'中电送检装置',
|
||||
'易司拓测试装置',
|
||||
'山大电力测试装置1',
|
||||
'山大电力测试装置2',
|
||||
'滚动条测试1',
|
||||
'滚动条测试2',
|
||||
'滚动条测试3',
|
||||
'滚动条测试4',
|
||||
'滚动条测试5',
|
||||
'滚动条测试6',
|
||||
'240001',
|
||||
'240002',
|
||||
'240003',
|
||||
'240004',
|
||||
'240005',
|
||||
'240006',
|
||||
'240007',
|
||||
'240008',
|
||||
'240009',
|
||||
'240010',
|
||||
'240011',
|
||||
'240012',
|
||||
'240013',
|
||||
'240014',
|
||||
]
|
||||
const initials = ['CA', 'IL', 'MD', 'TX', 'FL', 'CO', 'CT', 'GT', 'IL', 'MD', 'TX', 'FL', 'CO', 'CT', 'GT']
|
||||
states.forEach((city, index) => {
|
||||
@@ -77,8 +77,8 @@
|
||||
const generateValue = () => {
|
||||
const data: number[] = []
|
||||
const states = [
|
||||
'山大电力测试装置1',
|
||||
'山大电力测试装置2',
|
||||
'240001',
|
||||
'240002',
|
||||
]
|
||||
const initials = ['AB', 'CD']
|
||||
states.forEach((city, index) => {
|
||||
|
||||
Reference in New Issue
Block a user