设备双MAC在线状态

This commit is contained in:
墨大叔 2024-10-07 17:11:00 +08:00
parent a25704662c
commit 5219b1507a

View File

@ -248,14 +248,14 @@
v-has-permi="['system:bill:close']"
v-show="canClose(d.row)"
>结束订单</el-button>
<el-button
size="small"
type="text"
icon="el-icon-refresh"
@click="handleFix(d.row)"
v-has-permi="['system:bill:fix']"
v-show="canFix(d.row)"
>修复旧数据</el-button>
<!-- <el-button-->
<!-- size="small"-->
<!-- type="text"-->
<!-- icon="el-icon-refresh"-->
<!-- @click="handleFix(d.row)"-->
<!-- v-has-permi="['system:bill:fix']"-->
<!-- v-show="canFix(d.row)"-->
<!-- >修复旧数据</el-button>-->
</template>
</el-table-column>
</el-table>