Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-11-13 09:38:05 +08:00
commit 4b406f96fc
2 changed files with 18 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<!-- 选择自定义slot -->
<template slot="tip-slot" slot-scope="{ scope }">
<i
v-if="diffTime(scope.row.LastLoginTime) >= 6"
v-if="diffTime(scope.row.LastLoginTime) >= 90"
class="el-icon-warning"
style="color: #f56c6c"
:title="$t('system:userlist:tip:overTime')"
@ -363,7 +363,7 @@ export default {
},
methods: {
diffTime(time) {
return moment(new Date()).diff(time, 'months')
return moment(new Date()).diff(time, 'days')
},
//
getList() {

View File

@ -165,6 +165,22 @@ export default {
this.loading = false
})
break
case 17:
searchData.ReadingExportType = 17
getCommonJudgeRatioList_Export(searchData)
.then((res) => {})
.catch(() => {
this.loading = false
})
break
case 18:
searchData.ReadingExportType = 18
getCommonJudgeRatioList_Export(searchData)
.then((res) => {})
.catch(() => {
this.loading = false
})
break
}
},
getTrialCriterionList() {