This commit is contained in:
陈红丽 2024-09-19 17:20:10 +08:00
parent 3bde0f89d8
commit 10850eae25
5 changed files with 6 additions and 5 deletions

View File

@ -248,7 +248,7 @@ const beforeUpload: UploadProps["beforeUpload"] = (rawFile) => {
}
}
::v-deep .el-upload-list__item {
:deep(.el-upload-list__item){
transition: none !important;
}

View File

@ -3,9 +3,9 @@ export const schemas: FormSchema[] = [
{
field: 'name',
component: 'Input',
label: '标签名称',
label: '友链名称',
componentProps: {
placeholder: '请输入标签名称',
placeholder: '请输入友链名称',
},
}
];

View File

@ -11,7 +11,7 @@ export const schemas: FormSchema[] = [
{
field: 'type',
component: 'Select',
label: '状态',
label: '类型',
componentProps: {
placeholder: '请选择类型',
clearable: true,

View File

@ -52,6 +52,7 @@ const editVisible=ref(false)
const selectionData = ref([])
const tableRef = ref();
const formParams = reactive({
username:'',
type:'',
status:''
});

View File

@ -52,7 +52,7 @@ const editVisible=ref(false)
const selectionData = ref([])
const tableRef = ref();
const formParams = reactive({
type:'',
title:'',
status:''
});
const actionColumn = reactive({