|
|
|
|
@ -20,7 +20,7 @@ |
|
|
|
|
<el-button v-show="permission.taskPolling && row.taskStatus == 2" @click="handleInspection(row)">巡检</el-button> |
|
|
|
|
<el-button v-show="permission.taskConfirm && row.taskStatus == 3" @click="handleuserConfirm(row)">确认</el-button> |
|
|
|
|
<el-button v-show="row.taskStatus == 4" @click="handleExport(row)">报告</el-button> |
|
|
|
|
<el-button type="primary" @click="handleExportDevice(row)">导出</el-button> |
|
|
|
|
<!-- <el-button type="primary" @click="handleExportDevice(row)">导出</el-button> --> |
|
|
|
|
<!-- --> |
|
|
|
|
<!-- <el-button :disabled="row.taskStatus != 1" v-show="permission.inspection_btn" @click="handleInspection(row)">巡检</el-button> --> |
|
|
|
|
</template> |
|
|
|
|
|