Commit 9b30289a authored by 仇晓婷's avatar 仇晓婷

订单监控优化

parent e04ed3a9
<template>
<div class="record">
<Table :columns="columns" :data="result" border></Table>
<DataGrid :columns="columns" :data="result" border :tool='false'></DataGrid>
</div>
</template>
<script>
......@@ -97,9 +97,8 @@ export default {
{
key: "status",
type: "user",
title: this.l("status"),
code: "plan.order.status",
title: '工单状态',
code: "taskList.status",
align: "center"
}
]
......
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