src/uni_modules/cc-defineTable/components/cc-defineTable/cc-defineTable.vue
@@ -7,7 +7,8 @@ <view v-for="(subItem, subIndex) in item.list" :key="subIndex"> <view class="param-item"> <label>{{ subItem.name }}</label> <text class="font-family" :title="subItem.value">{{ subItem.value }}</text> <text v-if="subItem.valueClick" class="font-family" style="color: #027edc;cursor: pointer;" :title="subItem.value" @click="subItem.valueClick">{{ subItem.value }}</text> <text v-else class="font-family" :title="subItem.value">{{ subItem.value }}</text> </view> </view> </view>