Browse Source

列表字段调整

environment_dev
wbc 4 days ago
parent
commit
eb2718fe9d
  1. 20
      src/views/achievement/achievementType/secondTab.vue
  2. 2
      src/views/achievement/goalDistrict/index.vue

20
src/views/achievement/achievementType/secondTab.vue

@ -119,7 +119,7 @@
{ {
dataIndex: 'type', dataIndex: 'type',
key: 'type', key: 'type',
title: '类别', title: '项目类别',
width: 200, width: 200,
}, },
{ {
@ -130,7 +130,7 @@
{ {
dataIndex: 'firstDesign', dataIndex: 'firstDesign',
key: 'firstDesign', key: 'firstDesign',
title: '初步设计', title: '前期设计',
}, },
{ {
dataIndex: 'investResource', dataIndex: 'investResource',
@ -140,22 +140,22 @@
{ {
dataIndex: 'acceptApproval', dataIndex: 'acceptApproval',
key: 'acceptApproval', key: 'acceptApproval',
title: '验收批复', title: '验收方式',
}, },
{ {
dataIndex: 'patrol', dataIndex: 'patrol',
key: 'patrol', key: 'patrol',
title: '定期巡查', title: '巡查模式',
}, },
{ {
dataIndex: 'department', dataIndex: 'manage',
key: 'department', key: 'manage',
title: '管理部门', title: '管理模式',
}, },
{ {
dataIndex: 'operateEfficiency', dataIndex: 'status',
key: 'operateEfficiency', key: 'status',
title: '运营效率', title: '运行情况',
}, },
]; ];
const chartRef1 = ref<HTMLDivElement | null>(null); const chartRef1 = ref<HTMLDivElement | null>(null);

2
src/views/achievement/goalDistrict/index.vue

@ -4,7 +4,7 @@
<a-cascader <a-cascader
v-model:value="district" v-model:value="district"
:options="districtOptions" :options="districtOptions"
placeholder="Please select" placeholder="请选择"
change-on-select change-on-select
@change="districtChange" @change="districtChange"
/> />

Loading…
Cancel
Save