refactor(xumu): 修正 AppOutAudit 组件的名称
- 将组件名称从 AppSellAudit 修改为 AppOutAudit - 更新相应的样式类名和模板选择器
This commit is contained in:
@@ -3,7 +3,7 @@ import add from "./add.vue";
|
|||||||
import list from "./list.vue";
|
import list from "./list.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppSellAudit",
|
name: "AppOutAudit",
|
||||||
label: "淘汰审核",
|
label: "淘汰审核",
|
||||||
props: {
|
props: {
|
||||||
instance: Function,
|
instance: Function,
|
||||||
@@ -23,13 +23,13 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section class="AppSellAudit">
|
<section class="AppOutAudit">
|
||||||
<component :is="currentPage" v-bind="$props"/>
|
<component :is="currentPage" v-bind="$props"/>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.AppSellAudit {
|
.AppOutAudit {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user