|
@@ -11,8 +11,8 @@
|
|
|
3、日志支持每月、每周、每次汇报,可自行根据需要设置“日志积分规则
|
|
|
</div>
|
|
|
<div class="flex-box-end" style="margin-top: 20px;">
|
|
|
- <el-button v-if="$authoritys() != 'dept_manager' && $authoritys() != 'employee'" type="primary" @click="isShowLog = true">刷新汇报记录</el-button>
|
|
|
- <el-button size="small" plain @click="add()">添加日志模板</el-button>
|
|
|
+ <el-button v-if="$authoritys() != 'dept_manager' && $authoritys() != 'employee'" plain @click="isShowLog = true">刷新汇报记录</el-button>
|
|
|
+ <el-button type="primary" @click="add()">添加日志模板</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-table ref="multipleTable" :data="list" tooltip-effect="dark" align="center" v-loading="loading">
|