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; transition: none !important;
} }

View File

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

View File

@ -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,

View File

@ -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:''
}); });

View File

@ -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({