rev:更新

This commit is contained in:
2024-07-25 11:27:36 +08:00
parent 6935923b8c
commit f5a6fe6e93
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@
type="text"
icon="el-icon-error"
@click="doOperate(scope.row, 'b')"
:disabled="scope.row.status==='80' || scope.row.status==='82' || scope.row.status==='82'"
:disabled="scope.row.status==='80' || scope.row.status==='82' || scope.row.status==='90'"
>取消
</el-button>
</template>