This commit is contained in:
sjl
2024-10-28 08:39:09 +08:00
parent 3af786876e
commit 870bc9c5f5
10 changed files with 252 additions and 242 deletions

View File

@@ -65,7 +65,7 @@
const proTable = ref<ProTableInstance>()
// 表格配置项
const columns = reactive<ColumnProps<Resource.ResResourceList>[]>([
{ type: 'selection', fixed: 'left', width: 50 },
{ type: 'selection', fixed: 'left', width: 70 },
{
prop: 'name',
label: '名称',
@@ -150,7 +150,7 @@ const openAddDialog = () => {
id: '',
name: '',
path: '',
sort: 0,
sort: 100,
type: '',
remark: '',
route_Name: '',