diff --git a/src/assets/icons/error_icon.svg b/src/assets/icons/error_icon.svg new file mode 100644 index 0000000..d772a90 --- /dev/null +++ b/src/assets/icons/error_icon.svg @@ -0,0 +1,17 @@ + + + 形状 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index ebd6294..b26a1d9 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -31,7 +31,7 @@ async function handlerSearch(value) { if (res.code === 'OK') { state.resultList = [ { - title: 'AI工单管理', + title: '图审审批管理', path: 'worksheet', data: res.data.ai, }, diff --git a/src/views/final/comp/CustomTabelModal.vue b/src/views/final/comp/CustomTabelModal.vue index bd752d9..085ccd9 100644 --- a/src/views/final/comp/CustomTabelModal.vue +++ b/src/views/final/comp/CustomTabelModal.vue @@ -433,13 +433,13 @@ const indeterminate = computed(() => { > {{ item.name }} - + /> -->
不固定
diff --git a/src/views/final/content/Content.vue b/src/views/final/content/Content.vue index 99a15ae..24f68fa 100644 --- a/src/views/final/content/Content.vue +++ b/src/views/final/content/Content.vue @@ -1,6 +1,6 @@