This commit is contained in:
duanxiaohai 2024-08-11 17:52:21 +08:00
parent e7fae8c4a6
commit 790f92e1a8
3 changed files with 2 additions and 1133 deletions

File diff suppressed because it is too large Load Diff

View File

@ -207,7 +207,7 @@
</div> </div>
</div> </div>
</div> </div>
<div v-else-if="tableType.data?.length > 1"> <div v-else-if="rightType == '1'">
<div class="my-label"> <div class="my-label">
<div class="my-label-title">{{ dataMyTag.title }}</div> <div class="my-label-title">{{ dataMyTag.title }}</div>
</div> </div>

View File

@ -662,7 +662,7 @@ const sevenYX = (name) => {
}; };
onMounted(() => { onMounted(() => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
getData("弱有所扶", "社会救助服务"); getData("弱有所扶", "社会救助服务");
sevenYX("弱有众扶"); sevenYX("弱有众扶");
}); });