USER-20230908AJ\Administrator hace 2 meses
padre
commit
47c73e51aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/task/task_tab.vue

+ 1 - 1
common/task/task_tab.vue

@@ -5,7 +5,7 @@
 				<view class="title-text  sys-size-28 text-center sys-weight-600" :class="{'default-text':type===1}"
 					@click="setType(1)">概述</view>
 				<view class="title-text sys-size-28 text-center sys-weight-600" :class="{'default-text':type===2}"
-					@click="setType(2)">关系</view>
+					@click="setType(2)">图谱</view>
 				<view class="title-text sys-size-28 text-center sys-weight-600" :class="{'default-text':type===3}"
 					@click="setType(3)">实体</view>
 				<view class="title-text sys-size-28 text-center sys-weight-600" :class="{'default-text':type===4}"