功能区字典
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user