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

11

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