|
|
@ -116,7 +116,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</Drawer> |
|
|
</Drawer> |
|
|
<Modal :title="商品列表" v-model="Visiable" :mask-closable="false" :scrollabele="true" :width="1800"> |
|
|
<Modal :title="商品列表" v-model="Visiable" :mask-closable="false" :scrollabele="true" :width="1500"> |
|
|
<goodsList ref="goodsPage" v-if="Visiable"></goodsList> |
|
|
<goodsList ref="goodsPage" v-if="Visiable"></goodsList> |
|
|
<div slot="footer" v-show=Visiable> |
|
|
<div slot="footer" v-show=Visiable> |
|
|
<Button type="text" @click="Visiable = false">关闭</Button> |
|
|
<Button type="text" @click="Visiable = false">关闭</Button> |
|
|
|