修改文档库详情的显示方式
This commit is contained in:
@@ -1026,7 +1026,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.TextInformation-box-box-text {
|
.TextInformation-box-box-text {
|
||||||
width: calc(25% - 20px);
|
width: calc(50% - 20px);
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
@@ -258,6 +258,7 @@
|
|||||||
ref="table"
|
ref="table"
|
||||||
class="customizetable"
|
class="customizetable"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
|
:components="drag(columns,'columnsAll')"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{x: '100%',y:'calc(100vh - 300px)'}"
|
:scroll="{x: '100%',y:'calc(100vh - 300px)'}"
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
@@ -489,12 +490,14 @@
|
|||||||
import SelectedBy from '@/components/SelectedBy/index'
|
import SelectedBy from '@/components/SelectedBy/index'
|
||||||
import referenceDeliverablesList from './components/referenceDeliverablesList'
|
import referenceDeliverablesList from './components/referenceDeliverablesList'
|
||||||
import { getAction, postAction, downloadFile, deleteAction } from '@/api/manage'
|
import { getAction, postAction, downloadFile, deleteAction } from '@/api/manage'
|
||||||
|
import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
||||||
import moment from 'moment'
|
import moment from 'moment'
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'index',
|
name: 'index',
|
||||||
props: ['isDisplayNum'],
|
props: ['isDisplayNum'],
|
||||||
|
mixins: [ResizeColumnProvide, ResizeHeader],
|
||||||
components: {
|
components: {
|
||||||
globalAdvancedQuery,
|
globalAdvancedQuery,
|
||||||
ImportFile,
|
ImportFile,
|
||||||
|
|||||||
Reference in New Issue
Block a user