hookehuyr

style: 将控制台日志中的冒号改为箭头符号

1 <!-- 1 <!--
2 * @Date: 2022-07-18 10:22:22 2 * @Date: 2022-07-18 10:22:22
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-09-25 14:31:46 4 + * @LastEditTime: 2025-10-01 15:41:31
5 * @FilePath: /data-table/src/views/index.vue 5 * @FilePath: /data-table/src/views/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -1348,7 +1348,7 @@ const setupFieldWatchers = () => { ...@@ -1348,7 +1348,7 @@ const setupFieldWatchers = () => {
1348 () => field.value, 1348 () => field.value,
1349 (newValue, oldValue) => { 1349 (newValue, oldValue) => {
1350 if (newValue !== oldValue) { 1350 if (newValue !== oldValue) {
1351 - console.log('字段变化:', { 1351 + console.log('字段变化=>', {
1352 key: field.key, 1352 key: field.key,
1353 name: field.name, 1353 name: field.name,
1354 comment: field.component_props.comment, 1354 comment: field.component_props.comment,
......