Commit d32e9552 authored by dingyoujian's avatar dingyoujian

按钮调整

parent 576c3dc8
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
<el-row class="tool-bar"> <el-row class="tool-bar">
<PrintButton :app='app'></PrintButton> <PrintButton :app='app'></PrintButton>
<ViewButton ref="view" :app='app'></ViewButton> <ViewButton ref="view" :app='app'></ViewButton>
<EditButton ref="edit" :app='app'></EditButton> <!--<EditButton ref="edit" :app='app'></EditButton>-->
<DeleteButton :app='app'></DeleteButton> <!--<DeleteButton :app='app'></DeleteButton>-->
<AttachFileButton_aqyh :params="{childPath:'yhzg'}" :app='this'></AttachFileButton_aqyh> <AttachFileButton_aqyh :params="{childPath:'yhzg',allowAddFile:'none'}" :app='this'></AttachFileButton_aqyh>
<!-- <WorkFlowButton :app='app' ></WorkFlowButton> --> <!-- <WorkFlowButton :app='app' ></WorkFlowButton> -->
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <ExcelButton :app='app'></ExcelButton>
...@@ -109,13 +109,14 @@ ...@@ -109,13 +109,14 @@
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "状态", prop: "ztName", fieldType: "ftString",width:60},
{label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{ {label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{
url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id' url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id'
}}, }},
// //
{label: "状态", prop: "zt", fieldType: "ftString",transform:{ // {label: "状态", prop: "zt", fieldType: "ftString",transform:{
url:'aqgl/yhgl/yhjl/init/zt',label:'name',value:'id' // url:'aqgl/yhgl/yhjl/init/zt',label:'name',value:'id'
}}, // }},
{label: "整改说明", prop: "clff", fieldType: "ftString",width:300}, {label: "整改说明", prop: "clff", fieldType: "ftString",width:300},
{label: "整改完成时间", prop: "clsj", fieldType: "ftDateTime"}, {label: "整改完成时间", prop: "clsj", fieldType: "ftDateTime"},
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<ViewButton ref="view" :app='app'></ViewButton> <ViewButton ref="view" :app='app'></ViewButton>
<!-- <AddButton ref="add" :app='app'></AddButton> <!-- <AddButton ref="add" :app='app'></AddButton>
<CopyButton ref="copy" :app='app'></CopyButton> --> <CopyButton ref="copy" :app='app'></CopyButton> -->
<EditButton ref="edit" :app='app'></EditButton> <!--<EditButton ref="edit" :app='app'></EditButton>-->
<AttachFileButton_aqyh :params="{childPath:'yhfc'}" :app='this'></AttachFileButton_aqyh> <AttachFileButton_aqyh :params="{childPath:'yhfc'}" :app='this'></AttachFileButton_aqyh>
<FieldButton :app='app'></FieldButton> <FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton> <ExcelButton :app='app'></ExcelButton>
...@@ -105,13 +105,14 @@ ...@@ -105,13 +105,14 @@
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "状态", prop: "ztName", fieldType: "ftString",width:60},
{label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{ {label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{
url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id' url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id'
}}, }},
// //
{label: "状态", prop: "zt", fieldType: "ftString",transform:{ // {label: "状态", prop: "zt", fieldType: "ftString",transform:{
url:'aqgl/yhgl/yhjl/init/zt',label:'name',value:'id' // url:'aqgl/yhgl/yhjl/init/zt',label:'name',value:'id'
}}, // }},
{label: "复查时间", prop: "fcsj", fieldType: "ftDateTime",width:300}, {label: "复查时间", prop: "fcsj", fieldType: "ftDateTime",width:300},
{label: "复查说明", prop: "fcsm", fieldType: "ftString",width:300}, {label: "复查说明", prop: "fcsm", fieldType: "ftString",width:300},
{label: "整改说明", prop: "clff", fieldType: "ftString",width:300}, {label: "整改说明", prop: "clff", fieldType: "ftString",width:300},
......
...@@ -99,6 +99,7 @@ this.$refs['TablePager'].pageQuery() ...@@ -99,6 +99,7 @@ this.$refs['TablePager'].pageQuery()
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "状态", prop: "ztName", fieldType: "ftString",width:60},
{label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{ {label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{
url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id' url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id'
}}, }},
......
...@@ -57,12 +57,13 @@ ...@@ -57,12 +57,13 @@
<el-row class="tool-bar"> <el-row class="tool-bar">
<PrintButton :app='app'></PrintButton> <PrintButton :app='app'></PrintButton>
<ViewButton ref="view" :app='app'></ViewButton> <ViewButton ref="view" :app='app'></ViewButton>
<AttachFileButton_aqyh :params="{childPath:'',allowAddFile:'none'}" :app='this'></AttachFileButton_aqyh>
<!-- <AddButton ref="add" :app='app'></AddButton> <!-- <AddButton ref="add" :app='app'></AddButton>
<CopyButton ref="copy" :app='app'></CopyButton> <CopyButton ref="copy" :app='app'></CopyButton>
<EditButton ref="edit" :app='app'></EditButton> --> <EditButton ref="edit" :app='app'></EditButton> -->
<!-- <DeleteButton :app='app'></DeleteButton> --> <!-- <DeleteButton :app='app'></DeleteButton> -->
<FieldButton :app='app'></FieldButton> <!--<FieldButton :app='app'></FieldButton>-->
<ExcelButton :app='app'></ExcelButton> <!--<ExcelButton :app='app'></ExcelButton>-->
<!-- <AttachFileButton_aqyh :app='app' ></AttachFileButton_aqyh> --> <!-- <AttachFileButton_aqyh :app='app' ></AttachFileButton_aqyh> -->
<!-- 权限--> <!-- 权限-->
...@@ -130,6 +131,7 @@ ...@@ -130,6 +131,7 @@
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "状态", prop: "ztName", fieldType: "ftString",width:60},
{label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{ {label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{
url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id' url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id'
}}, }},
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<el-row class="tool-bar"> <el-row class="tool-bar">
<ViewButton ref="view" :app='app'></ViewButton> <ViewButton ref="view" :app='app'></ViewButton>
<!-- <AttachFileButton :app='app' ></AttachFileButton> --> <!-- <AttachFileButton :app='app' ></AttachFileButton> -->
<AttachFileButton_aqyh :params="{childPath:'',allowAddFile:'none'}" :app='this'></AttachFileButton_aqyh>
<el-button size='mini' @click="zdzrr" type="primary">指定责任人</el-button> <el-button size='mini' @click="zdzrr" type="primary">指定责任人</el-button>
<!-- 权限--> <!-- 权限-->
...@@ -97,6 +98,7 @@ this.$refs['TablePager'].pageQuery() ...@@ -97,6 +98,7 @@ this.$refs['TablePager'].pageQuery()
/* 表格标题对应参数*/ /* 表格标题对应参数*/
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "状态", prop: "ztName", fieldType: "ftString",width:60},
{label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{ {label: "班组", prop: "bmid", fieldType: "ftString",width:192,transform:{
url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id' url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id'
}}, }},
......
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