This commit is contained in:
qsh
2024-07-23 14:39:55 +08:00
parent ec14af1351
commit 97b941055e
5 changed files with 23 additions and 11 deletions

View File

@@ -1,5 +1,8 @@
<template>
<Dialog title="成交登记" v-model="show" width="900px">
<template #btn>
<el-button class="mr-20px" type="primary" size="small" @click="handleSave">保存</el-button>
</template>
<Descriptions
:title="`线索信息-${info.name}`"
:data="info"