Commit b9d3fa54 by Sweet Zhang

修改新单跟进

parent a31dd98b
......@@ -71,49 +71,6 @@ export const constantRoutes = [
}
]
}
// {
// path: '',
// component: Layout,
// redirect: '/index',
// children: [
// {
// path: '/index',
// component: () => import('@/views/index'),
// name: 'Index',
// meta: { title: '首页', icon: 'dashboard', affix: true }
// }
// ]
// },
// {
// path: '/user',
// component: Layout,
// hidden: true,
// redirect: 'noredirect',
// children: [
// {
// path: 'profile/:activeTab?',
// component: () => import('@/views/system/user/profile/index'),
// name: 'Profile',
// meta: { title: '个人中心', icon: 'user' }
// }
// ]
// },
// {
// path: '/tenant',
// component: Layout,
// meta: { title: '租户管理', icon: 'tree' },
// children: [
// {
// path: 'index',
// name: 'Tenant',
// component: () => import('@/views/system/tenant/index'),
// meta: {
// title: '租户管理',
// tagsView: true // 关键:启用标签页显示
// }
// }
// ]
// }
]
// 动态路由,基于用户权限动态去加载
......
......@@ -30,7 +30,7 @@
</div>
</div>
<div class="right">
<div v-if="appointmentSummeryInfo.status == '2'">
<div v-if="appointmentSummeryInfo.status == '2'" style="margin-right: 10px">
<el-button
v-if="pageSource !== 'policyList' && idsObj.appointmentBizId"
type="warning"
......@@ -525,7 +525,7 @@ const tabsList = ref([
// key: 'policyTransfer'
// },
{
label: '附件', //大提交的时候不用提交了,因为上传文件的时候已经入库了
label: '预约附件', //大提交的时候不用提交了,因为上传文件的时候已经入库了
name: 'accessories',
id: 10,
status: '0',
......
......@@ -74,6 +74,7 @@
<PolicyDetail v-model="policyDetailFormData" :policyBizId="selectedRow.policyBizId" :mode="mode"
ref="policyDetailFormRef" @submit="onSubmit" @cancel="viewDetailDialogFlag = false"
v-if="viewDetailDialogFlag" />
</CommonDialog>
......
......@@ -5,7 +5,7 @@
<el-col :sm="12" :lg="12" :xs="24">
<div class="headerLeft">
<div class="top">欢迎!</div>
<div class="bottom">王力群</div>
<div class="bottom">CSF</div>
</div>
</el-col>
<el-col :sm="12" :lg="12" :xs="24" class="right">
......
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