|
@@ -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">
|