|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<el-alert title="基础信息" :closable="false" class="alert" type="info" />
|
|
|
- <descriptions :column="3" class="marginBtm22" >
|
|
|
+ <descriptions :column="3" class="marginBtm22">
|
|
|
<descriptions-item label="乐团编号:">
|
|
|
<overflow-text :text="'21068936448400001'" width="100%"></overflow-text
|
|
|
></descriptions-item>
|
|
@@ -16,15 +16,19 @@
|
|
|
>
|
|
|
</descriptions>
|
|
|
<el-alert title="联系人" :closable="false" class="alert" type="info" />
|
|
|
+ <descriptions :column="3" class="marginBtm22">
|
|
|
+ <descriptions-item label="联系人:">
|
|
|
+ ></descriptions-item>
|
|
|
+ <descriptions-item label="职位:"> 2021-07-09</descriptions-item>
|
|
|
+ <descriptions-item label="手机号:"> 2021-07-09</descriptions-item>
|
|
|
+ </descriptions>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-export default {
|
|
|
-
|
|
|
-}
|
|
|
+export default {};
|
|
|
</script>
|
|
|
<style lang="scss">
|
|
|
- .marginBtm22 {
|
|
|
- margin-bottom:22px;
|
|
|
- }
|
|
|
+.marginBtm22 {
|
|
|
+ margin-bottom: 22px;
|
|
|
+}
|
|
|
</style>
|