盗采点 => 巡查点
parent
a7384bcc97
commit
b18b5c9ac0
|
|
@ -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' },
|
||||
|
|
|
|||
|
|
@ -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 },
|
||||
},
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
// 表格
|
||||
const [registerTable, { reload, getSelectRows, getPaginationRef }] = useTable({
|
||||
title: '盗采点列表',
|
||||
title: '巡查点列表',
|
||||
api: LoadAllPage,
|
||||
columns: columns,
|
||||
formConfig: {
|
||||
|
|
|
|||
|
|
@ -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', },
|
||||
|
|
|
|||
|
|
@ -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 },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue