quick-admin-vue3-core
Version:
以快(计算机执行效率、开发效率)为核心的后台管理系统开发模板
52 lines (51 loc) • 1.22 kB
JavaScript
import { defineComponent as t, resolveComponent as c, createBlock as r, openBlock as m, unref as p } from "vue";
import { n as s } from "./index-C0qRtkRj.js";
const d = /* @__PURE__ */ t({
name: "CommonCenterSwitch",
__name: "index",
setup(a) {
const e = [
{ prop: "zh", label: "操作账号" }
// {
// prop: "czyw",
// label: "操作业务",
// type: "select",
// attrs: {
// options: "D_EnableStatus",
// },
// },
// { prop: "bz", label: "备注" },
// { prop: "rq", label: "日期", type: "date-picker" },
], o = [
{
prop: "ffcgyhid",
label: "操作业务",
minWidth: 210
}
// {
// prop: "ffsbyhid",
// label: "操作内容",
// minWidth: 210,
// },
// {
// prop: "ffje",
// label: "所属系统",
// minWidth: 90,
// },
// { tpl: "T_Remark" },
// { tpl: "T_Update" },
];
return (l, f) => {
const n = c("BaseCrud");
return m(), r(n, {
cols: o,
fields: e,
fetch: p(s),
index: ""
}, null, 8, ["fetch"]);
};
}
});
export {
d as default
};