Commit 285dbe28 authored by 黄奎's avatar 黄奎

11

parent a55854bb
...@@ -192,9 +192,10 @@ ...@@ -192,9 +192,10 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item label="开业时间"> <el-form-item label="开业时间">
<el-date-picker v-model="addMsg.OpenTime" clearable value-format="yyyy-MM-dd HH:mm:ss" size="small" <el-input v-model="addMsg.OpenTime" size="small" placeholder="请输入开业时间"></el-input>
<!-- <el-date-picker v-model="addMsg.OpenTime" clearable value-format="yyyy-MM-dd HH:mm:ss" size="small"
type="datetime" placeholder="请选择开业时间"> type="datetime" placeholder="请选择开业时间">
</el-date-picker> </el-date-picker> -->
</el-form-item> </el-form-item>
<!-- <el-form-item label="项目类型" prop="ProjectType"> <!-- <el-form-item label="项目类型" prop="ProjectType">
<el-select <el-select
......
This diff is collapsed.
...@@ -311,9 +311,9 @@ ...@@ -311,9 +311,9 @@
<i class="el-icon-menu"></i><span>咨询管理</span> <i class="el-icon-menu"></i><span>咨询管理</span>
</li> </li>
<li class="menu_item" :class="{ Fchecked: isChecked == '/realAuthentication' }" @click=" <li class="menu_item" :class="{ Fchecked: isChecked == '/ybRealAuthentication' }" @click="
(isChecked = '/realAuthentication'), (isChecked = '/ybRealAuthentication'),
CommonJump('realAuthentication') CommonJump('ybRealAuthentication')
"> ">
<i class="el-icon-menu"></i><span>企业认证</span> <i class="el-icon-menu"></i><span>企业认证</span>
</li> </li>
......
This diff is collapsed.
...@@ -820,7 +820,7 @@ export default new Router({ ...@@ -820,7 +820,7 @@ export default new Router({
name: 'BrandManager', name: 'BrandManager',
component: resolve => require(['@/components/tradePavilion/BrandEnterpriseManager'], resolve), component: resolve => require(['@/components/tradePavilion/BrandEnterpriseManager'], resolve),
}, },
//企业服务管理 //企业服务管理
{ {
path: '/firmManager', path: '/firmManager',
...@@ -863,6 +863,12 @@ export default new Router({ ...@@ -863,6 +863,12 @@ export default new Router({
name: 'realAuthentication', name: 'realAuthentication',
component: resolve => require(['@/components/tradePavilion/realAuthentication'], resolve), component: resolve => require(['@/components/tradePavilion/realAuthentication'], resolve),
}, },
//商载通--企业认证
{
path: '/ybRealAuthentication',
name: 'ybRealAuthentication',
component: resolve => require(['@/components/tradePavilion/ybRealAuthentication'], resolve),
},
//贸易管理--品牌分类 //贸易管理--品牌分类
{ {
path: '/brandClassification', path: '/brandClassification',
......
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