优化名字,格式化代码

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

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

Loading…
Cancel
Save