Merge branch 'test' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into gyq

This commit is contained in:
gyq
2024-09-24 15:13:13 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="app-container">
<el-radio-group v-model="tableActive" @change="selectItemChange">
<el-radio-button :label="item.autokey" v-for="item in tableData" :key="item.autokey">
{{ item.title }}

View File

@@ -15,7 +15,7 @@
<shopSetting v-if="activeName == 2" />
<notice v-if="activeName == 3" />
<securitySetting v-if="activeName == 4" />
<Fitment v-if="activeName == 5" />
<!-- <Fitment v-if="activeName == 5" /> -->
<goxcx v-if="activeName == 6" />
<notifications v-if="activeName == 7" />
<ShopMode v-if="activeName == 8" />