提交页面优化
This commit is contained in:
parent
1202dc7ae7
commit
a18b6ce0b9
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div class="app-container">
|
||||
<!-- 预报废列表 -->
|
||||
<template v-if="false">
|
||||
<TableModel
|
||||
:tableProps="config.listingTableProps"
|
||||
:formLabel="config.listingFormLabel"
|
||||
|
|
@ -73,6 +74,12 @@
|
|||
<SelDepart @closeDepartSel="closeDepartSel" />
|
||||
</template>
|
||||
</DialogModel>
|
||||
</template>
|
||||
<template v-if="true">
|
||||
<el-page-header content="驳回退料">
|
||||
<div>123456</div>
|
||||
</el-page-header>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -165,4 +172,8 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
<style scoped lang="scss">
|
||||
::v-deep .el-page-header__left {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue