标签管理

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
+19
View File
@@ -469,4 +469,23 @@ module.exports = {
sentProcess: 'Sent process',
monitoringProcess: 'Monitoring process',
ConfirmDeployment:'Confirm deployment',
terminationProcess:'termination process',
issue:'issue',
projectInformation:'project information',
standardContent:'standard content',
complianceReview:'compliance review',
reviewResults:'review results',
selectReviewResult:'Please select the review result',
feedback:'feedback',
approvalHistory:'cpproval history',
cannotExceed500characters:'cannot exceed 500 characters',
accord:'conformity',
nonConformity:'non conformity',
Tracked:'to be tracked',
notInvolved:'Not involved',
Operator:'operator',
role:'role',
operationContent:'operation content',
operationTime:'operation time',
}
+20
View File
@@ -467,6 +467,26 @@ module.exports = {
OnlyOneSelected:'只能选择一条数据',
OnlyPDF:'只能导入pdf文件',
open:'展开',
away:'收起',
terminationProcess:'终止流程',
issue:'下发',
projectInformation:'项目信息',
standardContent:'标准内容',
complianceReview:'符合性审查',
reviewResults:'审查结果',
selectReviewResult:'请选择审查结果',
feedback:'反馈意见',
approvalHistory:'审批历史',
cannotExceed500characters:'不能超过500个字符',
accord:'符合',
nonConformity:'不符合',
Tracked:'待追踪',
notInvolved:'不涉及',
Operator:'操作人',
role:'角色',
operationContent:'操作内容',
operationTime:'操作时间',
away:'收起',
toDoProcess: '待办流程',
processDone: '已办流程',
+1 -1
View File
@@ -25,7 +25,7 @@
{{record.resultContent=='转换成功'?ol.text:''}}
</span>
<span v-if="ol.text==$t('delete')">
{{record.resultContent=='转换成功'?ol.text:''}}
{{ol.text}}
</span>
</a>
</span>
+5
View File
@@ -327,6 +327,11 @@ export const constantRouterMap = [
name: 'docIndex',
component: () => import(/* webpackChunkName: "user" */ '@/views/documentManage/library/docDetail/index')
},
{
path: '/docManage/form/detail',
name: 'processIndex',
component: () => import(/* webpackChunkName: "process" */ '@/views/documentManage/process/detail')
},
// {
// path: '/',
// name: 'index',
@@ -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]