Commit d01c14b6 authored by 黄奎's avatar 黄奎

页面修改

parent e86ee191
...@@ -261,7 +261,7 @@ export default { ...@@ -261,7 +261,7 @@ export default {
}); });
this.getLogList(); this.getLogList();
this.getMsg(); this.getMsg();
if (this.userInfo.IsTenCccUser == 1) { if (this.userInfo &&this.userInfo.IsTenCccUser == 1) {
this.injectTCCC( this.injectTCCC(
this.userInfo.TenCccToken.Token, this.userInfo.TenCccToken.Token,
1400617921, 1400617921,
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="page-content"> <div class="page-content">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table" <q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table"
separator="none" :data="dataList" :columns="columns"> separator="none" :data="dataList" :columns="columns">
<template v-slot> <template v-slot:top>
<div class="col-2 q-table__title">科目管理</div> <div class="col-2 q-table__title">科目管理</div>
<q-space /> <q-space />
<div class="page-option"> <div class="page-option">
......
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