提交 013e2b25 authored 作者: 邓文彬's avatar 邓文彬

fix(功能走查): 功能走查88%

上级 45920574
......@@ -8,9 +8,7 @@
}
},
{ //主页
"path": "pages/index/index"
},
{ //操作日志
"path": "pages/index/operLog"
},
......
差异被折叠。
差异被折叠。
......@@ -59,7 +59,7 @@
<!-- 不可删除 -->
<text class="xuxian">......</text>
<text class="bold">{{ item.name || item.user }} </text>
<text class="bold"> {{ item.roleName }} {{ item.user }} </text>
<text class="text">操作</text>
<text class="bold">{{ item.module }}{{ item.type }}</text>
<text v-if="item.detail" class="text">内容</text>
......
......@@ -55,8 +55,8 @@ export default {
// user: "bjqxj",
// pd: "JF85250920",
user: "hzsgjy", // 超管账号
pd: "JFXJ85250920",
user: "admin", // 超管账号
pd: "JF123456",
},
backButtonPress: 0,
personList: [],
......
......@@ -18,21 +18,21 @@
<view class="seize-seat"> </view>
<view class="container box-shaow-box">
<view class="image-item top-image">
<!-- <view class="image-item top-image">
<image
src="../../static/img/report-table/index.png"
src="@/static/img/add-img/jf_table.png"
mode="widthFix"
></image>
</view>
</view> -->
<view class="image-item top-image">
<image
src="../../static/img/report-table/report1.png"
src="@/static/img/add-img/jd_table.png"
mode="widthFix"
></image>
</view>
<view class="image-item" v-for="(item, index) in 17">
<image :src="checkImage(item)" mode="widthFix"></image>
</view>
</view>
</view>
</view>
......@@ -90,8 +90,8 @@ export default {
justify-sampletable: space-between;
.image-item {
width: 341.18rpx;
height: 464.71rpx;
width: 70%;
// height: 100%;
background-color: #ffffff;
box-shadow: 0px 0px 9.41rpx 0px rgba(84, 116, 232, 0.2);
border-radius: 4px;
......
......@@ -35,13 +35,12 @@ export const getLogContent = (type, detail = "", module = "其他模块") => {
const now_user = store.state.now_user;
let timeStr = moment().format("yyyy-MM-DD HH:mm:ss");
return {
name: now_user.user,
level: "秘密",
user: now_user.user,
module,
detail,
type,
time: timeStr,
...now_user
};
};
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论