@@ -155,7 +155,7 @@
<el-button type="text" @click="onExport(scope.row)">下载</el-button>
</auth>
<auth auths="inspectionItemPlan/updateMemo" v-if="scope.row.conclusionStatus == 1 || scope.row.status == 0">
- <el-button type="text" @click="handleClick(scope.row)">处理方式</el-button>
+ <el-button type="text" @click="handleClick(scope.row)">立即处理</el-button>
</template>
</el-table-column>