@ -287,22 +287,22 @@ export default {
},
{
label: '状态',
prop: 'syncStatu',
prop: 'syncStatus',
search: false,
sortable: true,
filter: true,
span: 12,
headerAlign: 'center',
align: 'left',
align: 'center',
type: 'select',
dicData: [
label: '未同步',
value: '0',
value: 0,
label: '已同步',
value: '1',
value: 1,
],