really remove labels for tenant

This commit is contained in:
Fam Zheng 2025-02-22 21:27:39 +00:00
parent 83e435637a
commit 951b7f8018

View File

@ -60,7 +60,7 @@ export default {
return fs; return fs;
}, },
visible_fields: function() { visible_fields: function() {
var fs = ['succeeded', 'datetime', 'location', 'product__name', 'code', 'phone_model', 'labels']; var fs = ['succeeded', 'datetime', 'location', 'product__name', 'code', 'phone_model'];
if (this.$root.is_admin) { if (this.$root.is_admin) {
fs.push('ip'); fs.push('ip');
fs.push('message'); fs.push('message');