Browse Source

桩号修改

wangqin
Joe 10 months ago
parent
commit
42c1d5504c
  1. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue
  2. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/dutyOfficer/index.vue
  3. 16
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/emergencyAgencies/index.vue

2
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue

@ -244,7 +244,7 @@ export default {
margin-bottom: 6px;
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-auto-rows: 78px;
grid-auto-rows: 60px;
flex: 1;
max-height: 100%;
overflow: auto;

6
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/dutyOfficer/index.vue

@ -26,6 +26,12 @@
</template>
新增
</ButtonGradient>
<ButtonGradient @click.native="setCurrentPage(1)">
<template #prefix>
<img src="@screen/images/refresh.svg" />
</template>
刷新
</ButtonGradient>
</div>
<InputSearch style="width: 402px;" :formList="searchFormList" :formConfigOptions="{ labelWidth: '72px' }"

16
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/emergencyAgencies/index.vue

@ -92,13 +92,17 @@ export default {
key: "dcOrganizations.organizationAddress",
label: "机构地址"
},
// {
// key: "coordinate.longitude",
// label: ""
// },
// {
// key: "coordinate.longitude",
// label: ""
// },
{
key: "coordinate.longitude",
label: "经度"
},
{
key: "coordinate.longitude",
label: "纬度"
key: "dcOrganizations.stakeMark",
label: "桩号"
},
{
key: "dcOrganizations.latitude",

Loading…
Cancel
Save