|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<div class='p-2'>
|
|
|
|
|
<transition :enter-active-class='proxy?.animate.searchAnimate.enter'
|
|
|
|
|
:leave-active-class='proxy?.animate.searchAnimate.leave'>
|
|
|
|
@ -191,10 +192,11 @@
|
|
|
|
|
<el-button @click="materialOpen = false">取 消</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup name='TechnologyInfo' lang='ts'>
|
|
|
|
|
<script setup lang='ts'>
|
|
|
|
|
import {
|
|
|
|
|
listTechnologyInfo,
|
|
|
|
|
getTechnologyInfo,
|
|
|
|
|