src/views/operate/disposal/casepool/pool/index.vue
@@ -75,7 +75,7 @@ </el-table-column> <el-table-column prop="operation" label="操作" min-width="20"> <template slot-scope="scope"> <div class="operation"> <div class="operation" v-if="statusArr[0]===0"> <span @click="handleFind(scope.row)">上报</span> <span class="line">|</span> <span @click="handleDispatch(scope.row)">调度</span>