Commit 6c3cbaac by henry

添加整改反馈查询

1 parent f27b9f04
...@@ -101,7 +101,7 @@ export default { ...@@ -101,7 +101,7 @@ export default {
url: "", url: "",
children: [ children: [
{ {
name: "问题清单查询", name: "整改反馈查询",
url: "/mainLayout/problemLlistQuery", url: "/mainLayout/problemLlistQuery",
children: [] }, children: [] },
{ {
......
<!-- 问题清单 --> <!-- 整改反馈查询 -->
<template> <template>
<div class="main"> <div class="main">
<el-form :model="ruleForm" label-width="100px" class="demo-ruleForm" ref="formName"> <el-form :model="ruleForm" label-width="100px" class="demo-ruleForm" ref="formName">
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
</el-pagination> </el-pagination>
<!-- 详情弹窗 --> <!-- 详情弹窗 -->
<el-dialog <el-dialog
title="提交评估材料" title="整改反馈详情"
:visible.sync="dialogXQ" :visible.sync="dialogXQ"
width="90%" width="90%"
:modal-append-to-body="false" :modal-append-to-body="false"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!