简写部分代码

This commit is contained in:
aixianling
2022-03-08 11:50:44 +08:00
parent 77fbf07625
commit 37f54ace01
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
<template> <template>
<section class="approval-manage"> <section class="AppApprovalManage">
<ai-list v-if="showList"> <ai-list v-if="showList">
<template slot="title"> <template slot="title">
<ai-title title="审批管理" :isShowBottomBorder="false"></ai-title> <ai-title title="审批管理" :isShowBottomBorder="false"/>
</template> </template>
<template slot="tabs"> <template slot="tabs">
<el-tabs class="tabs-page" v-model="currIndex"> <el-tabs class="tabs-page" v-model="currIndex">
@@ -86,7 +86,7 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.approval-manage { .AppApprovalManage {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #F3F6F9; background-color: #F3F6F9;

View File

@@ -61,7 +61,7 @@
</el-form-item> </el-form-item>
</div> </div>
<template v-if="applyForm=={}"> <template v-if="applyForm=={}">
<div class="no-data"></div> <div class="no-data"/>
</template> </template>
</div> </div>
</el-form> </el-form>