Commit 1879918f by 无尘

feat: 增加考勤

parent 3920a72f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-03-20 14:36:37 * @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2019-12-11 09:34:53 * @LastEditTime: 2019-12-11 10:43:18
--> -->
<template> <template>
<div class="my-customer-wrap common-set-wrap"> <div class="my-customer-wrap common-set-wrap">
...@@ -40,8 +40,8 @@ export default { ...@@ -40,8 +40,8 @@ export default {
bgHeight: window.screen.availHeight - 380 + 'px', bgHeight: window.screen.availHeight - 380 + 'px',
appName: '考勤打卡', appName: '考勤打卡',
appIcon: 'icon-ribao', appIcon: 'icon-ribao',
activeSelTab: '1', activeSelTab: '11',
activeTab: '1', activeTab: '11',
tabListData: [ tabListData: [
{ {
tabId: '1', tabId: '1',
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2019-09-18 15:25:12 * @Date: 2019-09-18 15:25:12
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2019-12-10 19:05:22 * @LastEditTime: 2019-12-12 18:06:07
--> -->
<!-- <!--
...@@ -274,7 +274,7 @@ export default { ...@@ -274,7 +274,7 @@ export default {
const that = this; const that = this;
that.materialPreviewData = { that.materialPreviewData = {
materialTitle: row.titleName, // 标题 materialTitle: row.titleName, // 标题
materialContent: '' // 发送内容 materialContent: row.mediaUrl // 发送内容
}; };
that.previewVisible = true; that.previewVisible = true;
}, },
......
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