|
|
@@ -142,7 +142,7 @@
|
|
|
|
|
|
<!-- 列表 -->
|
|
|
<ContentWrap>
|
|
|
- <el-button type="primary" @click="handleBatchConfirmationFn" :disabled="selectedRows.length === 0">批量办结确认</el-button>
|
|
|
+<!-- <el-button type="primary" @click="handleBatchConfirmationFn" :disabled="selectedRows.length === 0">批量办结确认</el-button>-->
|
|
|
<el-table ref="tableRef" v-loading="loading" :data="list" :stripe="true" @selection-change="handleSelectionChange" border>
|
|
|
<el-table-column type="selection" width="40" />
|
|
|
<el-table-column label="任务单号" align="center" prop="orderNo" min-width="150px" />
|