Commit 6c3cbaac by henry

添加整改反馈查询

1 parent f27b9f04
......@@ -101,7 +101,7 @@ export default {
url: "",
children: [
{
name: "问题清单查询",
name: "整改反馈查询",
url: "/mainLayout/problemLlistQuery",
children: [] },
{
......
<!-- 问题清单 -->
<!-- 整改反馈查询 -->
<template>
<div class="main">
<el-form :model="ruleForm" label-width="100px" class="demo-ruleForm" ref="formName">
......@@ -111,7 +111,7 @@
</el-pagination>
<!-- 详情弹窗 -->
<el-dialog
title="提交评估材料"
title="整改反馈详情"
:visible.sync="dialogXQ"
width="90%"
: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!