Commit fdee70d0 authored by gengchunlei's avatar gengchunlei

居民端小程序 随访列表

parent fb6fde85
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import url('../utils/common.less'); @import url('../../utils/common.less');
table { table {
text-align: left; text-align: left;
border-bottom: 1px solid var(--van-cell-border-color); border-bottom: 1px solid var(--van-cell-border-color);
......
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import url('../utils/common.less'); @import url('../../utils/common.less');
table { table {
text-align: left; text-align: left;
border-bottom: 1px solid var(--van-cell-border-color); border-bottom: 1px solid var(--van-cell-border-color);
......
This diff is collapsed.
...@@ -101,12 +101,12 @@ const routes = [ ...@@ -101,12 +101,12 @@ const routes = [
{ {
path: 'screening/firstDetail/:id', path: 'screening/firstDetail/:id',
name: 'resident-screening-first-detail-id', name: 'resident-screening-first-detail-id',
component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/FirstDetail.vue') component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/detail/FirstDetail.vue')
}, },
{ {
path: 'screening/secondDetail/:id', path: 'screening/secondDetail/:id',
name: 'resident-screening-first-detail-id', name: 'resident-screening-first-detail-id',
component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/SecondDetail.vue') component: () => import(/* webpackChunkName: "residentWX-screening" */ '@/residentWX/screening/detail/SecondDetail.vue')
} }
......
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