feat(creditCompany): 为信用公司信息标签页添加数据状态指示
- 在标签页标题中添加徽章显示数据数量 - 实现 tabHasData 方法检查标签页是否有数据 - 为有数据的标签页添加高亮样式 - 为有数据的表格添加边框高亮效果 - 优化标签页标题的显示样式
This commit is contained in:
@@ -25,11 +25,6 @@ export const routes = [
|
||||
component: () => import('@/views/passport/register/index.vue'),
|
||||
meta: { title: '注册' }
|
||||
},
|
||||
{
|
||||
path: '/bszx/pay-cert/:id',
|
||||
component: () => import('@/views/bszx/bszxPayCert/index.vue'),
|
||||
meta: { title: '查看证书' }
|
||||
},
|
||||
{
|
||||
path: '/dealer/register',
|
||||
component: () => import('@/views/passport/dealer/register.vue'),
|
||||
@@ -50,16 +45,6 @@ export const routes = [
|
||||
component: () => import('@/views/passport/merchant/apply.vue'),
|
||||
meta: { title: '商家入驻申请' }
|
||||
},
|
||||
{
|
||||
path: '/merchant/success',
|
||||
component: () => import('@/views/passport/merchant/success.vue'),
|
||||
meta: { title: '申请提交成功' }
|
||||
},
|
||||
{
|
||||
path: '/led',
|
||||
component: () => import('@/views/led/index.vue'),
|
||||
meta: { title: '医生出诊信息表' }
|
||||
},
|
||||
// {
|
||||
// path: '/forget',
|
||||
// component: () => import('@/views/passport/forget/index.vue'),
|
||||
|
||||
Reference in New Issue
Block a user