@@ -86,7 +86,7 @@
</el-tooltip>
</template>
<template slot-scope="scope">
- <el-tag :type="stateOption[scope.row.state].type">{{ stateOption[scope.row.state].label }}</el-tag>
+ <el-tag :type="scope.row.state ? stateOption[scope.row.state].type : ''">{{ scope.row.state ? stateOption[scope.row.state].label : '待办理' }}</el-tag>
</el-table-column>
<el-table-column