style: 关闭文章列表在楼层中添加文章功能

This commit is contained in:
Yer 2023-09-22 11:51:18 +08:00
parent 9f94c2013a
commit ed72c2ffc2

View File

@ -36,7 +36,7 @@
</Form> </Form>
</Row> </Row>
<Row class="operation padding-row"> <Row class="operation padding-row">
<Button @click="add" type="primary">添加</Button> <Button @click="add" v-if="!selected" type="primary">添加</Button>
</Row> </Row>
<Table <Table
:loading="loading" :loading="loading"