设备双MAC在线状态
This commit is contained in:
parent
a25704662c
commit
5219b1507a
|
@ -248,14 +248,14 @@
|
||||||
v-has-permi="['system:bill:close']"
|
v-has-permi="['system:bill:close']"
|
||||||
v-show="canClose(d.row)"
|
v-show="canClose(d.row)"
|
||||||
>结束订单</el-button>
|
>结束订单</el-button>
|
||||||
<el-button
|
<!-- <el-button-->
|
||||||
size="small"
|
<!-- size="small"-->
|
||||||
type="text"
|
<!-- type="text"-->
|
||||||
icon="el-icon-refresh"
|
<!-- icon="el-icon-refresh"-->
|
||||||
@click="handleFix(d.row)"
|
<!-- @click="handleFix(d.row)"-->
|
||||||
v-has-permi="['system:bill:fix']"
|
<!-- v-has-permi="['system:bill:fix']"-->
|
||||||
v-show="canFix(d.row)"
|
<!-- v-show="canFix(d.row)"-->
|
||||||
>修复旧数据</el-button>
|
<!-- >修复旧数据</el-button>-->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user