|
@@ -12,7 +12,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="12" class="right flex-rt">
|
|
<el-col :span="12" class="right flex-rt">
|
|
|
<p class="current-score"> 当月分值: <span> {{ hosScore }} </span>分</p>
|
|
<p class="current-score"> 当月分值: <span> {{ hosScore }} </span>分</p>
|
|
|
- <el-button type="primary" icon="el-icon-document-copy" size="mini" @click="handleCopy">复制上月</el-button>
|
|
|
|
|
|
|
+ <el-button v-if="isPermitted" type="primary" icon="el-icon-document-copy" size="mini" @click="handleCopy">复制上月</el-button>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-document" size="mini" @click="handleExport">导出</el-button>
|
|
<el-button type="primary" icon="el-icon-document" size="mini" @click="handleExport">导出</el-button>
|
|
|
|
|
|