Commit 043ea0aa authored by 罗超's avatar 罗超

1

parent cf99ff1d
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<div class="q-gutter-lg"> <div class="q-gutter-lg">
<q-radio <q-radio
v-model="configMsg.ClueType" v-model="configMsg.ClueType"
:val="1" :val="2"
label="自动分配" label="自动分配"
@update:model-value="configChange" @update:model-value="configChange"
></q-radio> ></q-radio>
<q-radio <q-radio
v-model="configMsg.ClueType" v-model="configMsg.ClueType"
:val="2" :val="1"
label="手动分配" label="手动分配"
@update:model-value="configChange" @update:model-value="configChange"
></q-radio> ></q-radio>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment