|
@@ -19,15 +19,23 @@
|
|
|
|
|
|
<script>
|
|
|
import RuleExam from "../components/RuleExam";
|
|
|
+import RulePackage from "../components/RulePackage";
|
|
|
+import RuleSign from "../components/RuleSign";
|
|
|
|
|
|
export default {
|
|
|
name: "common-rule",
|
|
|
components: {
|
|
|
- RuleExam
|
|
|
+ RuleExam,
|
|
|
+ RulePackage,
|
|
|
+ RuleSign
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- menus: [{ id: "1", name: "考务规则配置", component: "rule-exam" }],
|
|
|
+ menus: [
|
|
|
+ { id: "1", name: "考务规则配置", component: "rule-exam" },
|
|
|
+ { id: "2", name: "卷袋贴字段配置", component: "rule-package" },
|
|
|
+ { id: "3", name: "签到表字段配置", component: "rule-sign" }
|
|
|
+ ],
|
|
|
curMenu: {}
|
|
|
};
|
|
|
},
|