fix cold stage label (#532)

This commit is contained in:
Fine0830
2026-03-08 20:37:44 +08:00
committed by GitHub
parent cf330e6cfd
commit 64e2cab386

View File

@@ -54,8 +54,8 @@ limitations under the License. -->
<el-switch
v-model="coldStage"
inline-prompt
active-text="Cold Excluded"
inactive-text="Cold Only"
inactive-text="Cold Excluded"
active-text="Cold Only"
@change="changeDataMode"
width="105px"
/>