ソースを参照

feat: 行政审批,已发流程,流程已办列表增加关键字筛选

liujt 5 日 前
コミット
152e5b1d36

+ 8 - 3
src/views/bpm/done/index.vue

@@ -9,12 +9,17 @@
           @submit.native.prevent
         >
           <el-row :gutter="15">
-            <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
+            <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
+              <el-form-item label="关键字:" prop="keyword">
+                <el-input clearable v-model.trim="params.keyword"></el-input>
+              </el-form-item>
+            </el-col>
+            <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
               <el-form-item label="流程名:" prop="name">
                 <el-input clearable v-model.trim="params.name"></el-input>
               </el-form-item>
             </el-col>
-            <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
+            <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
               <el-form-item label="结果:" prop="result">
                 <!-- <el-select
                   v-model="params.status"
@@ -52,7 +57,7 @@
             </el-col>
             <el-col
               style="display: flex; justify-content: flex-end"
-              v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }"
+              v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }"
             >
               <div class="ele-form-actions">
                 <el-button

+ 8 - 3
src/views/bpm/myInitiatedProcesses/index.vue

@@ -9,12 +9,17 @@
           @submit.native.prevent
         >
           <el-row :gutter="15">
-            <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
+            <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
+              <el-form-item label="关键字:" prop="keyword">
+                <el-input clearable v-model.trim="params.keyword"></el-input>
+              </el-form-item>
+            </el-col>
+            <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
               <el-form-item label="流程名:" prop="name">
                 <el-input clearable v-model.trim="params.name"></el-input>
               </el-form-item>
             </el-col>
-            <el-col v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
+            <el-col v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
               <el-form-item label="结果:" prop="result">
                 <!-- <el-select
                   v-model="params.status"
@@ -50,7 +55,7 @@
                 />
               </el-form-item>
             </el-col>
-            <el-col style="display: flex;justify-content: flex-end" v-bind="styleResponsive ? { lg: 6, md: 12 } : { span: 6 }">
+            <el-col style="display: flex;justify-content: flex-end" v-bind="styleResponsive ? { lg: 4, md: 12 } : { span: 4 }">
               <div class="ele-form-actions">
                 <el-button
                   type="primary"