|
@ -208,6 +208,7 @@ export default { |
|
|
this.paramsData.lineType = ""; |
|
|
this.paramsData.lineType = ""; |
|
|
this.paramsData.dutyHolderType = ""; |
|
|
this.paramsData.dutyHolderType = ""; |
|
|
this.paramsData.status = ""; |
|
|
this.paramsData.status = ""; |
|
|
|
|
|
this.paramsData.handleStatus = ""; |
|
|
this.reqCountCalc(); |
|
|
this.reqCountCalc(); |
|
|
this.pageData.pageNum = 1; |
|
|
this.pageData.pageNum = 1; |
|
|
this.getTableData(); |
|
|
this.getTableData(); |
|
@ -496,13 +497,13 @@ export default { |
|
|
v-else-if="scope.row.handleStatus === '1'" |
|
|
v-else-if="scope.row.handleStatus === '1'" |
|
|
type="success" |
|
|
type="success" |
|
|
class="normal" |
|
|
class="normal" |
|
|
>已处置</el-tag |
|
|
>未处置</el-tag |
|
|
> |
|
|
> |
|
|
<el-tag |
|
|
<el-tag |
|
|
v-else-if="scope.row.handleStatus === '2'" |
|
|
v-else-if="scope.row.handleStatus === '2'" |
|
|
type="danger" |
|
|
type="danger" |
|
|
class="abnormal" |
|
|
class="abnormal" |
|
|
>未处置</el-tag |
|
|
>已处置</el-tag |
|
|
> |
|
|
> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|