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