订阅领域管理

This commit is contained in:
caoyang
2022-03-03 13:32:37 +08:00
parent 14c71b698e
commit 2fbebce21f
13 changed files with 127 additions and 92 deletions
@@ -135,6 +135,14 @@
if (res.success) {
var jsonHead = res.result
this.columns = []
this.columns.push(
{
title: this.$t('serialNumber'),
dataIndex: 'index',
key: 'index',
align: 'center',
customRender: (text,record,index) => `${index+1}`,
})
jsonHead.forEach((res, index) => {
this.columns.push({
title: res.db_field_txt,