-
The problem of using the menu bar of iview frame in vue
as shown in the figure, I used the menu bar component of ivew in vue figure 1. I selected the content on the right side of the login log to display the contents of the login log, which is normal .
then I set up a @ click route on the account profile d...
-
How does the Submenu option in the navigation menu component of iview bind events that click on the title?
as shown in figure 1, the on-select event of iview s navigation menu is useful only if the drop-down suboption is selected. but what I need now is to trigger my custom click event when I click on the title "my assets ", such as @ click= "capital " ...
-
Date-picker problem of iview
have you ever used the date-picker element of iview that can be displayed, but when you click to select a date, you report an error and the date does not come out? this is why
...
-
Data Circulation problem of drop-down Selector in iview component
...
-
How to use table of iview to dynamically show and hide tr?
how to show hide rows without push,splice the bound data of table? Do you use v-show or v-if or do you implement it directly in render? ...
-
Using the iview component library, font icons are not displayed
I use the iview component library (2.11.0) and follow the instructions on the official website https: www.iviewui.com docs . to use the date component, but in the local project, the font icon is not loaded, as shown in figure this is how I introduc...
-
Does it mean that all props of a child component must be passed with a colon `:` when the parent component is a parent?
is it true that all props of a child component must be passed : with a colon at the time of the parent component?
in subcomponents:
props: {
a: {
xxx
},
b: {
xxx
}
}
when using subcomponents:
<sub-comp :a="xxx" :b=&qu...
-
Iview uses button components
buttonproject-details.vue
organization-project button
iviewbutton
after changing the warning for a long time, it is still .
...
-
Cannot set FormItem as Modal footer, when iview Form and Modal are used at the same time. Form validation cannot be performed.
write a route management page, click add Route pop-up modal, to fill out the form and verify it automatically. but the button cannot be rendered correctly with < div slot= "footer " > .
Code:
html fragment:
<Modal v-model="addRouteModal&...
-
The tree component in iview uses render to customize the content tree to display problems
after the tree component in iview uses render custom content, clicking on the tree node no longer displays the background. How to add background color to the currently selected node in render rendering? 1, the default tree component, click
2render w...
-
How to correctly render the html tag content in a string by the table component in iview
I want to make a table with iview. The first column should look like this:
:This study establishes the first mutational report of the TGFBR3 gene in correlation with ovarian failure.
iviewapi :
:
ivew
:
render
https: www.iviewui.com compo... i...
-
After run build packaging using iview scaffolding, route 404
after using iview scaffolding for run build packaging, part of the route is 404, and there is no 404 pages after refreshing, only the home page does not have 404, it is no problem to run with run dev. PS: opens a new window (multiple pages) by adding ta...
-
Iview's tree has customized the render method, and there is no background color after clicking. Now I use a way of writing death myself. Is there any other better way to change it?
...
-
When using the select component of iview for remote search, there was a problem with the editing function and the default value could not be selected.
< FormItem label= "responsible person: " prop= "chargeUserId " >
<Select v-model="cubForm.chargeUserId"
filterable clearable remote :remote-method="remoteMethod2"
:loading="loading2...
-
The list style and clicks of the select component of iview are invalid
the select component of iview has no effect on list styles and clicks after loading this component on demand, but there is no problem with using this select component after the global introduction of iview in main.js. Only style files are introduced in ...
-
After iview sets type:html in table, render seems to be invalid and cannot call the click event.
title: itemDate,
key: itemDate,
type: html ,
align: center ,
render:(h,params)=>{
return h( div , {
props: {
type...
-
The problem of on-error callback for uploading pictures using the upload component of iview component library
upload an image using the upload component of the iview component library, and the backend will verify the width and height of the image. If it is incorrect, the following error will be thrown:
code:"failure"
result:"upload.invalid.size&...
-
How to implement it in iview? click the button and start uploading attachments.
1. Use the upload component in iview. After selecting the file, click the upload button to start uploading the upload api document of 2.iview.
the hook before before-upload uploads the file. The parameter is the uploaded file. If false or Promise is ...
-
How does iview table set the filter?
columns2: [{title: other mobile phone numbers bound by this person , key: mobile },
{title: ,key: nameCount },
{title: ,key: queryOrgCount },
{title: ,key: mno },
...
-
How can we get the current page number of iView's Page?
when using iView s Page:
<Page :total="40" size="small">< Page>
Let s click on the page number of page:
how can we get the current page number of Page?
...