简写部分代码
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user