You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
777 B

export const LoadingMixins = {
data() {
return {
//加载
Loading: {
tableLoading: false,
DrawerLoading: false,
importLoading: false,
newAndEdiLoading: false,
autoTableLoading: false,
appMainLoading: false,
},
//Dialog显示状态
displayDialog: {
newDialog: false, //新增
detailsDialog: false, //抽屉
editDialog: false, //编辑
screenDialog: false, //筛选
AddNewDialog: false, //选择数据弹出框
scanningDialog: false, //扫描
importDialog: false, //导入
exportDialog: false, //导出
handleFromDialog: false, //执行生成
detailInfoDialog:false,//明细-查看详情弹窗
},
}
}
}