字体样式
Showing
10 changed files
with
16 additions
and
16 deletions
... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
18 | { | 18 | { |
19 | label: '序号', | 19 | label: '序号', |
20 | type: 'index', | 20 | type: 'index', |
21 | width: '50', | 21 | width: '60', |
22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
23 | return ( | 23 | return ( |
24 | <div> | 24 | <div> |
... | @@ -87,7 +87,7 @@ class data extends filter { | ... | @@ -87,7 +87,7 @@ class data extends filter { |
87 | }, | 87 | }, |
88 | { | 88 | { |
89 | label: '操作', | 89 | label: '操作', |
90 | width: '80', | 90 | width: '90', |
91 | align: 'center', | 91 | align: 'center', |
92 | fixed: 'right', | 92 | fixed: 'right', |
93 | render: (h, scope) => { | 93 | render: (h, scope) => { | ... | ... |
... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
18 | { | 18 | { |
19 | label: '序号', | 19 | label: '序号', |
20 | type: 'index', | 20 | type: 'index', |
21 | width: '50', | 21 | width: '60', |
22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
23 | return ( | 23 | return ( |
24 | <div> | 24 | <div> |
... | @@ -42,7 +42,7 @@ class data extends filter { | ... | @@ -42,7 +42,7 @@ class data extends filter { |
42 | }, | 42 | }, |
43 | { | 43 | { |
44 | label: "权属状态", | 44 | label: "权属状态", |
45 | width: '80', | 45 | width: '90', |
46 | render: (h, scope) => { | 46 | render: (h, scope) => { |
47 | let obj = { | 47 | let obj = { |
48 | "1": { | 48 | "1": { | ... | ... |
... | @@ -18,7 +18,7 @@ class data extends filter { | ... | @@ -18,7 +18,7 @@ class data extends filter { |
18 | { | 18 | { |
19 | label: '序号', | 19 | label: '序号', |
20 | type: 'index', | 20 | type: 'index', |
21 | width: '50', | 21 | width: '60', |
22 | render: (h, scope) => { | 22 | render: (h, scope) => { |
23 | return ( | 23 | return ( |
24 | <div> | 24 | <div> | ... | ... |
... | @@ -22,7 +22,7 @@ class data extends filter { | ... | @@ -22,7 +22,7 @@ class data extends filter { |
22 | { | 22 | { |
23 | label: '序号', | 23 | label: '序号', |
24 | type: 'index', | 24 | type: 'index', |
25 | width: '50', | 25 | width: '60', |
26 | render: (h, scope) => { | 26 | render: (h, scope) => { |
27 | return ( | 27 | return ( |
28 | <div> | 28 | <div> |
... | @@ -34,7 +34,7 @@ class data extends filter { | ... | @@ -34,7 +34,7 @@ class data extends filter { |
34 | { | 34 | { |
35 | prop: "bglx", | 35 | prop: "bglx", |
36 | label: "变化情况", | 36 | label: "变化情况", |
37 | minWidth: '80', | 37 | minWidth: '90', |
38 | render: (h, scope) => { | 38 | render: (h, scope) => { |
39 | switch (scope.row.bglx) { | 39 | switch (scope.row.bglx) { |
40 | case '1': | 40 | case '1': |
... | @@ -137,7 +137,7 @@ class data extends filter { | ... | @@ -137,7 +137,7 @@ class data extends filter { |
137 | }, | 137 | }, |
138 | { | 138 | { |
139 | label: '操作', | 139 | label: '操作', |
140 | width: '80', | 140 | width: '90', |
141 | align: 'center', | 141 | align: 'center', |
142 | fixed: 'right', | 142 | fixed: 'right', |
143 | render: (h, scope) => { | 143 | render: (h, scope) => { | ... | ... |
... | @@ -22,7 +22,7 @@ class data extends filter { | ... | @@ -22,7 +22,7 @@ class data extends filter { |
22 | { | 22 | { |
23 | label: '序号', | 23 | label: '序号', |
24 | type: 'index', | 24 | type: 'index', |
25 | width: '50', | 25 | width: '60', |
26 | render: (h, scope) => { | 26 | render: (h, scope) => { |
27 | return ( | 27 | return ( |
28 | <div> | 28 | <div> |
... | @@ -123,7 +123,7 @@ class data extends filter { | ... | @@ -123,7 +123,7 @@ class data extends filter { |
123 | }, | 123 | }, |
124 | { | 124 | { |
125 | label: '操作', | 125 | label: '操作', |
126 | width: '80', | 126 | width: '90', |
127 | align: 'center', | 127 | align: 'center', |
128 | fixed: 'right', | 128 | fixed: 'right', |
129 | render: (h, scope) => { | 129 | render: (h, scope) => { | ... | ... |
... | @@ -22,7 +22,7 @@ class data extends filter { | ... | @@ -22,7 +22,7 @@ class data extends filter { |
22 | { | 22 | { |
23 | label: '序号', | 23 | label: '序号', |
24 | type: 'index', | 24 | type: 'index', |
25 | width: '50', | 25 | width: '60', |
26 | render: (h, scope) => { | 26 | render: (h, scope) => { |
27 | return ( | 27 | return ( |
28 | <div> | 28 | <div> |
... | @@ -111,7 +111,7 @@ class data extends filter { | ... | @@ -111,7 +111,7 @@ class data extends filter { |
111 | } | 111 | } |
112 | // { | 112 | // { |
113 | // label: '操作', | 113 | // label: '操作', |
114 | // width: '80', | 114 | // width: '90', |
115 | // align: 'center', | 115 | // align: 'center', |
116 | // fixed: 'right', | 116 | // fixed: 'right', |
117 | // render: (h, scope) => { | 117 | // render: (h, scope) => { | ... | ... |
-
Please register or sign in to post a comment