|
@@ -61,8 +61,9 @@
|
|
plain
|
|
plain
|
|
:disabled="disSetScore(scope.row)"
|
|
:disabled="disSetScore(scope.row)"
|
|
@click="openEdtDialog(scope.row)"
|
|
@click="openEdtDialog(scope.row)"
|
|
|
|
+ icon="el-icon-edit"
|
|
>
|
|
>
|
|
- 分段设定
|
|
|
|
|
|
+ 分数段
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
v-if="scope.row.reportStatus == 'NONE'"
|
|
v-if="scope.row.reportStatus == 'NONE'"
|
|
@@ -70,8 +71,9 @@
|
|
type="primary"
|
|
type="primary"
|
|
plain
|
|
plain
|
|
@click="doCompute(scope.row)"
|
|
@click="doCompute(scope.row)"
|
|
|
|
+ icon="el-icon-finished"
|
|
>
|
|
>
|
|
- 开始统计
|
|
|
|
|
|
+ 计算
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
v-if="scope.row.reportStatus != 'NONE'"
|
|
v-if="scope.row.reportStatus != 'NONE'"
|
|
@@ -80,8 +82,9 @@
|
|
plain
|
|
plain
|
|
:disabled="disReCompute(scope.row)"
|
|
:disabled="disReCompute(scope.row)"
|
|
@click="doCompute(scope.row)"
|
|
@click="doCompute(scope.row)"
|
|
|
|
+ icon="el-icon-refresh-right"
|
|
>
|
|
>
|
|
- 重新统计
|
|
|
|
|
|
+ 重算
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
@@ -89,16 +92,18 @@
|
|
:disabled="disViewReport(scope.row)"
|
|
:disabled="disViewReport(scope.row)"
|
|
plain
|
|
plain
|
|
@click="viewReport(scope.row.id)"
|
|
@click="viewReport(scope.row.id)"
|
|
|
|
+ icon="el-icon-view"
|
|
>
|
|
>
|
|
- 查看报表
|
|
|
|
|
|
+ 报表
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="primary"
|
|
type="primary"
|
|
plain
|
|
plain
|
|
@click="viewComputeJob(scope.row.id)"
|
|
@click="viewComputeJob(scope.row.id)"
|
|
|
|
+ icon="el-icon-document"
|
|
>
|
|
>
|
|
- 计算详情
|
|
|
|
|
|
+ 详情
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
</el-table-column>
|
|
</el-table-column>
|