-
{{ item.address }}
+
@@ -170,7 +172,7 @@
{ label: '已建成', value: 1 },
{ label: '持续变化', value: 2 },
]);
-
+
const dataList = ref([]);
const total = ref(0);
async function getTaskList() {
@@ -275,12 +277,10 @@
margin-bottom: 5px;
.item-info-id {
width: 178px;
- background: #bf2c64;
- color: #fff;
border-radius: 11px;
display: flex;
align-items: center;
- justify-content: center;
+ // justify-content: center;
height: 22px;
}
.item-info-layout {
@@ -290,7 +290,7 @@
justify-content: space-between;
}
.item-info-address {
- width: 120px;
+ // width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -339,12 +339,14 @@
}
}
.button-div {
- flex: 1;
- width: 100%;
- height: 100%;
+ height: 30px;
+ width: 30px;
display: flex;
justify-content: space-evenly;
font-size: 20px;
+ border: 1px solid #d9d9d9;
+ border-radius: 50%;
+ margin-left: 10px;
.collect-button:hover {
color: rgb(255, 205, 42);
}
diff --git a/src/views/demo/bootstraps/auditinfo/index.vue b/src/views/demo/bootstraps/auditinfo/index.vue
index 8003eec2..4f85b1df 100644
--- a/src/views/demo/bootstraps/auditinfo/index.vue
+++ b/src/views/demo/bootstraps/auditinfo/index.vue
@@ -101,7 +101,7 @@
// 存储年份数据的数组
let list: any = [];
// 获取当前年份
- year.value = Number(`${currentYear}`);
+ // year.value = Number(`${currentYear}`);
list.push({
value: Number(`${currentYear}`),
label: Number(`${currentYear}`),
diff --git a/src/views/demo/bootstraps/changearea/AuditProgress/index.vue b/src/views/demo/bootstraps/changearea/AuditProgress/index.vue
new file mode 100644
index 00000000..a4ea588b
--- /dev/null
+++ b/src/views/demo/bootstraps/changearea/AuditProgress/index.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
年份
+
{
+ emits('auditProgressScreenChange', value, 'year');
+ }
+ "
+ />
+
+
+
批次
+
{
+ emits('auditProgressScreenChange', value, 'batch');
+ }
+ "
+ />
+
+
+
+
+
+
+
+
+
+
{{ item.areaname }}
+
+
+ {{ item.count }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/demo/bootstraps/changearea/MapList/amend.vue b/src/views/demo/bootstraps/changearea/MapList/amend.vue
new file mode 100644
index 00000000..6609edc3
--- /dev/null
+++ b/src/views/demo/bootstraps/changearea/MapList/amend.vue
@@ -0,0 +1,117 @@
+
+
+
+
+
+
diff --git a/src/views/demo/bootstraps/changearea/MapList/index.vue b/src/views/demo/bootstraps/changearea/MapList/index.vue
new file mode 100644
index 00000000..35ff8c48
--- /dev/null
+++ b/src/views/demo/bootstraps/changearea/MapList/index.vue
@@ -0,0 +1,522 @@
+
+
+
+
+
+
+
+
年份
+
emits('mapListScreenChange', value, 'year')"
+ />
+
+
+
批次
+
emits('mapListScreenChange', value, 'batch')"
+ />
+
+
+
图斑号
+
emits('mapListScreenChange', value.target.value, 'mapNo')"
+ />
+
+
+
市级区划
+
emits('mapListScreenChange', value, 'countyId')"
+ />
+
+
+
县级区划
+
emits('mapListScreenChange', value, 'streetId')"
+ />
+
+
+
县级区划
+
emits('mapListScreenChange', value, 'countyId')"
+ />
+
+
+
镇级区划
+
emits('mapListScreenChange', value, 'streetId')"
+ />
+
+
+
图斑类型
+
emits('mapListScreenChange', value, 'mapType')"
+ />
+
+
+
违法类型
+
emits('mapListScreenChange', value, 'illegalType')"
+ />
+
+
+
整改措施
+
emits('mapListScreenChange', value, 'measure')"
+ />
+
+
+
图斑状态
+
emits('mapListScreenChange', value, 'mapStatus')"
+ />
+
+
+
标注类型
+
emits('mapListScreenChange', value, 'markType')"
+ />
+
+
+
+
+
+
+
+
+
+
{{ item.case_no }}
+
+
+
+
{{
+ item.case_description
+ }}
+
+
+
+
+
+
+
耕
+ {{ item.gengdi_area }}
+
+
+
农
+ {{ item.nongyongdi_area }}
+
+
+
重
+ {{ item.zhongdianquyu_area }}
+
+
+
规
+ {{ item.guotukongjianguihua_area }}
+
+
+
生
+ {{ item.shengtaibaohuhongxian_area }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/demo/bootstraps/changearea/index.vue b/src/views/demo/bootstraps/changearea/index.vue
new file mode 100644
index 00000000..49486974
--- /dev/null
+++ b/src/views/demo/bootstraps/changearea/index.vue
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+
diff --git a/src/views/demo/bootstraps/changearea/util.ts b/src/views/demo/bootstraps/changearea/util.ts
new file mode 100644
index 00000000..fc534be6
--- /dev/null
+++ b/src/views/demo/bootstraps/changearea/util.ts
@@ -0,0 +1,36 @@
+export const batchOptions = [
+ {value: '第一批', label: '第一批'},
+ {value: '第二批', label: '第二批'},
+ {value: '第三批', label: '第三批'},
+]
+export const yearOptions = [
+ { value: '2024', label: 2024 },
+ { value: '2023', label: 2023 },
+ { value: '2022', label: 2022 },
+ { value: '2021', label: 2021 },
+ { value: '2020', label: 2020 },
+]
+export const mapTypeOptions = [
+ { label: '合法', value: 0 },
+ { label: '违法', value: 1 },
+ { label: '其他', value: 2 },
+]
+export const illegalTypeOptions = [
+ { label: '非农化', value: 0 },
+ { label: '非粮化', value: 1 },
+]
+export const measureOptions = [
+ { label: '拆除复耕', value: 0},
+ { label: '补办手续', value: 1},
+]
+export const mapStatusOptions = [
+ { label: '待接收', value: 0 },
+ { label: '待判定', value: 1 },
+ { label: '待整改', value: 2 },
+ { label: '待审核', value: 3 },
+ { label: '已完成', value: 4 },
+]
+export const markTypeOptions = [
+ { label: '建设中', value: 0 },
+ { label: '已建成', value: 1 },
+]
\ No newline at end of file