|
|
|
|
@ -12,14 +12,14 @@
|
|
|
|
|
<div class="g_c_6">主体</div>
|
|
|
|
|
</template>
|
|
|
|
|
<div v-if="!editStatus">{{ baseInfo.agencyName || "北京矩阵动力科技有限公司" }}</div>
|
|
|
|
|
<a-input placeholder="请输入企业简称" v-else v-model:value="baseInfo.agencyName" class="" />
|
|
|
|
|
<a-input placeholder="请输入主体" v-else v-model:value="baseInfo.agencyName" class="" />
|
|
|
|
|
</a-form-item>
|
|
|
|
|
<a-form-item name="agencyName" class="g_flex_1 g_ml_32" :rules="[{ required: false, message: '请输入企业简称' }]">
|
|
|
|
|
<template #label>
|
|
|
|
|
<div class="g_c_6">当前估值</div>
|
|
|
|
|
</template>
|
|
|
|
|
<div v-if="!editStatus">{{ baseInfo.agencyName || "5000万" }}</div>
|
|
|
|
|
<a-input placeholder="请输入企业简称" v-else v-model:value="baseInfo.agencyName" class="" />
|
|
|
|
|
<a-input placeholder="请输入当前估值" v-else v-model:value="baseInfo.agencyName" class="" />
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_flex_row_between flex_nr">
|
|
|
|
|
@ -28,14 +28,14 @@
|
|
|
|
|
<div class="g_c_6">当前总股本</div>
|
|
|
|
|
</template>
|
|
|
|
|
<div v-if="!editStatus">{{ baseInfo.agencyName || "39,771.50" }}</div>
|
|
|
|
|
<a-input placeholder="请输入企业简称" v-else v-model:value="baseInfo.agencyName" class="" />
|
|
|
|
|
<a-input placeholder="请输入当前总股本" v-else v-model:value="baseInfo.agencyName" class="" />
|
|
|
|
|
</a-form-item>
|
|
|
|
|
<a-form-item name="agencyName" class="g_flex_1 g_ml_32" :rules="[{ required: false, message: '请输入企业简称' }]">
|
|
|
|
|
<template #label>
|
|
|
|
|
<div class="g_c_6">每股价格</div>
|
|
|
|
|
</template>
|
|
|
|
|
<div v-if="!editStatus">{{ baseInfo.agencyName || "32.21元" }}</div>
|
|
|
|
|
<a-input placeholder="请输入企业简称" v-else v-model:value="baseInfo.agencyName" class="" />
|
|
|
|
|
<a-input placeholder="请输入每股价格" v-else v-model:value="baseInfo.agencyName" class="" />
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</a-form>
|
|
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
<div class="g_fw_600">股权结构</div>
|
|
|
|
|
<div>
|
|
|
|
|
<a-button @click="editStatus = !editStatus"><DownloadOutlined />导出模版</a-button>
|
|
|
|
|
<a-button type="primary" class="g_ml_10" @click="editStatus = !editStatus"><PlusOutlined />导入文件</a-button>
|
|
|
|
|
<a-button type="primary" class="g_ml_10"><PlusOutlined />导入文件</a-button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<a-divider class="g_mt_0 g_mb_20" />
|
|
|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
<div class="g_fw_600">增资扩股变化</div>
|
|
|
|
|
<div>
|
|
|
|
|
<a-button @click="editStatus = !editStatus"><DownloadOutlined />导出模版</a-button>
|
|
|
|
|
<a-button type="primary" class="g_ml_10" @click="editStatus = !editStatus"><PlusOutlined />导入文件</a-button>
|
|
|
|
|
<a-button type="primary" class="g_ml_10"><PlusOutlined />导入文件</a-button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<a-divider class="g_mt_0 g_mb_20" />
|
|
|
|
|
@ -106,19 +106,19 @@ const editStatus = ref(false);
|
|
|
|
|
const gpjgList = ref([
|
|
|
|
|
{
|
|
|
|
|
rank: 1,
|
|
|
|
|
name: "汪涵光",
|
|
|
|
|
name: "王涵光",
|
|
|
|
|
number: 1120448,
|
|
|
|
|
precent: "32.43%",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
rank: 2,
|
|
|
|
|
name: "汪涵光",
|
|
|
|
|
name: "王涵光",
|
|
|
|
|
number: 1120448,
|
|
|
|
|
precent: "32.43%",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
rank: 3,
|
|
|
|
|
name: "汪涵光",
|
|
|
|
|
name: "王涵光",
|
|
|
|
|
number: 1120448,
|
|
|
|
|
precent: "32.43%",
|
|
|
|
|
},
|
|
|
|
|
|