Commit 8abd8648 by li_hongchao

地市复核详情页内容显示错误

parent aba23224
......@@ -303,7 +303,7 @@ export default {
if (_that.isFromSh === 'true') {
return _that.isSh === 'true' ? '审核' : '复核'
} else {
return '核'
return '核'
}
},
/**
......
......@@ -292,7 +292,7 @@ export default {
if (_that.isFromSh === 'true') {
return _that.isSh === 'true'? '审核' : '复核'
} else {
return '核'
return '核'
}
},
/**
......
......@@ -313,7 +313,7 @@ export default {
if (_that.isFromSh === 'true') {
return _that.isSh === 'true'? '审核' : '复核'
} else {
return '核'
return '核'
}
},
/**
......
......@@ -960,7 +960,7 @@ export default {
if (_that.isFromSh === 'true') {
return _that.isSh === 'true' ? '审核' : '复核'
} else {
return '核'
return '核'
}
},
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment