Commit c5921380 authored by gengchunlei's avatar gengchunlei

Merge branch 'chronic-dev' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-dev

parents 832073f6 62df93a4
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
components: { BaseInfo, FormCont }, components: { BaseInfo, FormCont },
data() { data() {
return { return {
step: 1 step: 2
} }
}, },
computed: { computed: {
......
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
<div></div> <div></div>
</div> </div>
<div style='height: 80%;overflow: auto'> <div style='height: 80%;overflow: auto'>
<CheckBtn <CheckBtn clearable
column-1 column-1
:options='exerciseFrequencyList' :options='exerciseFrequencyList'
v-model:value='form.exerciseFrequency' v-model:value='form.exerciseFrequency'
......
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