5/14 --报修诊断 按钮

演示数据2.0
wangwei 11 months ago
parent 4bab29f2fa
commit 8939089d3e

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

Loading…
Cancel
Save