功能区字典

This commit is contained in:
weicw
2022-01-27 03:13:31 +08:00
parent 022a8f6a2c
commit bbd8422336
5 changed files with 123 additions and 20 deletions

View File

@@ -79,9 +79,9 @@
allow-clear
/>
</a-form-item>
<a-form-item label="父级功能区类别" name="ParentFunctionType">
<a-form-item label="父级功能区类别" name="parentFunctionType">
<a-input
v-model:value="form.ParentFunctionType"
v-model:value="form.parentFunctionType"
placeholder="请输入父级功能区类别"
allow-clear
/>
@@ -194,6 +194,10 @@ export default {
selection: [],
// 表格列配置
columns: [
{
title: "年份",
dataIndex: "year",
},
{
title: "功能区类别",
dataIndex: "functionType",
@@ -416,4 +420,4 @@ export default {
</script>
<style scoped lang="less">
</style>
</style>

View File

@@ -221,7 +221,9 @@ export default {
dataIndex: "functionType",
sorter: true,
},
{title: "功能区代码",dataIndex: "functionCode",sorter: true, },
{title: "所属城区",dataIndex: "area",sorter: true, },
{title: "功能区代码",dataIndex: "functionCode",sorter: true, },
{
title: "测点经度",
dataIndex: "placeLng",
@@ -506,4 +508,4 @@ export default {
</script>
<style scoped lang="less">
</style>
</style>