Parcourir la source

提交事务代码表头

linweizeng il y a 3 ans
Parent
commit
40118b8105

+ 2 - 1
src/views/platform/bpmn/bpmAgent/list.vue

@@ -12,6 +12,7 @@
       :pagination="pagination"
       :loading="loading"
       :index-row="false"
+      :displayField="title"
       @action-event="handleAction"
       @sort-change="handleSortChange"
       @pagination-change="handlePaginationChange"
@@ -57,7 +58,7 @@ export default {
       pkKey: 'id', // 主键  如果主键不是pk需要传主键
 
       searchDelegatorId: '',
-      title: '',
+      title: '事务代理业务',
       loading: true,
       height: document.clientHeight,
 

+ 2 - 1
src/views/platform/bpmn/bpmTaskChange/list.vue

@@ -11,6 +11,7 @@
       :row-handle="listConfig.rowHandle"
       :pagination="pagination"
       :loading="loading"
+      :displayField="title"
       :index-row="false"
       @action-event="handleAction"
       @column-link-click="handleLinkClick"
@@ -56,7 +57,7 @@ export default {
       formrenderDialogFormVisible: false,
       instanceId: '',
 
-      title: '',
+      title: '代理记录',
       loading: true,
       height: document.clientHeight,
       readonly: false,

+ 1 - 0
src/views/platform/office/bpmInitiatedProcess/myCompleted.vue

@@ -62,6 +62,7 @@
         :search-form="listConfig.searchForm"
         :columns="listConfig.columns"
         :loading="loading"
+        :displayField="title"
         :index-row="false"
         @action-event="handleAction"
         @sort-change="handleSortChange"

+ 3 - 1
src/views/platform/office/bpmInitiatedProcess/myDraft.vue

@@ -20,6 +20,7 @@
       :pk-key="pkKey"
       :columns="listConfig.columns"
       :pagination="pagination"
+      :displayField="title"
       :loading="loading"
       :index-row="false"
       @action-event="handleAction"
@@ -57,7 +58,8 @@ export default {
       dialogFormVisible: false, // 弹窗
       defId: '',
       proInstId: '',
-      flowName:'',
+      flowName: '',
+      title: '暂存草稿',
 
       pkKey: 'id', // 主键  如果主键不是pk需要传主键
       typeId: '',

+ 2 - 1
src/views/platform/office/bpmInitiatedProcess/myRequest.vue

@@ -21,6 +21,7 @@
       :row-handle="listConfig.rowHandle"
       :pagination="pagination"
       :loading="loading"
+      :displayField="title"
       :selection-row="false"
       :index-row="false"
       @action-event="handleAction"
@@ -133,7 +134,7 @@ export default {
       width: 220,
       height: 500,
       // height: document.clientHeight,
-      title: '我启动的流程',
+      title: '处理中',
       createText: '创建表单',
       query: '',
       typeId: '',

+ 2 - 1
src/views/platform/office/bpmReceivedProcess/completed.vue

@@ -20,6 +20,7 @@
       :columns="listConfig.columns"
       :row-handle="listConfig.rowHandle"
       :pagination="pagination"
+      :displayField="title"
       :loading="loading"
       :index-row="false"
       :selection-row="false"
@@ -121,7 +122,7 @@ export default {
     return {
       width: 220,
       height: 500,
-      title:'办结的事务',
+      title:'办结',
      //  height: document.clientHeight,
       query: '',
       typeId: '',

+ 2 - 1
src/views/platform/office/bpmReceivedProcess/pendingManage/delegateMatters.vue

@@ -20,6 +20,7 @@
       :pk-key="pkKey"
       :columns="listConfig.columns"
       :pagination="pagination"
+      :displayField="title"
       :loading="loading"
       :index-row="false"
       @action-event="handleAction"
@@ -103,7 +104,7 @@ export default {
       delegateVisible: false,
       action: '',
       taskId: '', // 编辑dialog需要使用
-      title: '',
+      title: '代办事务',
       pkKey: 'id', // 主键  如果主键不是pk需要传主键
       typeId: '',
       loading: false,

+ 2 - 1
src/views/platform/office/bpmReceivedProcess/pendingManage/detail/user-type.vue

@@ -10,6 +10,7 @@
       :columns="listConfig.columns"
       :pagination="pagination"
       :loading="loading"
+      :displayField="title"
       :index-row="false"
       :selection-row="false"
       @action-event="handleAction"
@@ -173,7 +174,7 @@ export default {
   data() {
     return {
       width: 220,
-      title: '我的待办事务',
+      title: '待办事务',
       createText: '创建表单',
       query: '',
       copyDialogFormVisible: false,

+ 2 - 1
src/views/platform/office/bpmReceivedProcess/pendingManage/transferOffice.vue

@@ -20,6 +20,7 @@
       :pk-key="pkKey"
       :columns="listConfig.columns"
       :pagination="pagination"
+      :displayField="title"
       :loading="loading"
       :index-row="false"
       @action-event="handleAction"
@@ -103,7 +104,7 @@ export default {
       delegateVisible: false,
       action: '',
       taskId: '', // 编辑dialog需要使用
-      title: '',
+      title: '转办事务',
       pkKey: 'id', // 主键  如果主键不是pk需要传主键
       typeId: '',
       loading: false,

+ 2 - 0
src/views/platform/office/bpmReceivedTask/handled.vue

@@ -21,6 +21,7 @@
       :columns="listConfig.columns"
       :row-handle="listConfig.rowHandle"
       :pagination="pagination"
+      :displayField="title"
       :loading="loading"
       :index-row="false"
       :selection-row="false"
@@ -57,6 +58,7 @@ export default {
       height: document.clientHeight,
       dialogFormVisible: false, // 弹窗
       instanceId: '', // 编辑dialog需要使用
+      title: '已办事宜',
 
       pkKey: 'id', // 主键  如果主键不是pk需要传主键
       typeId: '',