|
@@ -16,12 +16,12 @@
|
|
@change="getDesktopList"
|
|
@change="getDesktopList"
|
|
:clearable="false"
|
|
:clearable="false"
|
|
type="date"
|
|
type="date"
|
|
- placeholder="选择日期"
|
|
|
|
|
|
+ :placeholder="this.$t('optiondate')"
|
|
></el-date-picker>
|
|
></el-date-picker>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item style="float:right;">
|
|
<el-form-item style="float:right;">
|
|
- <span style="color:#aaa;font-size:12px;">(员工安装客户端,领导即可查看工作桌面远程监管)</span>
|
|
|
|
- <el-link type="primary" :underline="false" href="http://gsgj.ttkuaiban.com/download.html" target="_blank">客户端下载</el-link>
|
|
|
|
|
|
+ <span style="color:#aaa;font-size:12px;">{{ $t('yuanGongAnZhuangKeHuDuanLingDaoJiKeChaKanGongZuoZhuoMianYuanChengJianGuan') }}</span>
|
|
|
|
+ <el-link type="primary" :underline="false" href="http://gsgj.ttkuaiban.com/download.html" target="_blank">{{ $t('keHuDuanXiaZai') }}</el-link>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -29,7 +29,7 @@
|
|
<!-- 卡片列表 -->
|
|
<!-- 卡片列表 -->
|
|
<div>
|
|
<div>
|
|
<el-col :span="24" v-if="desktopList.length == 0" style="padding: 200px 0;text-align:center;cursor:pointer">
|
|
<el-col :span="24" v-if="desktopList.length == 0" style="padding: 200px 0;text-align:center;cursor:pointer">
|
|
- <el-link :underline="false" type="primary" @click="getHavePic">今日暂无截图,点击查看近期</el-link>
|
|
|
|
|
|
+ <el-link :underline="false" type="primary" @click="getHavePic">{{ $t('jinRiZanWuJieTuDianJiChaKanJinQi') }}</el-link>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6" v-for="(item, index) in desktopList" :key="index" class="one_div">
|
|
<el-col :span="6" v-for="(item, index) in desktopList" :key="index" class="one_div">
|
|
<el-card :body-style="{ padding: '0px' }" shadow="hover" class="one_card">
|
|
<el-card :body-style="{ padding: '0px' }" shadow="hover" class="one_card">
|
|
@@ -41,7 +41,7 @@
|
|
</el-image>
|
|
</el-image>
|
|
<div :id="'over'+index" class="over">
|
|
<div :id="'over'+index" class="over">
|
|
<el-button type="primary" plain @click.native="jumpTo(item.id)">
|
|
<el-button type="primary" plain @click.native="jumpTo(item.id)">
|
|
- <i class="fa fa-link"></i> 所有截图
|
|
|
|
|
|
+ <i class="fa fa-link"></i> {{ $t('suoYouJieTu') }}
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -149,29 +149,29 @@
|
|
converType(type) {
|
|
converType(type) {
|
|
switch (type) {
|
|
switch (type) {
|
|
case 0:
|
|
case 0:
|
|
- return "其他工作";
|
|
|
|
|
|
+ return this.$t('qiTaGongZuo');
|
|
case 1:
|
|
case 1:
|
|
- return "研发";
|
|
|
|
|
|
+ return this.$t('yanFa');
|
|
case 2:
|
|
case 2:
|
|
- return "上网";
|
|
|
|
|
|
+ return this.$t('shangWang');
|
|
case 3:
|
|
case 3:
|
|
- return "文档";
|
|
|
|
|
|
+ return this.$t('wenDang');
|
|
case 4:
|
|
case 4:
|
|
- return "设计";
|
|
|
|
|
|
+ return this.$t('sheJi');
|
|
case 5:
|
|
case 5:
|
|
- return "美工";
|
|
|
|
|
|
+ return this.$t('meiGong');
|
|
case 6:
|
|
case 6:
|
|
- return "运营";
|
|
|
|
|
|
+ return this.$t('yunYing');
|
|
case 7:
|
|
case 7:
|
|
- return "看小说";
|
|
|
|
|
|
+ return this.$t('kanXiaoShuo');
|
|
case 8:
|
|
case 8:
|
|
- return "影视娱乐";
|
|
|
|
|
|
+ return this.$t('yingShiYuLe');
|
|
case 9:
|
|
case 9:
|
|
- return "听音乐";
|
|
|
|
|
|
+ return this.$t('tingYinLe');
|
|
case 10:
|
|
case 10:
|
|
- return "聊天";
|
|
|
|
|
|
+ return this.$t('liaoTian');
|
|
default:
|
|
default:
|
|
- return "未知";
|
|
|
|
|
|
+ return this.$t('weiZhi');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|