微调
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user