|
|
@ -48,9 +48,6 @@ |
|
|
<div class="location">上报位置: {{dataForm.issueAddress}}</div> |
|
|
<div class="location">上报位置: {{dataForm.issueAddress}}</div> |
|
|
<div id="map"></div> |
|
|
<div id="map"></div> |
|
|
</div> |
|
|
</div> |
|
|
<div style="position: absolute; bottom: 0; right: 0;"> |
|
|
|
|
|
<el-button type="primary" size="small" @click="back">返回</el-button> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="project-progress"> |
|
|
<div class="project-progress"> |
|
|
<div class="project-progress-tip">处理进展</div> |
|
|
<div class="project-progress-tip">处理进展</div> |
|
|
@ -76,6 +73,9 @@ |
|
|
</el-timeline> |
|
|
</el-timeline> |
|
|
</div> |
|
|
</div> |
|
|
</el-form> |
|
|
</el-form> |
|
|
|
|
|
<div style="position: absolute; bottom: 10%; right: 48%;"> |
|
|
|
|
|
<el-button type="primary" style="width: 95px" size="small" @click="back">返回</el-button> |
|
|
|
|
|
</div> |
|
|
<el-dialog width="90%" title="评论" :visible.sync="innerVisible" append-to-body> |
|
|
<el-dialog width="90%" title="评论" :visible.sync="innerVisible" append-to-body> |
|
|
<el-table :data="commentsDTOs" border style="width: 100%;"> |
|
|
<el-table :data="commentsDTOs" border style="width: 100%;"> |
|
|
<el-table-column prop="user.userName" label="发言人" header-align="center" align="center"></el-table-column> |
|
|
<el-table-column prop="user.userName" label="发言人" header-align="center" align="center"></el-table-column> |
|
|
@ -255,7 +255,7 @@ export default { |
|
|
} |
|
|
} |
|
|
&::-webkit-scrollbar-thumb { |
|
|
&::-webkit-scrollbar-thumb { |
|
|
border-radius: 5px; |
|
|
border-radius: 5px; |
|
|
background: #fff; |
|
|
background: #aaa; |
|
|
} |
|
|
} |
|
|
&::-webkit-scrollbar-track { |
|
|
&::-webkit-scrollbar-track { |
|
|
border-radius: 10px; |
|
|
border-radius: 10px; |
|
|
|