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

gongyishezhi

parent 05844552
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
title: this.l("approvalStatus"), title: this.l("approvalStatus"),
key: "approvalStatus", key: "approvalStatus",
align: "center", align: "center",
width: "120", width: 120,
render: (h, params) => { render: (h, params) => {
return h("state", { return h("state", {
attrs: { attrs: {
...@@ -84,7 +84,7 @@ export default { ...@@ -84,7 +84,7 @@ export default {
key: "routingType", key: "routingType",
title: this.l("routingType"), title: this.l("routingType"),
align: "center", align: "center",
width: 100, width: 120,
render: (h, params) => { render: (h, params) => {
return h("state", { return h("state", {
attrs: { attrs: {
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
key: "drawingNo", key: "drawingNo",
title: this.l("drawingNo"), title: this.l("drawingNo"),
align: "left", align: "left",
width: 100, width: 120,
}, },
{ {
key: "productName", key: "productName",
......
...@@ -62,10 +62,8 @@ export default { ...@@ -62,10 +62,8 @@ export default {
orderIds: 0, orderIds: 0,
ids: [], ids: [],
}, },
detail: null, detail: null,
modal: false, modal: false,
easySearch: { easySearch: {
keys: { op: "mescode,productName", value: null }, keys: { op: "mescode,productName", value: null },
productingpreparationpeople: { op: "Equal", value: null }, productingpreparationpeople: { op: "Equal", value: null },
...@@ -74,8 +72,8 @@ export default { ...@@ -74,8 +72,8 @@ export default {
// { type: "selection", width: 70, align: "center" }, // { type: "selection", width: 70, align: "center" },
{ {
title: "序号", title: "序号",
key: "id", // key: "id",
// type: "index", type: "index",
width: 80, width: 80,
align: "center", align: "center",
}, },
......
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
title: this.l("approvalStatus"), title: this.l("approvalStatus"),
key: "approvalStatus", key: "approvalStatus",
align: "center", align: "center",
width: "120", width: 120,
render: (h, params) => { render: (h, params) => {
return h("state", { return h("state", {
attrs: { attrs: {
...@@ -130,7 +130,7 @@ export default { ...@@ -130,7 +130,7 @@ export default {
key: "routingType", key: "routingType",
title: this.l("routingType"), title: this.l("routingType"),
align: "center", align: "center",
width: 100, width: 120,
render: (h, params) => { render: (h, params) => {
return h("state", { return h("state", {
attrs: { attrs: {
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
key: "drawingNo", key: "drawingNo",
title: this.l("drawingNo"), title: this.l("drawingNo"),
align: "left", align: "left",
width: 100, width: 120,
}, },
{ {
key: "productName", 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