修改
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;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,9 +3,9 @@ export const schemas: FormSchema[] = [
|
|||||||
{
|
{
|
||||||
field: 'name',
|
field: 'name',
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
label: '标签名称',
|
label: '友链名称',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
placeholder: '请输入标签名称',
|
placeholder: '请输入友链名称',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -11,7 +11,7 @@ export const schemas: FormSchema[] = [
|
|||||||
{
|
{
|
||||||
field: 'type',
|
field: 'type',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
label: '状态',
|
label: '类型',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
placeholder: '请选择类型',
|
placeholder: '请选择类型',
|
||||||
clearable: true,
|
clearable: true,
|
||||||
|
@ -52,6 +52,7 @@ const editVisible=ref(false)
|
|||||||
const selectionData = ref([])
|
const selectionData = ref([])
|
||||||
const tableRef = ref();
|
const tableRef = ref();
|
||||||
const formParams = reactive({
|
const formParams = reactive({
|
||||||
|
username:'',
|
||||||
type:'',
|
type:'',
|
||||||
status:''
|
status:''
|
||||||
});
|
});
|
||||||
|
@ -52,7 +52,7 @@ const editVisible=ref(false)
|
|||||||
const selectionData = ref([])
|
const selectionData = ref([])
|
||||||
const tableRef = ref();
|
const tableRef = ref();
|
||||||
const formParams = reactive({
|
const formParams = reactive({
|
||||||
type:'',
|
title:'',
|
||||||
status:''
|
status:''
|
||||||
});
|
});
|
||||||
const actionColumn = reactive({
|
const actionColumn = reactive({
|
||||||
|
Loading…
Reference in New Issue
Block a user