1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/**
* Office Default规则
*/
import Api from "~/service/Api";
export default {
"hotadr" :defaultHotadr,
"hotdr4l" :defaultHotdr4l,
"hotdr4r" :defaultHotdr4r,
"hotcalc" :defaultHotcalc,
"hotavi" :defaultHotavi,
"hotdr5l" :defaultHotdr5l,
"hotdr1l" :defaultHotdr1l,
"hotdr5r" :defaultHotdr5r,
"hotdr1r" :defaultHotdr1r,
"hotdr6r" :defaultHotdr6r,
"hotdr2l" :defaultHotdr2l,
"hotdr2r" :defaultHotdr2r,
"dattd" :defaultDattd,
"hotrat" :defaultHotrat,
"hotdr3l" :defaultHotdr3l,
"hotdr3r" :defaultHotdr3r,
"hotsta" :defaultHotsta,
"hotstd" :defaultHotstd,
}
function defaultHotadr()
{
}
function defaultHotdr4l()
{
}
function defaultHotdr4r()
{
}
function defaultHotcalc()
{
}
function defaultHotavi()
{
}
function defaultHotdr5l()
{
}
function defaultHotdr1l()
{
}
function defaultHotdr5r()
{
}
function defaultHotdr1r()
{
}
function defaultHotdr6r()
{
}
function defaultHotdr2l()
{
}
function defaultHotdr2r()
{
}
function defaultDattd()
{
}
function defaultHotrat()
{
}
function defaultHotdr3l()
{
}
function defaultHotdr3r()
{
}
function defaultHotsta()
{
}
function defaultHotstd()
{
}