修改部分预览,数据完整性,暂态列表等bug调整
This commit is contained in:
@@ -36,7 +36,7 @@ defineOptions({
|
||||
})
|
||||
const information = adminInfo.roleCode.includes('information_info')
|
||||
const popupEditRef = ref()
|
||||
|
||||
const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
|
||||
const TableHeaderRef = ref()
|
||||
|
||||
const tableStore = new TableStore({
|
||||
@@ -59,6 +59,9 @@ const tableStore = new TableStore({
|
||||
type: 'primary',
|
||||
icon: 'el-icon-Plus',
|
||||
render: 'basicButton',
|
||||
disabled: row => {
|
||||
return !VITE_FLAG
|
||||
},
|
||||
click: row => {
|
||||
window.open(window.location.origin + '/#/previewFile?' + row.url)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user