{{ btn.btnText }}
+ >{{ btn.btnText }}
-
- 待修改({{ btn.tobeModified }})
+
+ 待修改({{ btn.tobeModified }})
@@ -215,7 +223,8 @@
:icon="btn.icon"
:style="btn.style"
@click="btn.func"
- >{{ btn.btnText }}
+ >{{ btn.btnText }}
@@ -230,7 +239,7 @@ export default {
inlineFlag: { type: Boolean, default: false },
forms: { type: Array }, // 表单组,
lists: { type: Array }, // 按钮组
- formEdit:{type: Object}
+ formEdit: { type: Object },
},
data() {
const form = {}
@@ -257,7 +266,7 @@ export default {
methods: {
// 查询
handleSearch() {
- console.log("this.form",this.form)
+ console.log("this.form", this.form)
this.$emit("handleSearch", this.form)
},
@@ -324,10 +333,10 @@ export default {
},
},
watch: {
- formEdit(val){
+ formEdit(val) {
this.initforms(val)
- }
- }
+ },
+ },
}
--
2.22.0