update code
parent
f4d1122c92
commit
04cd3a67b0
|
@ -135,7 +135,12 @@
|
|||
<div class="div-text">{{ prj.actualOperatingTime | formatDate }}</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row class="data-item">
|
||||
<el-col :span="24">
|
||||
<img src="images/title_icon.png"><span class="sp-lbl">项目概述:</span>
|
||||
<div class="div-text" style="display: inline-block;width: calc(100% - 100px);vertical-align: top;">{{ prj.projectSummarize }}</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
|
||||
<el-row class="data-item" v-if="users3.length > 0" style="display:block;">
|
||||
|
|
Loading…
Reference in New Issue