Commit 94395afe authored by 李苏's avatar 李苏 💬

修改

parent 113395a0
......@@ -92,7 +92,7 @@ export const constantRoutes = [
/* 陕钢铁预写死页面*/
{
path: '/basicData',
component: Layout,
component:() => import( "@/layout/index"),
hidden: false,
alwaysShow:true,
redirect: 'organizationalManagement',
......
......@@ -34,7 +34,7 @@
<EditButton ref="edit" :app='this'></EditButton>
<FieldButton :app='this'></FieldButton>
<ExcelButton :app='this'></ExcelButton>
<!-- <WorkFlowButton :app='this'></WorkFlowButton> -->
<WorkFlowButton :app='this'></WorkFlowButton>
</el-row>
<!-- 表格-->
<div class="tablePagers">
......
......@@ -44,6 +44,7 @@
<AttachFileButton :app='app'></AttachFileButton>
<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>
<WorkFlowButton :app='this'></WorkFlowButton>
<!-- 额外按钮-->
<!-- 表头设置 -->
......
......@@ -38,6 +38,7 @@
<AttachFileButton :app='app'></AttachFileButton>
<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>
<WorkFlowButton :app='this'></WorkFlowButton>
<!-- 额外按钮-->
<!-- 表头设置 -->
......
......@@ -38,6 +38,7 @@
<AttachFileButton :app='app'></AttachFileButton>
<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>
<WorkFlowButton :app='this'></WorkFlowButton>
<!-- 额外按钮-->
<!-- 表头设置 -->
......
......@@ -44,6 +44,7 @@
<AttachFileButton :app='app'></AttachFileButton>
<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>
<WorkFlowButton :app='this'></WorkFlowButton>
<!-- 额外按钮-->
<!-- 表头设置 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment