协议完善

This commit is contained in:
SjS 2025-04-08 08:52:50 +08:00
parent 5e2867336e
commit f25f3f4f0e

View File

@ -81,12 +81,6 @@
<template v-else-if="column.key === 'agreementType'"> <template v-else-if="column.key === 'agreementType'">
<dict-tag :options="dict.type.agreement_type" :value="d.row[column.key]"/> <dict-tag :options="dict.type.agreement_type" :value="d.row[column.key]"/>
</template> </template>
<template v-else-if="column.key === 'storeId'">
{{ d.row.userName || '-' }}
</template>
<template v-else-if="column.key === 'areaId'">
{{ d.row.areaName || '-' }}
</template>
<template v-else> <template v-else>
{{d.row[column.key]}} {{d.row[column.key]}}
</template> </template>
@ -200,12 +194,13 @@ export default {
// //
columns: [ columns: [
{key: 'id', visible: true, label: 'ID', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, {key: 'id', visible: true, label: 'ID', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{key: 'storeId', visible: true, label: '商户', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{key: 'areaId', visible: true, label: '运营区', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{key: 'title', visible: true, label: '标题', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{key: 'brief', visible: true, label: '简介', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{ key: 'userName', visible: true, label: '商户', sortable: true, align: 'center' }, { key: 'userName', visible: true, label: '商户', sortable: true, align: 'center' },
{ key: 'areaName', visible: true, label: '运营区', sortable: true, align: 'center' }, { key: 'areaName', visible: true, label: '运营区', sortable: true, align: 'center' },
//{key: 'storeId', visible: true, label: '', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
//{key: 'areaId', visible: true, label: '', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{key: 'title', visible: true, label: '标题', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{key: 'brief', visible: true, label: '简介', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
// {key: 'content', visible: true, label: '', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, // {key: 'content', visible: true, label: '', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
{key: 'agreementType', visible: true, label: '协议类型', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, {key: 'agreementType', visible: true, label: '协议类型', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
// {key: 'duration', visible: true, label: '', minWidth: null, sortable: false, overflow: false, align: 'center', width: "100"}, // {key: 'duration', visible: true, label: '', minWidth: null, sortable: false, overflow: false, align: 'center', width: "100"},