04caf1b8 by zhangmeng

去除叉号

1 parent 16acb46a
...@@ -485,7 +485,9 @@ function commit() { ...@@ -485,7 +485,9 @@ function commit() {
485 language.value == 0 ? '提示' : 'Tip', { 485 language.value == 0 ? '提示' : 'Tip', {
486 confirmButtonText: language.value == 0 ? '是' : 'Yes', 486 confirmButtonText: language.value == 0 ? '是' : 'Yes',
487 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next', 487 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
488 type: 'warning' 488 type: 'warning',
489 closeOnClickModal: false,
490 showClose: false
489 }).then(() => { 491 }).then(() => {
490 checked.value = '1' 492 checked.value = '1'
491 router.push({ 493 router.push({
......
...@@ -441,7 +441,9 @@ function submitForm() { ...@@ -441,7 +441,9 @@ function submitForm() {
441 language.value == 0 ? '提示' : 'Tip', { 441 language.value == 0 ? '提示' : 'Tip', {
442 confirmButtonText: language.value == 0 ? '是' : 'Yes', 442 confirmButtonText: language.value == 0 ? '是' : 'Yes',
443 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next', 443 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
444 type: 'warning' 444 type: 'warning',
445 closeOnClickModal: false,
446 showClose: false
445 }).then(() => { 447 }).then(() => {
446 checked.value = '1' 448 checked.value = '1'
447 router.push({ 449 router.push({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!