Commit 8525f257 authored by renjintao's avatar renjintao

eccute

parent 5467ec07
......@@ -67,10 +67,11 @@ export default {
"Tooltip",
{
props: {
content: params.row.insert_flag == 1 ? "取消插单" : "进行插单",
placement: "top",
content:
params.row.insert_flag == 1 ? "取消插单" : "进行插单",
placement: "top"
},
class:'ico',
class: "ico"
},
[
h("Icon", {
......@@ -80,7 +81,7 @@ export default {
? "ios-flag"
: "ios-flag-outline",
size: 20,
color: params.row.insert_flag == 1 ? "#2680EB" : "#aaa",
color: params.row.insert_flag == 1 ? "#2680EB" : "#aaa"
},
on: {
click: () => this.changeFlag(params.row.id, params.index)
......@@ -123,21 +124,24 @@ export default {
key: "put_into_qty",
title: this.l("put_into_qty"),
align: "left",
high: true
high: true,
hide: true
},
{
key: "plan_start",
title: this.l("plan_start"),
align: "center",
high: true,
width: 140
width: 140,
hide: true
},
{
key: "plan_finish",
title: this.l("plan_finish"),
align: "center",
high: true,
width: 140
width: 140,
hide: true
},
{
key: "setup_time",
......@@ -250,6 +254,13 @@ export default {
easy: true,
high: true
},
{
key:"multipleEquipIds",
title:this.l("multipleEquipIds"),
align:"left",
easy:true,
high:true,
},
{
key: "notes",
title: this.l("notes"),
......
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