| src/views/tickets/orderLog.vue | ●●●●● patch | view | raw | blame | history |
src/views/tickets/orderLog.vue
@@ -176,14 +176,13 @@ >审核</el-button > </template> <template v-if=" <!-- v-if=" (userInfo.user_id == row.create_user || hasRecallPaddingBtnPermission()) && row.status == 1 " > " --> <template v-if="row.status == 1"> <!--待审核状态--> <el-button type="text" icon="el-icon-warning" @click="orderLogRecall(row.id)" <el-button type="text" icon="el-icon-warning" @click="orderLogRecall(row.id)" >撤回</el-button > </template> @@ -1560,7 +1559,7 @@ & > ::v-deep(.el-button) { flex: 1; max-width: 44px; margin-right: 10px; &:nth-child(4n) { margin-left: 0; }