Commit 20c06c31 by Lyan

文字修改

parent f2ef9dba
<template>
<div class="fqtable">
<div class="row fqthead">
<div class="col-lg-2">序号</div>
<div class="col-lg-8">标题</div>
<div class="col-lg-1">序号</div>
<div class="col-lg-9">标题</div>
<div class="col-lg-2">类型</div>
</div>
<div class="fqtbody">
<div class="row" v-for="(tmp, i) in list" :key="i" @click="handelClick(tmp)">
<div class="col-lg-2">{{i+1}}</div>
<div class="col-lg-8">{{tmp.name}}</div>
<div class="col-lg-1">{{i+1}}</div>
<div class="col-lg-9">{{tmp.name}}</div>
<div class="col-lg-2">{{ tmp.types && tmp.types.name}}</div>
</div>
</div>
......@@ -33,6 +33,7 @@ export default {
align-items: center;
margin: 0;
padding: 10px 0;
font-size: 14px;
li {
&:nth-child(1) {
width: 116px;
......
......@@ -70,7 +70,7 @@
</table>
</div>
<div class="notice-note" style="text-align: right">
<br />2020年2月28
<br />2022年6月30
</div>
</div>
</div>
......
......@@ -50,7 +50,7 @@
<p class="list-cnt">
快速申请、维护GLN信息,并对外提供GLN信息查询验证。帮助企业在EDI、GDSN、海关、追溯等应用场景中,有效识别企业主体与地理位置等信息。
</p>
<div v-if="!tycpdmFirmInfo || (tycpdmFirmInfo.logoutFlag === -1 || tycpdmFirmInfo.logoutFlag === null)" class="list-img row">
<!-- <div v-if="!tycpdmFirmInfo || (tycpdmFirmInfo.logoutFlag === -1 || tycpdmFirmInfo.logoutFlag === null)" class="list-img row">
<div class="img-p col-lg-4">
<a href="/MyManage/UnVerify/vendor">
<img src="../../../assets/image/mymanage/tx.png" alt="" />
......@@ -69,7 +69,7 @@
<p>审核状态</p>
</a>
</div>
</div>
</div> -->
</li>
<!-- 一期先不上线检测校准申请,暂时把个人中心首页的检测校准申请相关内容进行隐藏(包括检测校准申请菜单项)-->
<!-- 校准未认证 -->
......
......@@ -129,12 +129,12 @@ export default {
index: 0,
link: "/MyManage/UnVerify/personalInfo",
},
{
id: uuid("gs_nav"),
name: "企业信息",
index: 1,
link: '/MyManage/SystemMember/companyInfo'
},
// {
// id: uuid("gs_nav"),
// name: "企业信息",
// index: 1,
// link: '/MyManage/SystemMember/companyInfo'
// },
{
id: uuid("gs_nav"),
name: "修改登录密码",
......@@ -176,12 +176,12 @@ export default {
index: 2,
link: "/MyManage/admin/status_change",
},
{
id: uuid("gs_nav"),
name: "企业信息修改",
index: 3,
link: "/MyManage/admin/ent_info",
},
// {
// id: uuid("gs_nav"),
// name: "企业信息修改",
// index: 3,
// link: "/MyManage/admin/ent_info",
// },
{
id: uuid("gs_nav"),
name: "日志查看",
......@@ -257,21 +257,21 @@ export default {
this.routerList[2].children = this.routerList[2].children.filter(item => item.name !== '修改手机号码')
}
this.routerList[0].link = '/MyManage/SystemMember/index'
if (this.loginInfo.isXT === 1 && this.loginInfo.carno) { // 申请条码卡的系统成员有企业信息菜单 和 变更企业信息菜单
this.routerList[2].children.push({
id: uuid("gs_nav"),
name: "企业信息",
index: 3,
link: '/MyManage/SystemMember/companyInfo'
})
this.routerList[2].children.push({ // 不做任何页面跳转,只是给出提示
id: uuid("gs_nav"),
name: "变更企业信息",
index: 4,
link: '',
alert: () => {window.alert('系统成员请联系所属分支机构办理企业信息变更!')}
})
}
// if (this.loginInfo.isXT === 1 && this.loginInfo.carno) { // 申请条码卡的系统成员有企业信息菜单 和 变更企业信息菜单
// this.routerList[2].children.push({
// id: uuid("gs_nav"),
// name: "企业信息",
// index: 3,
// link: '/MyManage/SystemMember/companyInfo'
// })
// this.routerList[2].children.push({ // 不做任何页面跳转,只是给出提示
// id: uuid("gs_nav"),
// name: "变更企业信息",
// index: 4,
// link: '',
// alert: () => {window.alert('系统成员请联系所属分支机构办理企业信息变更!')}
// })
// }
if (this.loginInfo.userType === 2) { // 条码卡登陆用户,修改登录密码给出提示
this.routerList[2].children.some(item => {
const isReturn = item.name === '修改登录密码'
......
......@@ -187,14 +187,15 @@
</p>
<p class="row justify-content-center">
<span class="col-lg-4">支俊凯<i class="bi bi-telephone-fill"></i>010-84295518<i
class="bi bi-envelope-fill"
></i
>zhijk@ancc.org.cn</span>
<span class="col-lg-4">李弘凯<i
class="bi bi-telephone-fill"
></i
>010-84295522<i class="bi bi-envelope-fill"></i>lihk@ancc.org.cn</span>
<span class="col-lg-4">支俊凯<i class="bi bi-telephone-fill"></i>010-84295518<i
class="bi bi-envelope-fill"
></i
>zhijk@ancc.org.cn</span>
</p>
</div>
</div>
......@@ -382,7 +383,7 @@ export default {
async getQRCodeList() {
const params = {
page: "1",
size: '6',
size: '9',
};
const listRes = await this.$api.sell.getQRCodeList(params);
const { returnCode, data } = listRes;
......
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