Commit 91060729 authored by 仇晓婷's avatar 仇晓婷

gongyishezhi

parent 05844552
......@@ -70,7 +70,7 @@ export default {
title: this.l("approvalStatus"),
key: "approvalStatus",
align: "center",
width: "120",
width: 120,
render: (h, params) => {
return h("state", {
attrs: {
......@@ -84,7 +84,7 @@ export default {
key: "routingType",
title: this.l("routingType"),
align: "center",
width: 100,
width: 120,
render: (h, params) => {
return h("state", {
attrs: {
......@@ -98,7 +98,7 @@ export default {
key: "drawingNo",
title: this.l("drawingNo"),
align: "left",
width: 100,
width: 120,
},
{
key: "productName",
......
......@@ -62,10 +62,8 @@ export default {
orderIds: 0,
ids: [],
},
detail: null,
modal: false,
easySearch: {
keys: { op: "mescode,productName", value: null },
productingpreparationpeople: { op: "Equal", value: null },
......@@ -74,8 +72,8 @@ export default {
// { type: "selection", width: 70, align: "center" },
{
title: "序号",
key: "id",
// type: "index",
// key: "id",
type: "index",
width: 80,
align: "center",
},
......
......@@ -116,7 +116,7 @@ export default {
title: this.l("approvalStatus"),
key: "approvalStatus",
align: "center",
width: "120",
width: 120,
render: (h, params) => {
return h("state", {
attrs: {
......@@ -130,7 +130,7 @@ export default {
key: "routingType",
title: this.l("routingType"),
align: "center",
width: 100,
width: 120,
render: (h, params) => {
return h("state", {
attrs: {
......@@ -144,7 +144,7 @@ export default {
key: "drawingNo",
title: this.l("drawingNo"),
align: "left",
width: 100,
width: 120,
},
{
key: "productName",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment