Update index.vue

parent 777156e4
......@@ -178,7 +178,7 @@
>
<template v-slot:body-cell-action="rowData">
<q-td style="padding: 0; text-align: center">
<div v-if="rowData.row.status !== 1 && rowData.row.status ! == 2" style="display: flex">
<div v-if="rowData.row.status !== 1 && rowData.row.status !== 2" style="display: flex">
<q-btn
flat
round
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment