|
@@ -85,7 +85,7 @@ const cellStyle = ({ row, column, rowIndex, columnIndex }) => {
|
|
|
}
|
|
|
};
|
|
|
const ckickCell = (row, column, cell, event) => {
|
|
|
- if (column.label === "订单名称") {
|
|
|
+ if (column.label === "计划编号") {
|
|
|
data2.value.search.completeTime = row.completeTime;
|
|
|
data2.value.search.orderCode = row.orderCode;
|
|
|
editDialog.value.visible = true;
|
|
@@ -141,7 +141,7 @@ data1.value.option = Object.assign(data1.value.option, {
|
|
|
editDisabled: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "订单名称",
|
|
|
+ label: "计划编号",
|
|
|
prop: "orderName",
|
|
|
width: 140,
|
|
|
overHidden: true,
|
|
@@ -159,7 +159,7 @@ data1.value.option = Object.assign(data1.value.option, {
|
|
|
hide: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "订单名称",
|
|
|
+ label: "计划编号",
|
|
|
prop: "orderName",
|
|
|
search: false,
|
|
|
slot: true,
|