更新
This commit is contained in:
parent
e50333eaab
commit
f442a83c6b
@ -163,14 +163,15 @@
|
|||||||
<span v-else style="color: #fe0000">未签约</span>
|
<span v-else style="color: #fe0000">未签约</span>
|
||||||
</template></el-table-column
|
</template></el-table-column
|
||||||
>
|
>
|
||||||
|
<el-table-column label="备注" prop="notes" show-overflow-tooltip />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="操作"
|
label="操作"
|
||||||
align="center"
|
align="center"
|
||||||
width="430"
|
width="380"
|
||||||
fixed="right"
|
fixed="right"
|
||||||
>
|
>
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<div style="display: flex">
|
<div style="display: flex; flex-wrap: wrap">
|
||||||
<el-button type="primary" link>
|
<el-button type="primary" link>
|
||||||
<router-link
|
<router-link
|
||||||
:to="{
|
:to="{
|
||||||
@ -402,7 +403,7 @@
|
|||||||
<h1>重要提醒</h1>
|
<h1>重要提醒</h1>
|
||||||
<div>
|
<div>
|
||||||
<div style="font-size: 18px; font-weight: bold; padding-bottom: 10px">
|
<div style="font-size: 18px; font-weight: bold; padding-bottom: 10px">
|
||||||
请检查以下重要信息是否正确
|
企业认证前,请检查以下重要信息是否正确
|
||||||
</div>
|
</div>
|
||||||
<el-form ref="formRef" label-width="90px">
|
<el-form ref="formRef" label-width="90px">
|
||||||
<el-row>
|
<el-row>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user