|
@@ -92,7 +92,7 @@
|
|
|
<el-button type="primary" :disabled="multi" @click="handleMultiSingleChange"
|
|
|
v-hasPermi="['business:lot:multiSingleChange']">多批单改</el-button>
|
|
|
<el-button :disabled="selections.length !== 1" type="primary" @click="recoverBatch"
|
|
|
- v-hasPermi="['business:lot:query']">分批恢复</el-button>
|
|
|
+ v-hasPermi="['business:lot:inBatch']">分批恢复</el-button>
|
|
|
</div>
|
|
|
</el-form>
|
|
|
<!-- 列表区 -->
|