Browse Source

fix:修改instant部分字段

pull/111/head
肖晋飞 2 weeks ago
parent
commit
6266e355bc
  1. 2
      src/views/run/instant/index.vue

2
src/views/run/instant/index.vue

@ -221,7 +221,7 @@ function handleWarnConfig(record: Recordable) {
<!-- </template>--> <!-- </template>-->
<template #status="{ record }"> <template #status="{ record }">
<Switch <Switch
v-model:checked="record.instantStatus" :checked-value="1" :un-checked-value="0" checked-children="开" v-model:checked="record.status" :checked-value="1" :un-checked-value="0" checked-children="开"
un-checked-children="关" @change="updateStatus(record)" un-checked-children="关" @change="updateStatus(record)"
/> />
</template> </template>

Loading…
Cancel
Save