mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 23:06:44 +08:00
申请列表--已审批跳转可以详情后反显审批结果和审批信息
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { Icon, Image as VanImage } from 'vant'
|
||||
import { Icon, Image } from 'vant'
|
||||
|
||||
export default {
|
||||
name: 'IndexBar',
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
},
|
||||
components: {
|
||||
[Icon.name]: Icon,
|
||||
[VanImage.name]: VanImage
|
||||
[Image.name]: Image
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { Icon, Image as VanImage } from 'vant'
|
||||
import { Icon, Image } from 'vant'
|
||||
|
||||
export default {
|
||||
name: 'IndexBar',
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
},
|
||||
components: {
|
||||
[Icon.name]: Icon,
|
||||
[VanImage.name]: VanImage
|
||||
[Image.name]: Image
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Image as VanImage } from 'vant'
|
||||
import { Image } from 'vant'
|
||||
import CacheUtils from '@/assets/js/utils/cacheUtils'
|
||||
export default {
|
||||
name: 'ProgressBar',
|
||||
components: {
|
||||
[VanImage.name]: VanImage
|
||||
[Image.name]: Image
|
||||
},
|
||||
props: {
|
||||
active: {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<div v-else class='text-center'>
|
||||
<img class='mt40 w200' src='../../../assets/images/pic_page-non.png' />
|
||||
<p class='mt15'>暂无数据</p>
|
||||
<p class='mt15'>{{ locationHashFlag !== -1 ? '暂无数据':'暂无数据,请在我的资料或申请流程中添加父母信息' }}</p>
|
||||
</div>
|
||||
</van-index-bar>
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
import { getAllowanceBaseList, check } from '@/api/ebiz/parentList/parentList'
|
||||
import { getAllowanceBaseDetail } from '@/api/ebiz/allowance/myInfo'
|
||||
import dataDictionary from '@/assets/js/utils/data-dictionary' //根据数据字典找到用户等级
|
||||
import utils from '@/assets/js/business-common'
|
||||
import { IndexBar, IndexAnchor, Tag, Icon, Dialog } from 'vant'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { Icon, Image as VanImage } from 'vant'
|
||||
import { Icon, Image } from 'vant'
|
||||
export default {
|
||||
name: 'IndexBar',
|
||||
props: {
|
||||
@@ -46,7 +46,7 @@ export default {
|
||||
},
|
||||
components: {
|
||||
[Icon.name]: Icon,
|
||||
[VanImage.name]: VanImage
|
||||
[Image.name]: Image
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user