|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="m-container">
|
|
|
<div class="m-core">
|
|
|
- <el-button size="mini" type='primary'>添加规则</el-button>
|
|
|
+ <el-button size="mini" type="primary">添加规则</el-button>
|
|
|
|
|
|
<el-form :inline="true" :model="form">
|
|
|
<el-alert
|
|
@@ -206,9 +206,11 @@ export default {
|
|
|
return {
|
|
|
form: {},
|
|
|
roleList: [],
|
|
|
- rulesVisiable:false,
|
|
|
+ rulesVisiable: false,
|
|
|
};
|
|
|
},
|
|
|
+ mounted() {},
|
|
|
+ methods:{}
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|