guojy 1 年間 前
コミット
9576d63582

+ 1 - 1
src/course/courseManage/create.vue

@@ -50,7 +50,7 @@
           :max="10000000"
           label="课程价格"
         ></el-input-number> -->
-        <el-input v-model="courseDeail.price" maxlength="4" style="width: 100px;" placeholder="请输入课程价格" size="normal" clearable></el-input>
+        <el-input v-model="courseDeail.price" maxlength="6" style="width: 150px;" placeholder="请输入价格" size="normal" clearable></el-input>
       </el-form-item>
       <el-form-item label="浏览量:" prop="price">
         <el-input-number

+ 1 - 1
src/course/courseManage/home.vue

@@ -13,7 +13,7 @@
         <el-table-column prop="name" label="课程名称" align="center">
         </el-table-column>
         <el-table-column label="价格" align="center">
-          <template slot-scope="scope"> {{ scope.row.price }} </template>
+          <template slot-scope="scope"> {{ scope.row.price }} </template>
         </el-table-column>
         <el-table-column label="是否上架" align="center">
           <template slot-scope="scope">

+ 1 - 1
src/course/dealerManage/edit.vue

@@ -283,7 +283,7 @@ export default {
           .catch(() => {});
       }else{
         this.$message({
-          message: "请输入正确的交易名额",
+          message: "请输入正确的名额数量",
           type: "warning",
           showClose: true,
           duration: 1500,

+ 2 - 1
src/course/index.vue

@@ -21,7 +21,7 @@
           <div class="left-menu">
             <p>{{ courseName }}</p>
           </div>
-          <div class="flex-1"></div>
+          <div class="flex-1" style="text-align: center;font-size: 20px;color: #000;font-weight: 600;">功道云课程营销系统</div>
           <div class="right-menu">
             <!-- 退出账号 -->
             <el-dropdown @command="logOut">
@@ -411,6 +411,7 @@ export default {
   background-color: rgba(38, 162, 255, 0.1);
 }
 .left-menu {
+  text-align: center;
   p {
     font-size: 18px;
     color: #000;