报错修复

This commit is contained in:
2026-08-25 17:17:00 +08:00
parent f60db56719
commit a731eafe29
2 changed files with 12 additions and 5 deletions
@@ -67,7 +67,7 @@
type="text"
icon="el-icon-circle-close"
style="color: #f56c6c"
:disabled="scope.row.ty"
:disabled="scope.row.ty === 1"
@click="handleDisable(scope.row)"
>停用</el-button>
</template>