提交修改

This commit is contained in:
quyixiao 2020-08-26 17:32:29 +08:00
parent d16b8a1652
commit e34ce9f5a1
3 changed files with 5 additions and 5 deletions

View File

@ -127,7 +127,7 @@ export default {
if (status === 0) {
return '新建'
} else if (status === 1) {
return '审批'
return '审批'
} else if (status === 2) {
return '侍审批'
} else if (status === 3) {
@ -178,7 +178,7 @@ export default {
dataListSelections: [],
stateList: [
{value: '0', label: '新建'},
{value: '1', label: '审批'},
{value: '1', label: '审批'},
{value: '2', label: '拒绝'},
{value: '3', label: '侍提交'},
{value: '4', label: '审批通过'}

View File

@ -168,7 +168,7 @@ export default {
if (status === 0) {
return '新建'
} else if (status === 1) {
return '审批'
return '审批'
} else if (status === 2) {
return '己审批'
} else if (status === 3) {
@ -220,7 +220,7 @@ export default {
dataListSelections: [],
stateList: [
{value: '0', label: '新建'},
{value: '1', label: '审批'},
{value: '1', label: '审批'},
{value: '2', label: '拒绝'},
{value: '3', label: '侍提交'},
{value: '4', label: '审批通过'}

View File

@ -242,7 +242,7 @@ export default {
}, 500)
})
},
uploadDownFile (val) {
uploadDownFile (val) {n
this.uploadVisible = true
this.$nextTick(() => {
setTimeout(() => {