Commit 20c06c31 by Lyan

文字修改

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