|
@@ -149,11 +149,12 @@ export default {
|
|
|
index: true,
|
|
|
span: 8,
|
|
|
border: true,
|
|
|
- height: "auto",
|
|
|
- searchMenuPosition: "right",
|
|
|
align: "center",
|
|
|
+ // height: "auto",
|
|
|
+ Height:'50',
|
|
|
+ searchMenuPosition: "right",
|
|
|
size: "small",
|
|
|
- menuWidth: 140,
|
|
|
+ menuWidth: 120,
|
|
|
searchSpan: 8,
|
|
|
searchIcon: true,
|
|
|
searchIndex: 2,
|
|
@@ -221,7 +222,11 @@ export default {
|
|
|
this.option.searchMenuPosition = "right";
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+ activated(){
|
|
|
+ this.$nextTick(()=>{
|
|
|
+ this.$refs.crud.doLayout()
|
|
|
+ })
|
|
|
+ },
|
|
|
methods: {
|
|
|
addCorpType() {
|
|
|
// this.$refs["corpType"].validate((valid, done) => {
|