Browse Source

fix我的待办查询“流程key”改为“流程实例编号”,与列表对应

LLL 1 year ago
parent
commit
68854f46db
1 changed files with 2 additions and 2 deletions
  1. 2 2
      itdmWeb/src/views/activiti/ActivitiDaibanList.vue

+ 2 - 2
itdmWeb/src/views/activiti/ActivitiDaibanList.vue

@@ -5,8 +5,8 @@
         <a-form layout="inline" @keyup.enter.native="searchQuery">
           <a-row :gutter="24">
             <a-col :xl="6" :lg="7" :md="8" :sm="24">
-              <a-form-model-item prop="key" label="流程KEY">
-                <a-input v-model="queryParam.key" allowClear placeholder="请输入流程KEY"></a-input>
+              <a-form-model-item prop="key" label="流程实例编号">
+                <a-input v-model="queryParam.key" allowClear placeholder="请输入流程实例编号"></a-input>
               </a-form-model-item>
             </a-col>
             <a-col :xl="6" :lg="7" :md="8" :sm="24">