update 2023.4.6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import TableOperaionComponent from "@/components/noTemplateComponents/operationComponent";
|
||||
// import switchBtn from "@/components/noTemplateComponents/switchBtn";
|
||||
import request from "@/utils/request";
|
||||
import { timeFilter } from "@/utils/filters";
|
||||
import { timeFilter, dictFilter } from "@/utils/filters";
|
||||
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
@@ -9,6 +9,7 @@ export default function () {
|
||||
{ prop: "name", label: "砖型名称" },
|
||||
{ prop: "code", label: "砖型编码" },
|
||||
{ prop: "externalCode", label: "砖型ID" },
|
||||
{ prop: "line", label: "中心线颜色", filter: dictFilter('line') },
|
||||
{ prop: "description", label: "长描述" },
|
||||
{ prop: "shortDesc", label: "短描述" },
|
||||
{ prop: "remark", label: "备注" },
|
||||
|
||||
Reference in New Issue
Block a user