plg пре 5 месеци
родитељ
комит
8bf7421177

+ 1 - 1
src/components/Register.vue

@@ -18,7 +18,7 @@
             label-width="150px"
             class="demo-ruleForm"
           >
-            <p v-if="isView" class="dig_title">单独注册</p>
+            <p v-if="isView" class="dig_title">新增</p>
             <p v-if="!isView" class="dig_title">编辑</p>
             <div slot=""></div>
             <div slot="footer"></div>

+ 1 - 1
src/components/instructorRegister.vue

@@ -18,7 +18,7 @@
             label-width="150px"
             class="demo-ruleForm"
           >
-            <p v-if="isView" class="dig_title">单独注册</p>
+            <p v-if="isView" class="dig_title">新增</p>
             <p v-if="!isView" class="dig_title">编辑</p>
             <div slot=""></div>
             <div slot="footer"></div>

+ 1 - 1
src/components/manageRegister.vue

@@ -18,7 +18,7 @@
             label-width="150px"
             class="demo-ruleForm"
           >
-            <p v-if="isView" class="dig_title">单独注册</p>
+            <p v-if="isView" class="dig_title">新增</p>
             <p v-if="!isView" class="dig_title">编辑</p>
             <div slot=""></div>
             <div slot="footer"></div>

+ 1 - 1
src/views/manage/instructorManage.vue

@@ -53,7 +53,7 @@
             <!-- <el-button type="success" round class="add_class" @click="fileVisible = true"
               >批量导入</el-button
             > -->
-            <el-button type="success" class="add_class"  round @click="addUser">单独注册</el-button>
+            <el-button type="success" class="add_class"  round @click="addUser">新增</el-button>
           </div>
         </el-col>
       </el-row>

+ 1 - 1
src/views/manage/userManage.vue

@@ -67,7 +67,7 @@
             <el-button type="success" round class="add_class" @click="openFileUp"
               >批量导入</el-button
             >
-            <el-button type="info" round @click="addUser">单独注册</el-button>
+            <el-button type="info" round @click="addUser">新增</el-button>
           </div>
         </el-col>
       </el-row>