"use strict"; const common_vendor = require("../../common/vendor.js"); const common_assets = require("../../common/assets.js"); const _sfc_main = { name: "fzlc-view", data() { return { gj_list: [ { title: "产量与销量指标", count: 8, show: false }, { title: "价格与成本驱动", count: 3, show: false }, { title: "市场与客户指标", count: 2, show: false }, { title: "行业特定指标", count: 4, show: false }, { title: "风险与异常指标", count: 2, show: false } ] }; }, methods: { clickAction() { this.$emit("detail"); } } }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return { a: common_vendor.f($data.gj_list, (item, index, i0) => { return common_vendor.e({ a: common_vendor.t(item.title), b: common_vendor.t(item.count), c: item.show }, item.show ? { d: common_assets._imports_0$3 } : { e: common_assets._imports_1$13 }, { f: item.show }, item.show ? { g: common_vendor.f(item.count, (child, k1, i1) => { return {}; }), h: common_assets._imports_2$11 } : {}, { i: index, j: common_vendor.o(($event) => item.show = !item.show, index) }); }), b: common_vendor.f(3, (item, k0, i0) => { return {}; }), c: common_assets._imports_3$11, d: `${95}%`, e: common_vendor.o((...args) => $options.clickAction && $options.clickAction(...args)) }; } const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]); wx.createComponent(Component); //# sourceMappingURL=../../../.sourcemap/mp-weixin/components/fzlc-view/fzlc-view.js.map