设备双MAC在线状态
This commit is contained in:
parent
a25704662c
commit
5219b1507a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user