update 添加时间最右

This commit is contained in:
lb
2023-04-03 16:59:56 +08:00
parent 8da7c27a36
commit b0d172fee6
35 changed files with 42 additions and 42 deletions

View File

@@ -7,8 +7,8 @@ import { timeFilter } from "@/utils/filters";
export default function () {
const tableProps = [
{ type: "index", label: "序号" },
{ prop: "createTime", label: "添加时间", filter: timeFilter },
{ prop: "name", label: "分类名称" },
{ prop: "createTime", label: "添加时间", filter: timeFilter },
// { prop: "category", label: "报表分类" },
{
prop: "operations",