高敬炎 hace 2 años
padre
commit
e12a61aeaf
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
  1. 4 0
      src/views/check-flow/conditions.js
  2. 1 2
      src/views/check-flow/index.vue

+ 4 - 0
src/views/check-flow/conditions.js

@@ -57,6 +57,10 @@ export default {
         label: '用印申请',
         value: '用印申请'
       },
+      {
+        label: '大可以物流',
+        value: '大可以物流'
+      },
       {
         label: '用印申请(大通)',
         value: '用印申请(大通)'

+ 1 - 2
src/views/check-flow/index.vue

@@ -301,8 +301,7 @@
                :key="slideWhichType === 0 ? item.staffId : item.roleId"
                class="dialog-selected-item">
             {{ slideWhichType === 0 ? item.staffName : item.roleName }}
-            <el-button type="text"
-                       @click="handleDeleteDialogSelected(item)">删除</el-button>
+            <el-button type="text" @click="handleDeleteDialogSelected(item)">删除</el-button>
           </div>
         </div>
       </div>