修改
This commit is contained in:
parent
3bde0f89d8
commit
10850eae25
@ -248,7 +248,7 @@ const beforeUpload: UploadProps["beforeUpload"] = (rawFile) => {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .el-upload-list__item {
|
||||
:deep(.el-upload-list__item){
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
|
@ -3,9 +3,9 @@ export const schemas: FormSchema[] = [
|
||||
{
|
||||
field: 'name',
|
||||
component: 'Input',
|
||||
label: '标签名称',
|
||||
label: '友链名称',
|
||||
componentProps: {
|
||||
placeholder: '请输入标签名称',
|
||||
placeholder: '请输入友链名称',
|
||||
},
|
||||
}
|
||||
];
|
||||
|
@ -11,7 +11,7 @@ export const schemas: FormSchema[] = [
|
||||
{
|
||||
field: 'type',
|
||||
component: 'Select',
|
||||
label: '状态',
|
||||
label: '类型',
|
||||
componentProps: {
|
||||
placeholder: '请选择类型',
|
||||
clearable: true,
|
||||
|
@ -52,6 +52,7 @@ const editVisible=ref(false)
|
||||
const selectionData = ref([])
|
||||
const tableRef = ref();
|
||||
const formParams = reactive({
|
||||
username:'',
|
||||
type:'',
|
||||
status:''
|
||||
});
|
||||
|
@ -52,7 +52,7 @@ const editVisible=ref(false)
|
||||
const selectionData = ref([])
|
||||
const tableRef = ref();
|
||||
const formParams = reactive({
|
||||
type:'',
|
||||
title:'',
|
||||
status:''
|
||||
});
|
||||
const actionColumn = reactive({
|
||||
|
Loading…
Reference in New Issue
Block a user