lcw
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="titleBox">
|
||||
<PageTitle title="基础库">
|
||||
<PageTitle :malginLeft="10" :height="35" backgroundColor="#ffff" :marginBottom="5" :marginTop="5">
|
||||
<template #left>
|
||||
<el-button v-for="(el,index) in tabBtn" :type="tabActive==index?'primary':''" @click="tabActive=index" :key="el">{{ el }}</el-button>
|
||||
<el-button size="small" v-for="(el,index) in tabBtn" :type="tabActive==index?'primary':''" @click="tabActive=index" :key="el">{{ el }}</el-button>
|
||||
</template>
|
||||
</PageTitle>
|
||||
</div>
|
||||
<ZdrPage v-if="tabActive==0" />
|
||||
<ZdqtPage v-else-if="tabActive==1" />
|
||||
<ZdclPage v-else-if="tabActive==2" />
|
||||
|
||||
Reference in New Issue
Block a user