- 编辑
- 删除
+ {{$t('edit')}}
+ {{$t('delete')}}
@@ -174,23 +174,19 @@
loading:false,
columns: [
{
- title: '条款号',
+ title: this.$t('clauseNo'),
dataIndex: 'serialNumber',
key: 'serialNumber',
align: "center",
- width: 80,
- ellipsis: true,
},
{
- title: '条款名称',
+ title: this.$t('clauseName'),
dataIndex: 'serialName',
key: 'serialName',
align: "center",
- width: 80,
- ellipsis: true,
},
{
- title: '条款内容',
+ title: this.$t('clauseContent'),
dataIndex: 'serialContent',
key: 'serialContent',
align: "center",
@@ -198,27 +194,23 @@
ellipsis: true,
},
{
- title: '功能领域',
+ title: this.$t('functionalAreas'),
dataIndex: 'functionArea',
key: 'functionArea',
align: "center",
- width: 80,
- ellipsis: true,
},
{
- title: '技术领域',
+ title: this.$t('technicalField'),
dataIndex: 'tecArea',
key: 'tecArea',
align: "center",
- width: 80,
- ellipsis: true,
},
{
title: this.$t('operation'),
dataIndex: 'action',
scopedSlots: {customRender: 'action'},
align: "center",
- width: 80
+ width: 120
}
],
addVisible:false
@@ -403,11 +395,20 @@
flex: 1;
.split-detail-search-header{
margin-bottom: 20px;
+ .table-page-search-submitButtons{
+ display: flex;
+ }
}
.split-detail-table{
.action-edit{
margin-right: 20px;
}
+ .page{
+ text-align: right;
+ }
+ }
+ .split-item{
+ display: flex;
}
}
.page{
@@ -415,4 +416,12 @@
}
}
}
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/documentManage/subscribtion/index.vue b/jero-web/src/views/documentManage/subscribtion/index.vue
index 0ffa0967d..ef9cc03e9 100644
--- a/jero-web/src/views/documentManage/subscribtion/index.vue
+++ b/jero-web/src/views/documentManage/subscribtion/index.vue
@@ -17,16 +17,38 @@