forked from github/dataease
style: 明细导出等样式调整
This commit is contained in:
parent
6c1cf41828
commit
e225a60b95
@ -284,7 +284,7 @@ export default {
|
|||||||
return this.curComponent.type === 'view' && this.terminal === 'pc' && this.curComponent.propValue.innerType !== 'richTextView'
|
return this.curComponent.type === 'view' && this.terminal === 'pc' && this.curComponent.propValue.innerType !== 'richTextView'
|
||||||
},
|
},
|
||||||
enlargeShow() {
|
enlargeShow() {
|
||||||
return this.curComponent.type === 'view' && this.curComponent.propValue.innerType !== 'richTextView'
|
return this.curComponent.type === 'view' && this.curComponent.propValue.innerType !== 'richTextView' && !this.curComponent.propValue.innerType.includes('table')
|
||||||
},
|
},
|
||||||
selectFieldShow() {
|
selectFieldShow() {
|
||||||
return this.activeModel === 'edit' && this.curComponent.type === 'view' && this.curComponent.propValue.innerType === 'richTextView' && this.curComponent.editing
|
return this.activeModel === 'edit' && this.curComponent.type === 'view' && this.curComponent.propValue.innerType === 'richTextView' && this.curComponent.editing
|
||||||
|
@ -287,6 +287,9 @@ export default {
|
|||||||
return this.$store.state.panel.mainActiveName
|
return this.$store.state.panel.mainActiveName
|
||||||
},
|
},
|
||||||
showUnpublishedArea() {
|
showUnpublishedArea() {
|
||||||
|
if (this.canvasId !== 'canvas-main') {
|
||||||
|
return false
|
||||||
|
}
|
||||||
if (this.showPosition === 'edit') {
|
if (this.showPosition === 'edit') {
|
||||||
return false
|
return false
|
||||||
} else if (this.panelInfo && this.panelInfo.showType === 'view') {
|
} else if (this.panelInfo && this.panelInfo.showType === 'view') {
|
||||||
|
@ -226,7 +226,7 @@ export default {
|
|||||||
|
|
||||||
.condition-main {
|
.condition-main {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { loadTree, loadShareOutTree, removePanelShares } from '@/api/panel/share'
|
import { loadShareOutTree, loadTree, removePanelShares } from '@/api/panel/share'
|
||||||
import { uuid } from 'vue-uuid'
|
import { uuid } from 'vue-uuid'
|
||||||
import { initPanelData, viewPanelLog } from '@/api/panel/panel'
|
import { initPanelData, viewPanelLog } from '@/api/panel/panel'
|
||||||
import { proxyInitPanelData } from '@/api/panel/shareProxy'
|
import { proxyInitPanelData } from '@/api/panel/shareProxy'
|
||||||
@ -142,7 +142,6 @@ export default {
|
|||||||
refreshMyShareOut() {
|
refreshMyShareOut() {
|
||||||
this.initOutData().then(res => {
|
this.initOutData().then(res => {
|
||||||
this.outData = res.data
|
this.outData = res.data
|
||||||
this.setMainNull()
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
initData() {
|
initData() {
|
||||||
|
@ -79,7 +79,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
activeName: function(newVal, oldVal) {
|
activeName: function(newVal, oldVal) {
|
||||||
if (newVal !== 'PanelMain') {
|
if (newVal !== 'PanelList') {
|
||||||
this.clear()
|
this.clear()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user