1.市场主体撤销除名公告管理功能--查看详情
This commit is contained in:
parent
f5c610b57f
commit
2c5d4830c2
|
|
@ -124,7 +124,7 @@
|
||||||
cellspacing="0"
|
cellspacing="0"
|
||||||
>
|
>
|
||||||
<tr v-for="(each,index) in detailInfo.historyOpinions" :key="'historyLog'+index">
|
<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">
|
<td colspan="3">
|
||||||
<span style="display: block;text-indent: 1em;min-height:80px">{{ each.opinioncontent }}</span>
|
<span style="display: block;text-indent: 1em;min-height:80px">{{ each.opinioncontent }}</span>
|
||||||
<el-col :span="8" :offset="16">
|
<el-col :span="8" :offset="16">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue