|
|
@@ -220,6 +220,11 @@
|
|
|
<span>{{ scope.row.realEndTime ? parseTime(scope.row.realEndTime, '{y}-{m}-{d} {h}:{i}') : '-' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="维修方式" align="center" prop="repairMethod" min-width="100">
|
|
|
+ <template #default="scope">
|
|
|
+ <dict-tag :options="gxt_repair_method" :value="scope.row.repairMethod" />
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<!-- <el-table-column label="优先级" align="center" prop="priorityType" min-width="100">
|
|
|
<template #default="scope">
|
|
|
<dict-tag :options="gxt_order_priority_type" :value="scope.row.priorityType" />
|