|
|
@@ -293,13 +293,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row :gutter="16" style="margin-top: 10px">
|
|
|
- <el-col :span="12">
|
|
|
- 办理人员:{{
|
|
|
- detailRow.mainUserName
|
|
|
- ? detailRow.mainUserName + ',' + detailRow.userName || ''
|
|
|
- : detailRow.userName || '-'
|
|
|
- }}
|
|
|
- </el-col>
|
|
|
+ <el-col :span="12">办理人员:{{ detailRow.mainUserName }}</el-col>
|
|
|
</el-row>
|
|
|
<el-row :gutter="16" style="margin-top: 10px">
|
|
|
<el-col :span="24">办理意见:{{ detailRow.actRemarks || '-' }}</el-col>
|