|
@@ -18,6 +18,7 @@
|
|
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
|
|
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
|
|
|
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
|
|
|
+
|
|
|
</span>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
@@ -139,6 +140,11 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ title:'流程id',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'flowPathId_dictText'
|
|
|
+ },
|
|
|
+ {
|
|
|
title:'名称',
|
|
|
align:"center",
|
|
|
dataIndex: 'name'
|
|
@@ -197,6 +203,7 @@
|
|
|
},
|
|
|
getSuperFieldList(){
|
|
|
let fieldList=[];
|
|
|
+ fieldList.push({type:'string',value:'flowPathId',text:'流程id',dictCode:''})
|
|
|
fieldList.push({type:'string',value:'name',text:'名称',dictCode:''})
|
|
|
fieldList.push({type:'sel_user',value:'faqiUser',text:'发起人'})
|
|
|
fieldList.push({type:'string',value:'weituoNo',text:'委托编号',dictCode:''})
|