quick-admin-vue3-core
Version:
以快(计算机执行效率、开发效率)为核心的后台管理系统开发模板
39 lines (38 loc) • 2.01 kB
JavaScript
import { defineComponent as n, resolveComponent as d, createElementBlock as s, openBlock as r, Fragment as i, renderList as u, createElementVNode as o, createVNode as a, toDisplayString as l } from "vue";
import { _ as m } from "./_plugin-vue_export-helper-CHgC5LLL.js";
const g = { class: "q-page-view" }, _ = { class: "desc" }, f = /* @__PURE__ */ n({
name: "DemoCenterQuickKnowImgProduce",
__name: "index",
setup(v) {
const t = [
{ desc: "增删改查:表格列 + 表格列渲染 + 额外按钮组 + 操作栏按钮组", url: "/static/imgs/produce/produce-1.png" },
{ desc: "增删改查:表单字段 + 表单校验 + 弹出层(dialog、drawer、popover、popconfirm)", url: "/static/imgs/produce/produce-2.png" },
{ desc: "表单类型:基础表单 + 分块表单 + 单元格格表单 + 纯文本表单", url: "/static/imgs/produce/produce-3.png" },
{ desc: "表格类型:基础表格 + 可编辑表格 + 增删改查表格(全局统一字典/标签)", url: "/static/imgs/produce/produce-4.png" },
{ desc: "树:基础树 + 过滤树(待完善)", url: "/static/imgs/produce/produce-5.png" },
{
desc: "工程移植性:Echarts 图表(全局/页面/组件分层级默认配置、轻松渲染) + 全局默认配置(可覆盖) + 主题换肤 + 按钮角色权限控制",
url: "/static/imgs/produce/produce-6.png"
},
{ desc: "后续低码计划:一站式前后端低码设计方案", url: "/static/imgs/produce/produce-7.png" }
];
return (x, h) => {
const p = d("BaseImg");
return r(), s("ul", g, [
(r(), s(i, null, u(t, (e, c) => o("li", {
class: "li",
key: c
}, [
o("div", _, l(c + 1 + ". " + e.desc), 1),
a(p, {
class: "img",
src: e.url
}, null, 8, ["src"])
])), 64))
]);
};
}
}), I = /* @__PURE__ */ m(f, [["__scopeId", "data-v-704c29b5"]]);
export {
I as default
};