盗采点 => 巡查点

main
zhufu 2026-03-04 08:54:09 +08:00
parent a7384bcc97
commit b18b5c9ac0
5 changed files with 7 additions and 7 deletions

View File

@ -89,7 +89,7 @@ const emits = defineEmits(['closeModal'])
const reviewValue = ref('')
const showInfoColumn = [
{ label: '盗采点', key: 'minePointName', folder: 'minePoint', },
{ label: '巡查点', key: 'minePointName', folder: 'minePoint', },
{ label: '标题', key: 'title', folder: 'violationReport' },
{ label: '当事人姓名', key: 'partyName', folder: 'violationReport' },
{ label: '当事人电话', key: 'partyPhone', folder: 'violationReport' },

View File

@ -18,7 +18,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'Status',
},
{
title: '盗采点',
title: '巡查点',
dataIndex: 'PointName',
},
{
@ -48,7 +48,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'pointname',
label: '盗采点名称',
label: '巡查点名称',
component: 'Input',
colProps: { span: 4 },
},

View File

@ -32,7 +32,7 @@
//
const [registerTable, { reload, getSelectRows, getPaginationRef }] = useTable({
title: '盗采点列表',
title: '巡查点列表',
api: LoadAllPage,
columns: columns,
formConfig: {

View File

@ -78,7 +78,7 @@ const emits = defineEmits(['closeModal'])
const processValue = ref('')
const showInfoColumn = [
{ label: '盗采点', key: 'minePointName', folder: 'minePoint', },
{ label: '巡查点', key: 'minePointName', folder: 'minePoint', },
{ label: '标题', key: 'title', folder: 'violationReport', },
{ label: '当事人姓名', key: 'partyName', folder: 'violationReport', },
{ label: '当事人电话', key: 'partyPhone', folder: 'violationReport', },

View File

@ -15,7 +15,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'StatusName',
},
{
title: '盗采点',
title: '巡查点',
dataIndex: 'PointName',
},
{
@ -84,7 +84,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'pointname',
label: '盗采点名称',
label: '巡查点名称',
component: 'Input',
colProps: { span: 4 },
},