Update index.vue

parent 002673a7
...@@ -289,15 +289,15 @@ export default defineComponent({ ...@@ -289,15 +289,15 @@ export default defineComponent({
align: 'left', align: 'left',
sortable: false, sortable: false,
}, },
{ // {
name: 'level', // name: 'level',
field: 'level', // field: 'level',
required: true, // required: true,
label: i18n.global.t('customer.tableColumnsCustomer.ratings'), // label: i18n.global.t('customer.tableColumnsCustomer.ratings'),
headerStyle: 'text-align: center !important;', // headerStyle: 'text-align: center !important;',
align: 'left', // align: 'left',
sortable: false, // sortable: false,
}, // },
{ {
name: 'status', name: 'status',
field: 'status', field: 'status',
......
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