Commit d32e9552 authored by dingyoujian's avatar dingyoujian

按钮调整

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