38 lines
1.2 KiB
JavaScript
38 lines
1.2 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const common_assets = require("../../common/assets.js");
|
|
const _sfc_main = {
|
|
name: "fzjg-view",
|
|
data() {
|
|
return {};
|
|
},
|
|
props: {
|
|
branchList: Array
|
|
}
|
|
};
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_vendor.f($props.branchList, (item, index, i0) => {
|
|
return common_vendor.e({
|
|
a: common_vendor.t(item.branch_name),
|
|
b: item.business_status == "注销"
|
|
}, item.business_status == "注销" ? {
|
|
c: common_assets._imports_0$4
|
|
} : {
|
|
d: common_assets._imports_1$13
|
|
}, {
|
|
e: common_vendor.t(item.business_status),
|
|
f: common_vendor.n("statusC flex " + (item.business_status == "注销" ? "logOff" : "exist")),
|
|
g: common_vendor.t(item.register_capital),
|
|
h: common_vendor.t(item.legal_person),
|
|
i: common_vendor.t(item.register_date),
|
|
j: common_vendor.t(item.related_company_count),
|
|
k: index
|
|
});
|
|
})
|
|
};
|
|
}
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
wx.createComponent(Component);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/fzjg-view/fzjg-view.js.map
|