标签管理

This commit is contained in:
caoyang
2022-03-07 15:15:23 +08:00
parent f29e33bc95
commit 3a07e28dcf
6 changed files with 51 additions and 6 deletions
@@ -292,7 +292,7 @@
}
.tree-table{
.page{
margin-text-outline: 20px;
margin-top: 20px;
}
}
@@ -73,7 +73,8 @@
return{
spinning:false,
queryParam:{
pageNo:1,
pageSize:10,
},
titleTag:this.$t('NewLabelItem'),
typeVisible:false,
@@ -99,7 +100,7 @@
title: this.$t('AttributeType'),
align: "center",
width: 100,
dataIndex: 'field_show_type_dict_text',
dataIndex: 'item_text',
},
{
title: this.$t('FieldLength'),
@@ -117,7 +118,7 @@
title: this.$t('DisplayArea'),
align: "center",
width: 80,
dataIndex: 'show_area_dict_text'
dataIndex: 'show_area'
},
{
title: this.$t('operation'),
@@ -208,7 +209,7 @@
}else if(val==0){
params.isModel=0
}
getAction(`tag/onlCgformTag/page`,params).then(res=>{
postAction(`tag/onlCgformTag/page`,params).then(res=>{
if(res.success){
this.total=res.result.total
this.tableData= [ ...res.result]