Compare commits
2 Commits
bb130b2e27
...
90c045562d
| Author | SHA1 | Date |
|---|---|---|
|
|
90c045562d | |
|
|
2c5d4830c2 |
|
|
@ -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