优化名字,格式化代码

pull/59/head
smallchill 7 years ago
parent 99141ef9b8
commit 12d9ee0be0
  1. 5
      src/views/system/menu.vue

@ -65,6 +65,10 @@
@click="handleDeleteScope">
</el-button>
</template>
<template slot-scope="{row}"
slot="scopeType">
<el-tag>{{row.scopeTypeName}}</el-tag>
</template>
</avue-crud>
</avue-drawer>
</basic-container>
@ -333,6 +337,7 @@
label: "dictValue",
value: "dictKey"
},
slot: true,
width: 140,
prop: "scopeType",
rules: [{

Loading…
Cancel
Save