lph 1 anno fa
parent
commit
efdf9fd19f

+ 2 - 2
zkqy-ui/src/views/bussiness/processMange.vue

@@ -6,7 +6,7 @@
         <div class="statistic-wrap">
           <div class="discription">
             <span class="title">已完成</span>
-            <span class="sub-title">已经完成的管道数</span>
+            <span class="sub-title">已经完成的生产任务数</span>
           </div>
           <span class="data">{{ doneNum }}</span>
         </div>
@@ -15,7 +15,7 @@
         <div class="statistic-wrap">
           <div class="discription">
             <span class="title">进行中</span>
-            <span class="sub-title">正在进行的管道数</span>
+            <span class="sub-title">正在进行的生产任务数</span>
           </div>
           <span class="data">{{ doingNum }}</span>
         </div>

+ 2 - 0
zkqy-ui/src/views/system/bpmnPro/components/Panel/components/ElementUnusualTasks.vue

@@ -84,6 +84,7 @@
           <el-select
             v-model="newUnusualTask.industryType"
             @change="industryTypeChangeHandler"
+            :filterable="true"
           >
             <el-option
               v-for="{ label, value } in dict.type.industry_type"
@@ -98,6 +99,7 @@
             v-model="newUnusualTask.scriptKey"
             @change="scriptKeyChange"
             :disabled="!newUnusualTask.industryType"
+            :filterable="true"
           >
             <el-option
               v-for="{ label, value } in filteredScriptList"