| src/views/tickets/ticket.vue | ●●●●● patch | view | raw | blame | history |
src/views/tickets/ticket.vue
@@ -227,9 +227,9 @@ <el-button type="text" icon="el-icon-view" @click="handleViewDetail(row)">详情</el-button> </template> <template v-if="row.status === 4 && !isProd"> <!-- <template v-if="row.status === 4 && !isProd"> <el-button type="text" icon="el-icon-download" @click="exportTheTick(row)">导出</el-button> </template> </template> --> <template v-if="permission.tickets_repeat_review"> <el-button