Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e6582de6e5
|
|
@ -44,13 +44,13 @@
|
|||
:header-cell-style="{background:'#8cc3fb',color:'#fff'}"
|
||||
>
|
||||
<el-table-column prop="index" label="序号" min-width="5%" align="center" />
|
||||
<el-table-column prop="uscc" label="统一社会信用代码/注册号" min-width="25%" align="left" />
|
||||
<el-table-column prop="uscc" label="统一社会信用代码/注册号" min-width="20%" align="left" />
|
||||
<el-table-column prop="entName" label="主体名称" min-width="25%" align="left" />
|
||||
<el-table-column prop="lerepName" label="法定代表人(负责人、经营者)" min-width="15%" align="left" />
|
||||
<el-table-column prop="contactName" label="申请人" min-width="10%" align="left" />
|
||||
<el-table-column prop="contactPhone" label="联系方式" min-width="10%" align="left" />
|
||||
<el-table-column prop="removeDate" label="除名日期" min-width="10%" align="left" />
|
||||
<el-table-column prop="removeReason" :show-overflow-tooltip="true" label="除名原因" align="left" min-width="30%" />
|
||||
<!-- <el-table-column prop="removeReason" :show-overflow-tooltip="true" label="除名原因" align="left" min-width="30%" />-->
|
||||
<el-table-column prop="removeOrgName" label="除名机关" align="left" min-width="15%" />
|
||||
<el-table-column prop="approveDate" label="撤销除名日期" align="left" min-width="10%" />
|
||||
<el-table-column label="操作" min-width="10%" align="center" fixed="right">
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
cellspacing="0"
|
||||
>
|
||||
<tr v-for="(each,index) in detailInfo.historyOpinions" :key="'historyLog'+index">
|
||||
<th style="width: 20%;">{{ each.step }}意见</th>
|
||||
<th style="width: 20%;">{{ each.label }}</th>
|
||||
<td colspan="3">
|
||||
<span style="display: block;text-indent: 1em;min-height:80px">{{ each.opinioncontent }}</span>
|
||||
<el-col :span="8" :offset="16">
|
||||
|
|
|
|||
Loading…
Reference in New Issue