|
@@ -17,7 +17,8 @@
|
|
|
<BtnList :btnList="btnList"
|
|
<BtnList :btnList="btnList"
|
|
|
:record="record"
|
|
:record="record"
|
|
|
class="btn-list-sticky"
|
|
class="btn-list-sticky"
|
|
|
- @click="openComponent" />
|
|
|
|
|
|
|
+ @click="openComponent"
|
|
|
|
|
+ v-if="record.enalbeqty > 0" />
|
|
|
</template>
|
|
</template>
|
|
|
</a-table>
|
|
</a-table>
|
|
|
<component :is="componentId"
|
|
<component :is="componentId"
|