|
@@ -29,7 +29,7 @@
|
|
|
<el-table-column prop="timeoutPercentage" label="超时业务量占比"></el-table-column>
|
|
|
<el-table-column label="操作" width="220px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button size="mini" type="primary" @click="dialogCheck(scope.row)">查看超时业务详情</el-button>
|
|
|
+ <el-button :disabled="scope.row.region == '全省'" size="mini" type="primary" @click="dialogCheck(scope.row)">查看超时业务详情</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -37,7 +37,7 @@
|
|
|
</div>
|
|
|
</fullscreen>
|
|
|
<el-dialog title="异常数据监控(超时业务笔数达到或超过10%)" :visible.sync="dialogStatus" width="50%" :destroy-on-close="true"
|
|
|
- :modal-append-to-body="false" :close-on-click-modal="false" :before-close="closedia">
|
|
|
+ :modal-append-to-body="false" :close-on-click-modal="true" :before-close="closedia">
|
|
|
<div v-loading="loadinged">
|
|
|
<el-table
|
|
|
height="calc(90%)"
|
|
@@ -50,6 +50,7 @@
|
|
|
style="width: 100%"
|
|
|
:row-class-name="addRowId"
|
|
|
id="rptTable"
|
|
|
+
|
|
|
>
|
|
|
<el-table-column prop="region" fixed label="地市"> </el-table-column>
|
|
|
<el-table-column prop="channelType" label="渠道类型"></el-table-column>
|