Browse Source

update PM

master
weiwei 4 years ago
parent
commit
7fe8b096f5
3 changed files with 2 additions and 5 deletions
  1. +0
    -1
      src/views/equip/reportform/history.vue
  2. +0
    -1
      src/views/equip/workbench/order.vue
  3. +2
    -3
      src/views/login/index.vue

+ 0
- 1
src/views/equip/reportform/history.vue View File

@ -183,7 +183,6 @@ export default {
80: '已完成'
},
statusOptions: [
{ key: 10, value: '未计划' },
{ key: 26, value: '已派工' },
{ key: 40, value: '执行中' },
{ key: 80, value: '已完成' }


+ 0
- 1
src/views/equip/workbench/order.vue View File

@ -281,7 +281,6 @@ export default {
80: '已完成'
},
statusOptions: [
{ key: 10, value: '未计划' },
{ key: 26, value: '已派工' },
{ key: 40, value: '执行中' },
{ key: 80, value: '已完成' }


+ 2
- 3
src/views/login/index.vue View File

@ -74,13 +74,12 @@ import { getAllField } from '@/api/system/field'
export default {
name: 'Login',
// components: { SocialSign },
data() {
return {
options: [],
loginForm: {
userid: 'admin',
password: '123456',
userid: '',
password: '',
workshop: 100
},
loginRules: {


Loading…
Cancel
Save