|
|
|
@ -1,7 +1,12 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div class="g_bg_f g_br_4">
|
|
|
|
<div class="g_bg_f g_br_4">
|
|
|
|
<div class="g_pt_18 g_pl_24 g_pb_18 g_fw_600 ">基本信息</div>
|
|
|
|
<div class="g_pt_18 g_pl_24 g_pb_12 g_pr_24 g_fw_600 g_flex_row_between">
|
|
|
|
|
|
|
|
<div class="g_fw_600">基本信息</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<a-button type="primary" @click="editStatus = !editStatus">编辑</a-button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<a-divider class="g_mt_0 g_mb_24" />
|
|
|
|
<a-divider class="g_mt_0 g_mb_24" />
|
|
|
|
<div class="g_flex_row_between g_pl_24 g_pr_24">
|
|
|
|
<div class="g_flex_row_between g_pl_24 g_pr_24">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
@ -40,13 +45,10 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a-form>
|
|
|
|
</a-form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<a-button type="primary" @click="editStatus = !editStatus">编辑</a-button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="g_bg_f g_br_4 g_mt_16">
|
|
|
|
<div class="g_bg_f g_br_4 g_mt_16">
|
|
|
|
<div class="g_pt_18 g_pl_24 g_pr_24 g_pb_18 g_flex_row_between">
|
|
|
|
<div class="g_pt_18 g_pl_24 g_pr_24 g_pb_12 g_flex_row_between">
|
|
|
|
<div class="g_fw_600">股权结构</div>
|
|
|
|
<div class="g_fw_600">股权结构</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<a-button @click="editStatus = !editStatus"><DownloadOutlined />导出模版</a-button>
|
|
|
|
<a-button @click="editStatus = !editStatus"><DownloadOutlined />导出模版</a-button>
|
|
|
|
@ -65,7 +67,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="g_bg_f g_br_4 g_mt_16">
|
|
|
|
<div class="g_bg_f g_br_4 g_mt_16">
|
|
|
|
<div class="g_pt_18 g_pl_24 g_pr_24 g_pb_18 g_flex_row_between">
|
|
|
|
<div class="g_pt_18 g_pl_24 g_pr_24 g_pb_12 g_flex_row_between">
|
|
|
|
<div class="g_fw_600">增资扩股变化</div>
|
|
|
|
<div class="g_fw_600">增资扩股变化</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<a-button @click="editStatus = !editStatus"><DownloadOutlined />导出模版</a-button>
|
|
|
|
<a-button @click="editStatus = !editStatus"><DownloadOutlined />导出模版</a-button>
|
|
|
|
@ -80,7 +82,7 @@
|
|
|
|
<div class="g_fw_600">姓名</div>
|
|
|
|
<div class="g_fw_600">姓名</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template #bodyCell="{ column, record }">
|
|
|
|
<template #bodyCell="{ column, record }">
|
|
|
|
<template v-if="column.key === 'state'">
|
|
|
|
<template v-if="column.key === 'state'">
|
|
|
|
<div class="g_c_main">删除</div>
|
|
|
|
<div class="g_c_main">删除</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|