查询条件添加
This commit is contained in:
@ -112,7 +112,8 @@
|
||||
const taskIdRef = ref('');
|
||||
const visibleFlowRecordModal = ref(false);
|
||||
const [registerModal, { openModal }] = useModal();
|
||||
const formName='客户';
|
||||
// const formName='客户';
|
||||
const formName=currentRoute.value.meta?.title;
|
||||
const [registerTable, { reload, clearSelectedRowKeys }] = useTable({
|
||||
title: '' || (formName + '列表'),
|
||||
api: getLngCustomerPage,
|
||||
|
||||
@ -58,7 +58,7 @@ export const columns: BasicColumn[] = [
|
||||
|
||||
{
|
||||
dataIndex: 'dateFrom',
|
||||
title: '超始日期',
|
||||
title: '起始日期',
|
||||
componentType: 'date',
|
||||
align: 'left',
|
||||
|
||||
|
||||
@ -88,7 +88,8 @@
|
||||
const schemaIdComputedRef = ref();
|
||||
schemaIdComputedRef.value = currentRoute.value.meta.schemaId
|
||||
const [registerModal, { openModal }] = useModal();
|
||||
const formName='客户组';
|
||||
// const formName='客户组';
|
||||
const formName=currentRoute.value.meta?.title;
|
||||
const [registerTable, { reload, clearSelectedRowKeys }] = useTable({
|
||||
title: '' || (formName + '列表'),
|
||||
api: getLngCustomerGroupPage,
|
||||
|
||||
@ -90,7 +90,8 @@
|
||||
const schemaIdComputedRef = ref();
|
||||
schemaIdComputedRef.value = currentRoute.value.meta.schemaId
|
||||
const [registerModal, { openModal }] = useModal();
|
||||
const formName='评价体系';
|
||||
// const formName='评价体系';
|
||||
const formName=currentRoute.value.meta?.title;
|
||||
const [registerTable, { reload, clearSelectedRowKeys }] = useTable({
|
||||
title: '' || (formName + '列表'),
|
||||
api: getLngGradeSystemPage,
|
||||
|
||||
@ -115,7 +115,8 @@
|
||||
const taskIdRef = ref('');
|
||||
const visibleFlowRecordModal = ref(false);
|
||||
const [registerModal, { openModal }] = useModal();
|
||||
const formName='客户评价';
|
||||
// const formName='客户评价';
|
||||
const formName=currentRoute.value.meta?.title;
|
||||
const [registerTable, { reload, clearSelectedRowKeys }] = useTable({
|
||||
title: '' || (formName + '列表'),
|
||||
api: getLngScorePage,
|
||||
|
||||
Reference in New Issue
Block a user