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

修改

parent 113395a0
...@@ -92,7 +92,7 @@ export const constantRoutes = [ ...@@ -92,7 +92,7 @@ export const constantRoutes = [
/* 陕钢铁预写死页面*/ /* 陕钢铁预写死页面*/
{ {
path: '/basicData', path: '/basicData',
component: Layout, component:() => import( "@/layout/index"),
hidden: false, hidden: false,
alwaysShow:true, alwaysShow:true,
redirect: 'organizationalManagement', redirect: 'organizationalManagement',
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<EditButton ref="edit" :app='this'></EditButton> <EditButton ref="edit" :app='this'></EditButton>
<FieldButton :app='this'></FieldButton> <FieldButton :app='this'></FieldButton>
<ExcelButton :app='this'></ExcelButton> <ExcelButton :app='this'></ExcelButton>
<!-- <WorkFlowButton :app='this'></WorkFlowButton> --> <WorkFlowButton :app='this'></WorkFlowButton>
</el-row> </el-row>
<!-- 表格--> <!-- 表格-->
<div class="tablePagers"> <div class="tablePagers">
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
<AttachFileButton :app='app'></AttachFileButton> <AttachFileButton :app='app'></AttachFileButton>
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <ExcelButton :app='app'></ExcelButton>
<WorkFlowButton :app='this'></WorkFlowButton>
<!-- 额外按钮--> <!-- 额外按钮-->
<!-- 表头设置 --> <!-- 表头设置 -->
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<AttachFileButton :app='app'></AttachFileButton> <AttachFileButton :app='app'></AttachFileButton>
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <ExcelButton :app='app'></ExcelButton>
<WorkFlowButton :app='this'></WorkFlowButton>
<!-- 额外按钮--> <!-- 额外按钮-->
<!-- 表头设置 --> <!-- 表头设置 -->
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
<AttachFileButton :app='app'></AttachFileButton> <AttachFileButton :app='app'></AttachFileButton>
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <ExcelButton :app='app'></ExcelButton>
<WorkFlowButton :app='this'></WorkFlowButton>
<!-- 额外按钮--> <!-- 额外按钮-->
<!-- 表头设置 --> <!-- 表头设置 -->
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
<AttachFileButton :app='app'></AttachFileButton> <AttachFileButton :app='app'></AttachFileButton>
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <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