This commit is contained in:
parent
9a38facef4
commit
4dbd50c998
|
|
@ -49,11 +49,11 @@
|
|||
<el-table-column label="维修单号" align="center" width="150" prop="repairCode" :show-overflow-tooltip="true" />
|
||||
<el-table-column label="物资类型" align="center" width="150" prop="type" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="退料单号" align="center" width="150" prop="backCode" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="维修班组" align="center" width="120" prop="repairer" :show-overflow-tooltip="true"/>
|
||||
<!-- <el-table-column label="维修班组" align="center" width="120" prop="repairer" :show-overflow-tooltip="true"/> -->
|
||||
<!-- <el-table-column label="退料人电话" align="center" prop="phone" :show-overflow-tooltip="true"/> -->
|
||||
<el-table-column label="创建人" align="center" width="100" prop="createName" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="创建时间" align="center" width="180" prop="createTime" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="状态" align="center" width="150" :show-overflow-tooltip="true" prop="repairStatusCode">
|
||||
<el-table-column label="状态" align="center" width="110" :show-overflow-tooltip="true" prop="repairStatusCode">
|
||||
<template slot-scope="scope">
|
||||
<dict-tag :options="dict.type.repair_task_status" :value="scope.row.repairStatusCode"/>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue