更新后台后大屏
This commit is contained in:
@ -19,34 +19,34 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hzd-label">布控来源</td>
|
||||
<td class="hzd-value">{{ listQuery.ly }}</td>
|
||||
<td class="hzd-value" contenteditable="true">{{ listQuery.ly }}</td>
|
||||
<td class="hzd-label">布控范围</td>
|
||||
<td class="hzd-value">全市;工布江达县</td>
|
||||
<td class="hzd-value" contenteditable="true">全市;工布江达县</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hzd-label">布控级别</td>
|
||||
<td class="hzd-value">{{ listQuery.dj }}</td>
|
||||
<td class="hzd-value" contenteditable="true">{{ listQuery.dj }}</td>
|
||||
<td class="hzd-label">处置要求</td>
|
||||
<td class="hzd-value">{{ listQuery.czyq }}</td>
|
||||
<td class="hzd-value" contenteditable="true">{{ listQuery.czyq }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hzd-label">经办人员</td>
|
||||
<td class="hzd-value">{{ listQuery.bkcjrXm }}</td>
|
||||
<td class="hzd-value" contenteditable="true">{{ listQuery.bkcjrXm }}</td>
|
||||
<td class="hzd-label">联系方式</td>
|
||||
<td class="hzd-value">
|
||||
<el-input v-model="listQuery.lxfs" style="width: 100%" placeholder="请输入经办人联系方式" />
|
||||
<div contenteditable="true"> {{ listQuery.lxfs }}</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hzd-label">布控理由</td>
|
||||
<td class="hzd-value" colspan="3">
|
||||
<el-input v-model="listQuery.bkSy" style="width: 100%" placeholder="请输入布控理由" />
|
||||
<div contenteditable="true"> {{ listQuery.bkSy }}</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hzd-label">执法依据</td>
|
||||
<td class="hzd-value" colspan="3">
|
||||
<el-input v-model="listQuery.zfyj" style="width: 100%" placeholder="请输入执法依据" />
|
||||
<div contenteditable="true"> {{ listQuery.zfyj }}</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -68,8 +68,7 @@
|
||||
<tr>
|
||||
<td class="hzd-label">备注:</td>
|
||||
<td class="hzd-value" colspan="3">
|
||||
<el-input v-model="listQuery.bz" type="textarea" style="width: 100%" placeholder="请输入备注" />
|
||||
<div v-show="false" class="input-value">{{ listQuery.bz }}</div>
|
||||
<div contenteditable="true"> {{ listQuery.bz }}</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -260,4 +259,10 @@ const exportWord = () => {
|
||||
.hzd-table td[colspan="3"] {
|
||||
width: calc(100% - 150px);
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
</template>
|
||||
<!-- 审核通过后才有轨迹 -->
|
||||
<el-link type="primary" size="small" @click="openShowHzd(row)">回执单</el-link>
|
||||
<el-link type="primary" size="small" @click="openShowHzd(row)" v-if="row.bkZt == '05'">回执单</el-link>
|
||||
<el-link type="primary" size="small" @click="handleAdd('detail', row)">详情</el-link>
|
||||
<el-link type="danger" size="small" @click="handleRow(row.id)"
|
||||
v-if="['01', '03', '06'].includes(row.bkZt)">删除</el-link>
|
||||
|
||||
Reference in New Issue
Block a user