标签管理
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user