quick-admin-vue3-core
Version:
以快(计算机执行效率、开发效率)为核心的后台管理系统开发模板
52 lines (51 loc) • 1.15 kB
JavaScript
import { defineComponent as p, resolveComponent as n, createBlock as r, openBlock as l, unref as a } from "vue";
import { n as c } from "./index-C0qRtkRj.js";
const _ = /* @__PURE__ */ p({
name: "CommonCenterLog",
__name: "index",
setup(s) {
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 (m, i) => {
const t = n("BaseCrud");
return l(), r(t, {
cols: o,
fields: e,
fetch: a(c),
index: ""
}, null, 8, ["fetch"]);
};
}
});
export {
_ as default
};