|
@@ -3113,12 +3113,7 @@ var render = function() {
|
|
|
{
|
|
|
staticClass: _vm._$g(8, "sc"),
|
|
|
style: _vm._$g(8, "s"),
|
|
|
- attrs: { "scroll-y": "true", _i: 8 },
|
|
|
- on: {
|
|
|
- click: function($event) {
|
|
|
- return _vm.$handleViewEvent($event)
|
|
|
- }
|
|
|
- }
|
|
|
+ attrs: { "scroll-y": "true", _i: 8 }
|
|
|
},
|
|
|
_vm._l(_vm._$g(9, "f"), function(item, index, $21, $31) {
|
|
|
return _c(
|
|
@@ -3126,7 +3121,12 @@ var render = function() {
|
|
|
{
|
|
|
key: item,
|
|
|
staticClass: _vm._$g("9-" + $31, "sc"),
|
|
|
- attrs: { _i: "9-" + $31 }
|
|
|
+ attrs: { _i: "9-" + $31 },
|
|
|
+ on: {
|
|
|
+ click: function($event) {
|
|
|
+ return _vm.$handleViewEvent($event)
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
[
|
|
|
_c(
|