隐藏绑定设备按钮

This commit is contained in:
2024-03-18 16:50:32 +08:00
parent 4e0cb1e12f
commit 7cec829463

View File

@@ -105,8 +105,7 @@
<!--<el-button v-if="scope.row.memberFlag === '0'" type="text" size="small"
@click="outerVisible = true">绑定设备
</el-button>-->
<el-button type="text" size="small" @click="handleUpdate(scope.row.templateId)">修改费率
</el-button>
<el-button type="text" size="small" @click="handleUpdate(scope.row.templateId)">修改费率</el-button>
<el-button type="text" size="small" @click="delBilling(scope.row.templateId)">删除</el-button>
</template>
</el-table-column>