|
|
@@ -132,7 +132,7 @@
|
|
|
:disabled="selectedRows.length === 0"
|
|
|
:loading="batchReturnLoading"
|
|
|
@click="handleBatchReturnUnpaid"
|
|
|
- v-hasPermi="['c']"
|
|
|
+ v-hasPermi="['store:financeOrder:edit']"
|
|
|
>转未回款</el-button>
|
|
|
</el-col>
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|