소스 검색

字段标题

CzRger 2 일 전
부모
커밋
ea75d35678
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/views/manage/index/text-detail.vue
  2. 1 1
      src/views/manage/index/text.vue

+ 2 - 2
src/views/manage/index/text-detail.vue

@@ -146,9 +146,9 @@ const ref_form = ref()
 const titleCpt = computed(() => {
   let t = ''
   switch (props.transfer.mode) {
-    case 'add': t = '新增索引'
+    case 'add': t = '新增字段'
       break
-    case 'edit': t = '编辑索引'
+    case 'edit': t = '编辑字段'
       break
   }
   return t

+ 1 - 1
src/views/manage/index/text.vue

@@ -1,7 +1,7 @@
 <template>
   <CusDialog
     :show="show"
-    title="字信息"
+    title="字信息"
     @onClose="$emit('update:show', false)"
     width="90%"
     height="90%"