diff --git a/jero-web/src/components/libraryPush/index.vue b/jero-web/src/components/libraryPush/index.vue new file mode 100644 index 000000000..ae063d5c3 --- /dev/null +++ b/jero-web/src/components/libraryPush/index.vue @@ -0,0 +1,238 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/components/tableDate/index.vue b/jero-web/src/components/tableDate/index.vue index d76d12c1e..2a97a07fa 100644 --- a/jero-web/src/components/tableDate/index.vue +++ b/jero-web/src/components/tableDate/index.vue @@ -15,10 +15,10 @@ - + {{!record.collectFlag || record.collectFlag == 0 ? '收藏' :'取消收藏'}} - + {{!record.subscribeFlag || record.subscribeFlag == 0 ? '订阅' :'取消订阅'}} @@ -135,12 +135,12 @@ let width = 0 if (this.OperationList.length > 0) { this.OperationList.forEach((res) => { - width += res.text.length * 9 + width + width += res.text.length * 5 + width }) } if (this.showAction) { this.columns.push({ - title: '操作', + title: this.$t('operation'), align: 'center', fixed: 'right', width: width, diff --git a/jero-web/src/views/documentManage/library/index.vue b/jero-web/src/views/documentManage/library/index.vue index 6713d4ed0..5c46903cb 100644 --- a/jero-web/src/views/documentManage/library/index.vue +++ b/jero-web/src/views/documentManage/library/index.vue @@ -1,11 +1,11 @@