|
|
@ -490,7 +490,8 @@ export default { |
|
|
|
if (resp.success) { |
|
|
|
const loading = this.$loading({ |
|
|
|
lock: true, |
|
|
|
text: '合同信息正在生成中', |
|
|
|
text: '合同生成中,请勿终止和关闭,生成后才可后续操作,请耐心等待,大概用时1-2分钟……', |
|
|
|
customClass: 'create-isLoading', |
|
|
|
spinner: 'el-icon-loading', |
|
|
|
background: 'rgba(0, 0, 0, 0.7)' |
|
|
|
}) |
|
|
@ -579,4 +580,7 @@ export default { |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
/deep/ .create-isLoading .el-loading-text { |
|
|
|
font-size: 20px; |
|
|
|
} |
|
|
|
</style> |
|
|
|