|
|
|
@ -126,9 +126,9 @@
|
|
|
|
|
<el-table-column label="生产企业" width="180" prop="manufactory"/>
|
|
|
|
|
<el-table-column v-if="tabActive==2" label="操作" fixed="right" width="100">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<!--<el-button type="text" v-if="scope.row.status==deviceRepairApplyDetailStatus.WAIT_DIAGNOSIS.key"-->
|
|
|
|
|
<!-- @click="openDiagnosisDialog(scope.row)">诊断-->
|
|
|
|
|
<!--</el-button>-->
|
|
|
|
|
<el-button type="text" v-if="scope.row.status==deviceRepairApplyDetailStatus.WAIT_DIAGNOSIS.key"
|
|
|
|
|
@click="openDiagnosisDialog(scope.row)">诊断
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="text" v-if="scope.row.repairId" @click="repairId = scope.row.repairId">查看维修单</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|