mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 21:22:33 +08:00
fomatte: 代码格式化
This commit is contained in:
parent
bd252e71ea
commit
fae8fb4fe5
@ -232,7 +232,7 @@ export function useTable(options?: BasicTableProps) {
|
||||
textAlign: 'center',
|
||||
background: 'var(--el-table-row-hover-bg-color)',
|
||||
color: 'var(--el-text-color-primary)',
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
return {
|
||||
|
@ -177,8 +177,7 @@ onMounted(() => {
|
||||
});
|
||||
// 页面卸载时
|
||||
onUnmounted(() => {
|
||||
mittBus.off('restoreDefault', () => {
|
||||
});
|
||||
mittBus.off('restoreDefault', () => {});
|
||||
});
|
||||
// 路由更新时
|
||||
onBeforeRouteUpdate((to) => {
|
||||
|
@ -17,7 +17,7 @@ export default {
|
||||
inputNameTip: '请输入姓名',
|
||||
importUserTip: '用户导入',
|
||||
deleteDisabledTip: 'admin 不允许被删除',
|
||||
noDataScopeTip: '没有数据权限'
|
||||
noDataScopeTip: '没有数据权限',
|
||||
},
|
||||
personal: {
|
||||
name: '个人信息',
|
||||
|
@ -90,7 +90,7 @@ const form = reactive({
|
||||
name: '',
|
||||
url: '',
|
||||
username: '',
|
||||
password: '' as string || undefined,
|
||||
password: ('' as string) || undefined,
|
||||
createTime: '',
|
||||
updateTime: '',
|
||||
dsType: '',
|
||||
|
@ -119,4 +119,3 @@ const timeCacl = () => {
|
||||
}, 1000);
|
||||
};
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user