标签管理
This commit is contained in:
@@ -469,4 +469,23 @@ module.exports = {
|
|||||||
sentProcess: 'Sent process',
|
sentProcess: 'Sent process',
|
||||||
monitoringProcess: 'Monitoring process',
|
monitoringProcess: 'Monitoring process',
|
||||||
ConfirmDeployment:'Confirm deployment',
|
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',
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -467,6 +467,26 @@ module.exports = {
|
|||||||
OnlyOneSelected:'只能选择一条数据',
|
OnlyOneSelected:'只能选择一条数据',
|
||||||
OnlyPDF:'只能导入pdf文件',
|
OnlyPDF:'只能导入pdf文件',
|
||||||
open:'展开',
|
open:'展开',
|
||||||
|
away:'收起',
|
||||||
|
terminationProcess:'终止流程',
|
||||||
|
issue:'下发',
|
||||||
|
projectInformation:'项目信息',
|
||||||
|
standardContent:'标准内容',
|
||||||
|
complianceReview:'符合性审查',
|
||||||
|
reviewResults:'审查结果',
|
||||||
|
selectReviewResult:'请选择审查结果',
|
||||||
|
feedback:'反馈意见',
|
||||||
|
approvalHistory:'审批历史',
|
||||||
|
cannotExceed500characters:'不能超过500个字符',
|
||||||
|
accord:'符合',
|
||||||
|
nonConformity:'不符合',
|
||||||
|
Tracked:'待追踪',
|
||||||
|
notInvolved:'不涉及',
|
||||||
|
Operator:'操作人',
|
||||||
|
role:'角色',
|
||||||
|
operationContent:'操作内容',
|
||||||
|
operationTime:'操作时间',
|
||||||
|
|
||||||
away:'收起',
|
away:'收起',
|
||||||
toDoProcess: '待办流程',
|
toDoProcess: '待办流程',
|
||||||
processDone: '已办流程',
|
processDone: '已办流程',
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
{{record.resultContent=='转换成功'?ol.text:''}}
|
{{record.resultContent=='转换成功'?ol.text:''}}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="ol.text==$t('delete')">
|
<span v-if="ol.text==$t('delete')">
|
||||||
{{record.resultContent=='转换成功'?ol.text:''}}
|
{{ol.text}}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -327,6 +327,11 @@ export const constantRouterMap = [
|
|||||||
name: 'docIndex',
|
name: 'docIndex',
|
||||||
component: () => import(/* webpackChunkName: "user" */ '@/views/documentManage/library/docDetail/index')
|
component: () => import(/* webpackChunkName: "user" */ '@/views/documentManage/library/docDetail/index')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/docManage/form/detail',
|
||||||
|
name: 'processIndex',
|
||||||
|
component: () => import(/* webpackChunkName: "process" */ '@/views/documentManage/process/detail')
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// path: '/',
|
// path: '/',
|
||||||
// name: 'index',
|
// name: 'index',
|
||||||
|
|||||||
@@ -292,7 +292,7 @@
|
|||||||
}
|
}
|
||||||
.tree-table{
|
.tree-table{
|
||||||
.page{
|
.page{
|
||||||
margin-text-outline: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,8 @@
|
|||||||
return{
|
return{
|
||||||
spinning:false,
|
spinning:false,
|
||||||
queryParam:{
|
queryParam:{
|
||||||
|
pageNo:1,
|
||||||
|
pageSize:10,
|
||||||
},
|
},
|
||||||
titleTag:this.$t('NewLabelItem'),
|
titleTag:this.$t('NewLabelItem'),
|
||||||
typeVisible:false,
|
typeVisible:false,
|
||||||
@@ -99,7 +100,7 @@
|
|||||||
title: this.$t('AttributeType'),
|
title: this.$t('AttributeType'),
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 100,
|
width: 100,
|
||||||
dataIndex: 'field_show_type_dict_text',
|
dataIndex: 'item_text',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('FieldLength'),
|
title: this.$t('FieldLength'),
|
||||||
@@ -117,7 +118,7 @@
|
|||||||
title: this.$t('DisplayArea'),
|
title: this.$t('DisplayArea'),
|
||||||
align: "center",
|
align: "center",
|
||||||
width: 80,
|
width: 80,
|
||||||
dataIndex: 'show_area_dict_text'
|
dataIndex: 'show_area'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('operation'),
|
title: this.$t('operation'),
|
||||||
@@ -208,7 +209,7 @@
|
|||||||
}else if(val==0){
|
}else if(val==0){
|
||||||
params.isModel=0
|
params.isModel=0
|
||||||
}
|
}
|
||||||
getAction(`tag/onlCgformTag/page`,params).then(res=>{
|
postAction(`tag/onlCgformTag/page`,params).then(res=>{
|
||||||
if(res.success){
|
if(res.success){
|
||||||
this.total=res.result.total
|
this.total=res.result.total
|
||||||
this.tableData= [ ...res.result]
|
this.tableData= [ ...res.result]
|
||||||
|
|||||||
Reference in New Issue
Block a user