This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
科目选择弹出层组件
wulanhaote
zhao
2 years ago
parent
0f3453de21
commit
fedd18bd24
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/form/SubjectTreeChooser.vue
+1
-1
src/components/form/SubjectTreeChooserNodeItem.vue
+ 1
- 1
src/components/form/SubjectTreeChooser.vue
View File
@@ -1,4 +1,4 @@
<!--
级联树选择器表单
组件 zhao -->
<!--
会计科目选择弹出层
组件 zhao -->
<template>
<van-popup v-model="popupVisible" position="bottom" :style="{'height': height || 'unset',}">
<van-search
+ 1
- 1
src/components/form/SubjectTreeChooserNodeItem.vue
View File
@@ -1,4 +1,4 @@
<!--
级联树选择器表单
组件 zhao -->
<!--
会计科目选择节点
组件 zhao -->
<template>
<van-collapse v-model="active">
<template v-for="(subject, index) in subjects">
Write
Preview
Loading…
Cancel
Save