检测脚本
This commit is contained in:
@@ -192,6 +192,8 @@ const displayPid = computed({
|
||||
|
||||
// 打开弹窗,可能是新增,也可能是编辑
|
||||
const open = async (sign: string, data: Function.ResFunction) => {
|
||||
// 重置表单
|
||||
dialogFormRef.value?.resetFields()
|
||||
const response = await getFunctionListNoButton()
|
||||
functionList.value = response.data as unknown as Function.ResFunction[]
|
||||
titleType.value = sign
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
{
|
||||
prop: 'code',
|
||||
label: '编码',
|
||||
minWidth: 100,
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
prop: 'type',
|
||||
@@ -75,7 +75,7 @@
|
||||
{
|
||||
prop: 'icon',
|
||||
label: '图标',
|
||||
minWidth: 100,
|
||||
minWidth: 80,
|
||||
render: scope => {
|
||||
const customIcons: { [key: string]: any } = Icons
|
||||
const iconKey = scope.row.icon; //
|
||||
|
||||
Reference in New Issue
Block a user