|
@@ -253,8 +253,9 @@
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
v-if="
|
|
|
- ['Arrangement', 'my_request'].includes(currentTab) &&
|
|
|
- ['可用'].includes(currentRow.Status)
|
|
|
+ ['Arrangement'].includes(currentTab) ||
|
|
|
+ (['可用'].includes(currentRow.Status) &&
|
|
|
+ ['my_request'].includes(currentTab))
|
|
|
"
|
|
|
:disabled="subList.length < 1"
|
|
|
size="small"
|