Commit 0eb7bca1 authored by renjintao's avatar renjintao

orderList 工单Id

parent 22a5c1f3
......@@ -1475,6 +1475,7 @@ export default {
version: "版本"
},
order_list: {
Id:'工单Id',
mesCode: '订单编号',
status: '工单状态',
statusOrder: '订单状态',
......
......@@ -109,6 +109,12 @@ export default {
},
downUrl: fileUrlDown,
columns: [{
title: this.l("Id"),
key: "id",
width: 80,
align: "left",
},
{
title: this.l("mesCode"),
key: "mesCode",
width: 240,
......
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