Merge branch 'version_1.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management_vue into version_1.0
This commit is contained in:
commit
6a12c2dc38
@ -127,7 +127,7 @@ export default {
|
|||||||
if (status === 0) {
|
if (status === 0) {
|
||||||
return '新建'
|
return '新建'
|
||||||
} else if (status === 1) {
|
} else if (status === 1) {
|
||||||
return '侍审批'
|
return '审批中'
|
||||||
} else if (status === 2) {
|
} else if (status === 2) {
|
||||||
return '侍审批'
|
return '侍审批'
|
||||||
} else if (status === 3) {
|
} else if (status === 3) {
|
||||||
@ -178,7 +178,7 @@ export default {
|
|||||||
dataListSelections: [],
|
dataListSelections: [],
|
||||||
stateList: [
|
stateList: [
|
||||||
{value: '0', label: '新建'},
|
{value: '0', label: '新建'},
|
||||||
{value: '1', label: '侍审批'},
|
{value: '1', label: '审批中'},
|
||||||
{value: '2', label: '拒绝'},
|
{value: '2', label: '拒绝'},
|
||||||
{value: '3', label: '侍提交'},
|
{value: '3', label: '侍提交'},
|
||||||
{value: '4', label: '审批通过'}
|
{value: '4', label: '审批通过'}
|
||||||
|
|||||||
@ -168,7 +168,7 @@ export default {
|
|||||||
if (status === 0) {
|
if (status === 0) {
|
||||||
return '新建'
|
return '新建'
|
||||||
} else if (status === 1) {
|
} else if (status === 1) {
|
||||||
return '侍审批'
|
return '审批中'
|
||||||
} else if (status === 2) {
|
} else if (status === 2) {
|
||||||
return '己审批'
|
return '己审批'
|
||||||
} else if (status === 3) {
|
} else if (status === 3) {
|
||||||
@ -220,7 +220,7 @@ export default {
|
|||||||
dataListSelections: [],
|
dataListSelections: [],
|
||||||
stateList: [
|
stateList: [
|
||||||
{value: '0', label: '新建'},
|
{value: '0', label: '新建'},
|
||||||
{value: '1', label: '侍审批'},
|
{value: '1', label: '审批中'},
|
||||||
{value: '2', label: '拒绝'},
|
{value: '2', label: '拒绝'},
|
||||||
{value: '3', label: '侍提交'},
|
{value: '3', label: '侍提交'},
|
||||||
{value: '4', label: '审批通过'}
|
{value: '4', label: '审批通过'}
|
||||||
|
|||||||
@ -242,7 +242,7 @@ export default {
|
|||||||
}, 500)
|
}, 500)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
uploadDownFile (val) {
|
uploadDownFile (val) {n
|
||||||
this.uploadVisible = true
|
this.uploadVisible = true
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user