new-map
parent
6ffdd3b29d
commit
d1748bfe33
|
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
<div class="mt-6px">
|
||||
<span class="text-28px font-bold">{{ data.value }}</span>
|
||||
<span class="ml-10px text-14px">{{ data.unit }}</span>
|
||||
<span class="ml-4px text-14px">{{ data.unit }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<template>
|
||||
<PageWrapper>
|
||||
<PageWrapper :contentStyle="{ margin: '16px 0' }">
|
||||
<a-card title="全市数据统计" class="px-16px">
|
||||
<template #extra>
|
||||
<a-button size="small" @click="handleCensus">编辑</a-button>
|
||||
</template>
|
||||
<a-card-grid
|
||||
class="!md:w-1/3 !xl:w-1/7 !w-full"
|
||||
class="!md:w-1/3 !xl:w-1/7 !w-full !py-24px !px-10px"
|
||||
v-for="(item, index) in CityDate"
|
||||
:key="index"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -218,8 +218,8 @@
|
|||
getAmonitoringData,
|
||||
} from '/@/api/sys/user'
|
||||
|
||||
const RadioButton = Radio.Button
|
||||
const RadioGroup = Radio.Group
|
||||
const RadioButton = Radio.Button
|
||||
const formRef = ref<FormInstance>()
|
||||
const formState = reactive({
|
||||
base_id: undefined, //基地
|
||||
|
|
|
|||
Loading…
Reference in New Issue