【FEAT】新增问卷测评部分逻辑

(cherry picked from commit eb15794b9a)
This commit is contained in:
勾通
2025-10-13 09:34:55 +08:00
parent 0ded892703
commit 958c8f8b01
8 changed files with 1020 additions and 17 deletions

View File

@@ -38,7 +38,11 @@ import {
PullRefresh,
List,
Image as VanImage,
Sticky
Sticky,
Radio,
RadioGroup,
Checkbox,
CheckboxGroup
} from 'vant'
Vue.use(Cell)
Vue.use(CellGroup)
@@ -66,6 +70,10 @@ Vue.use(List)
Vue.use(VanImage)
Vue.use(Sticky)
Vue.use(animated)
Vue.use(Radio)
Vue.use(RadioGroup)
Vue.use(Checkbox)
Vue.use(CheckboxGroup)
Vue.prototype.$assetsUrl = config.assetsUrl
Vue.prototype.$assetsUpUrl = config.assetsUpUrl