This commit is contained in:
@@ -64,47 +64,47 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return (rowIndex + 1).toString();
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '订单号',
|
||||
field: 'orderId',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '租赁合同编号',
|
||||
field: 'userId',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '租赁人',
|
||||
field: 'userName',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '租金',
|
||||
field: 'rent',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '押金',
|
||||
field: 'deposit',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '违约金',
|
||||
field: 'penalty',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '总金额',
|
||||
field: 'totalAmount',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '收费日期',
|
||||
field: 'chargeDate',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '支付方式',
|
||||
@@ -114,7 +114,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.paymentMethod, 'pro_payment_method');
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '开票状态',
|
||||
@@ -124,12 +124,12 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.invoiceStatus, 'pro_invoice_status');
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '发票类型',
|
||||
field: 'invoiceType',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '收费状态',
|
||||
@@ -139,12 +139,12 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.chargeStatus, 'pro_charging_status');
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -31,17 +31,17 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return (rowIndex + 1).toString();
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '养护名称',
|
||||
field: 'maintainName',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '服务地点(房间id)',
|
||||
field: 'roomId',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '服务类型',
|
||||
@@ -51,7 +51,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.serveType, 'pro_service_type');
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '养护周期类型',
|
||||
@@ -61,27 +61,27 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.periodType, 'wy_time_unit');
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '养护周期频次',
|
||||
field: 'periodFrequency',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '关联订单',
|
||||
field: 'orderId',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '计划执行时间',
|
||||
field: 'startTime',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '计划完成时间',
|
||||
field: 'endTime',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '巡检结果',
|
||||
@@ -91,12 +91,12 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.inspectResult, 'pro_inspection_results');
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '处理措施',
|
||||
field: 'measure',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '客户评分',
|
||||
@@ -109,12 +109,12 @@ export const columns: VxeGridProps['columns'] = [
|
||||
});
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '客户反馈',
|
||||
field: 'customerAdvice',
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
title: '处理状态',
|
||||
@@ -124,7 +124,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.state, 'pro_processing_status');
|
||||
},
|
||||
},
|
||||
width: 'auto'
|
||||
minWidth: '120'
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -26,15 +26,6 @@ export const querySchema: FormSchemaGetter = () => [
|
||||
|
||||
export const columns: VxeGridProps['columns'] = [
|
||||
{ type: 'checkbox', width: 60 },
|
||||
{
|
||||
title: '序号',
|
||||
field: 'id',
|
||||
slots: {
|
||||
default: ({ rowIndex }) => {
|
||||
return (rowIndex + 1).toString();
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '产品编号',
|
||||
field: 'plantCode',
|
||||
@@ -104,12 +95,6 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
triggerFields: [''],
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '产品编号',
|
||||
fieldName: 'plantCode',
|
||||
component: 'Input',
|
||||
rules: 'required',
|
||||
},
|
||||
{
|
||||
label: '产品名称',
|
||||
fieldName: 'plantName',
|
||||
|
Reference in New Issue
Block a user