Browse Source

积分规则

zhengnaiwen_citu 5 months ago
parent
commit
e3063396f8

+ 8 - 3
src/views/accumulatePoints/accumulatePointsRules/accumulatePointsRulesEdit.vue

@@ -1,12 +1,17 @@
 <template>
-  <div>
+  <m-dialog ref="dialog" title="编辑积分规则">
 
-  </div>
+  </m-dialog>
 </template>
 
 <script>
 export default {
-  name: 'accumulatePointsRulesEdit'
+  name: 'accumulatePointsRulesEdit',
+  methods: {
+    open (item) {
+      this.$refs.dialog.open()
+    }
+  }
 }
 </script>