add techBox & fix bugs 0720
This commit is contained in:
@@ -2,13 +2,15 @@ import TableOperaionComponent from "@/components/noTemplateComponents/operationC
|
||||
import TableTextComponent from "@/components/noTemplateComponents/detailComponent";
|
||||
import { timeFilter, dictFilter } from "@/utils/filters";
|
||||
// import switchBtn from "@/components/noTemplateComponents/switchBtn";
|
||||
import techBox from "@/components/noTemplateComponents/techBox";
|
||||
|
||||
export default function () {
|
||||
const tableProps = [
|
||||
{ type: "index", label: "序号" },
|
||||
{ prop: "code", label: "配方号" },
|
||||
{ prop: "name", label: "牌号" },
|
||||
{ prop: "createTime", label: "添加时间", filter: timeFilter },
|
||||
{ prop: "syncTime", label: "同步时间", filter: timeFilter },
|
||||
{ prop: "techCode", label: "烧制曲线", subcomponent: techBox },
|
||||
// { prop: "externalCode", label: "版本号" },
|
||||
// { prop: "specifications", label: "程序号" },
|
||||
// { prop: "unitDictValue", label: "砖型", filter: dictFilter("unit") },
|
||||
|
||||
Reference in New Issue
Block a user