Commit a0b8976e authored by 沈翠玲's avatar 沈翠玲

全部案件增加调解中心的筛选

parent ad739189
......@@ -563,6 +563,7 @@
width: 80,
},
],
maxHeight: 800,
onCheckboxChange: onCheckboxChange,
onCheckboxAll: onCheckboxAll,
});
......
......@@ -183,6 +183,7 @@
dataValue.value = selectdList.value.length > 0 ? '对选中项操作' : '对查询结果操作';
};
const config = reactive({
maxHeight: 800,
columns: [
{ type: 'checkbox', title: '', width: 60, fixed: 'left' },
{
......
......@@ -289,6 +289,7 @@
};
console.log('citydatacitydata', citydata);
const config = reactive({
maxHeight: 800,
columns: [
{ type: 'checkbox', title: '', width: 60, fixed: 'left' },
{
......
......@@ -257,6 +257,7 @@
};
const config = reactive({
id: 'caseManage',
maxHeight: 800,
columns: [
{ type: 'checkbox', title: '', width: 60, fixed: 'left' },
{
......@@ -670,6 +671,7 @@
return <>{row?.tenant?.name}</>;
},
},
search: { el: 'select', props: { filterable: true, clearable: true }, key: 'tenant', labelWidth: 90 },
enum: () => getTenantPage({ current: 1, size: 999999999, status: 'enable' }),
fieldNames: { label: 'name', value: 'id' },
title: '调解中心',
......
......@@ -291,6 +291,7 @@
});
};
const config = reactive({
maxHeight: 800,
columns: [
{ type: 'checkbox', title: '', width: 60, fixed: 'left' },
{
......
......@@ -278,6 +278,7 @@
};
const config = computed( () => {
return {
maxHeight: 800,
columns: [
{ type: 'checkbox', title: '', width: 60, fixed: 'left' },
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment