简写部分代码

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

View File

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