fix: 修改数据字典
This commit is contained in:
parent
88996cbdfb
commit
da55dc1020
|
@ -14,7 +14,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import Left from './components/Left.vue'
|
import Left from './components/Left/index.vue'
|
||||||
import Right from './components/Right/index.vue'
|
import Right from './components/Right/index.vue'
|
||||||
const data = ref()
|
const data = ref()
|
||||||
const selectData = (i: any) => {
|
const selectData = (i: any) => {
|
||||||
|
|
Loading…
Reference in New Issue