Commit bab51991 by 张超军

人工标注特征点提示

parent 78c829ed
/* /*
* @Author: your name * @Author: your name
* @Date: 2022-03-25 16:36:01 * @Date: 2022-03-25 16:36:01
* @LastEditTime: 2022-05-25 13:30:53 * @LastEditTime: 2022-05-26 16:54:08
* @LastEditors: error: git config user.name && git config user.email & please set dead value or install git * @LastEditors: error: git config user.name && git config user.email & please set dead value or install git
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \uuuz\founder_vue\src\i18n\zh-cn.js * @FilePath: \uuuz\founder_vue\src\i18n\zh-cn.js
...@@ -945,7 +945,9 @@ export default { ...@@ -945,7 +945,9 @@ export default {
please_select_ethnic_type: '请选择民族类型', please_select_ethnic_type: '请选择民族类型',
please_enter_administrative_district_registered_residence: '请输入户籍地行政区', please_enter_administrative_district_registered_residence: '请输入户籍地行政区',
please_enter_current_address_Administrative: '请输入现住址行政区', please_enter_current_address_Administrative: '请输入现住址行政区',
please_enter_printing_unit: '请输入捺印单位名称' please_enter_printing_unit: '请输入捺印单位名称',
tip_open_manual_marking_tzd: '提示:已开启人工标注特征点',
tip_close_manual_marking_tzd: '提示:已开启人工标注特征点',
}, },
// 案件指纹编辑 // 案件指纹编辑
Ajzwbj: { Ajzwbj: {
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-22 11:36:10 * @Date: 2021-10-22 11:36:10
* @LastEditTime: 2022-05-25 12:55:54 * @LastEditTime: 2022-05-26 16:54:42
* @LastEditors: error: git config user.name && git config user.email & please set dead value or install git * @LastEditors: error: git config user.name && git config user.email & please set dead value or install git
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue * @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
...@@ -2638,6 +2638,8 @@ export default { ...@@ -2638,6 +2638,8 @@ export default {
*/ */
tzdChange () { tzdChange () {
let self = this; let self = this;
// 提示:已开启人工标注特征点/已关闭人工标注特征点
// self.$message.info('提示:已开启人工标注特征点/已关闭人工标注特征点')
this.isHandTZD = !this.isHandTZD; this.isHandTZD = !this.isHandTZD;
if (this.isHandTZD) { if (this.isHandTZD) {
$(".tzdDrawing").css("z-index", "9999"); $(".tzdDrawing").css("z-index", "9999");
...@@ -2657,8 +2659,10 @@ export default { ...@@ -2657,8 +2659,10 @@ export default {
// head: 'triangle' // triangle // head: 'triangle' // triangle
// } // }
// }); // });
self.$message.info(self.$t('Ryzwbj.tip_open_manual_marking_tzd'))
} else { } else {
// this.imageEditor.stopDrawingMode(); // this.imageEditor.stopDrawingMode();
self.$message.info(self.$t('Ryzwbj.tip_close_manual_marking_tzd'))
} }
}, },
/** /**
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-10-22 11:36:10 * @Date: 2021-10-22 11:36:10
* @LastEditTime: 2022-05-25 13:04:58 * @LastEditTime: 2022-05-26 16:55:03
* @LastEditors: error: git config user.name && git config user.email & please set dead value or install git * @LastEditors: error: git config user.name && git config user.email & please set dead value or install git
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue * @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
...@@ -5245,8 +5245,10 @@ export default { ...@@ -5245,8 +5245,10 @@ export default {
self.isRotateOptions_dr = false self.isRotateOptions_dr = false
self.isActive_rotate_dr = false self.isActive_rotate_dr = false
$(".icon_rotate").css("background", "rgba(5, 95, 231, 0.05)"); $(".icon_rotate").css("background", "rgba(5, 95, 231, 0.05)");
self.$message.info(self.$t('Ryzwbj.tip_open_manual_marking_tzd'))
} else { } else {
$(".tzdDrawing").css("z-index", "99"); $(".tzdDrawing").css("z-index", "99");
self.$message.info(self.$t('Ryzwbj.tip_close_manual_marking_tzd'))
} }
}, },
/** /**
......
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