修改配方清单,增加字段

master
leo 3 years ago
parent 3441909cde
commit b992f284e1

@ -100,20 +100,26 @@
export default {
setup() {
let dataColumn = [{
let dataColumn = [
{
title: "PLM内码",
key: "FPlmCode"
}, {
key: "FPlmCode",
width: "200px"
},
{
title: "版本号",
key: "FVersionCode",
width: "60px"
},
{
title: "试验号",
key: "FTestCode"
key: "FTestCode",
width: "160px"
},
{
title: "配方描述",
key: "FName"
key: "FName",
width: "220px"
},
{
title: "配方类型",
@ -122,13 +128,29 @@
},
{
title: "生产号",
key: "FProductCode"
key: "FProductCode",
width: "110px"
},
{
title: "工厂代码",
key: "FFactoryCode",
width: "110px"
},
{
title: "转规格人员",
key: "",
width: "110px"
},
{
title: "开发日期",
key: "",
width: "110px"
},
{
title: "BOM版本号",
key: "",
width: "110px"
},
{
title: "创建时间",
key: "FAddDate",

Loading…
Cancel
Save