From 2c41bb9bde06f279c41d3d2a4bdc65edc4be24b8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 23 Nov 2021 16:23:43 +0800
Subject: [PATCH] +
---
src/views/trainApply/index.vue | 4 ++--
src/views/applydetailed/index.vue | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/applydetailed/index.vue b/src/views/applydetailed/index.vue
index a8870b2..2434955 100644
--- a/src/views/applydetailed/index.vue
+++ b/src/views/applydetailed/index.vue
@@ -1,8 +1,8 @@
/*
* @Author: Morpheus
* @Date: 2021-07-05 16:31:54
- * @Last Modified by: Morpheus
- * @Last Modified time: 2021-11-05 12:02:28
+ * @Last Modified by: liu
+ * @Last Modified time: 2021-11-23 16:22:17
* menu-name 报名考试
*/
<template>
@@ -127,7 +127,6 @@
viewBtn: false,
// title: '题库',
-
align: "center",
height: "auto",
calcHeight: 80,
@@ -141,6 +140,7 @@
// 操作栏宽度
menuWidth: 200,
+ ...this.$store.state.control.clearOtherBut,
column: [
// {
// label: "保安姓名",
diff --git a/src/views/trainApply/index.vue b/src/views/trainApply/index.vue
index 53d1f50..5bc004c 100644
--- a/src/views/trainApply/index.vue
+++ b/src/views/trainApply/index.vue
@@ -2,7 +2,7 @@
* @Author: Morpheus
* @Date: 2021-07-05 16:31:54
* @Last Modified by: liu
- * @Last Modified time: 2021-10-26 15:33:54
+ * @Last Modified time: 2021-11-23 16:23:28
* menu-name 报名考试
*/
<template>
@@ -172,7 +172,7 @@
dialogClickModal: false,
// 操作栏宽度
menuWidth: 200,
-
+ ...this.$store.state.control.clearOtherBut,
column: [
{
label: "保安姓名",
--
Gitblit v1.9.3