Browse Source

2024-02-21

codeMan 1 year ago
parent
commit
3385d4df08

+ 1 - 1
src/HManagement/archives_sc/archives_scclass/modules/add.vue

@@ -3,7 +3,7 @@
     <el-button icon="el-icon-plus" size="small" type="primary" @click="dialogFormVisible = true">新 建</el-button>
     <el-dialog title="新建分类" :visible.sync="dialogFormVisible" width="600px">
       <el-form ref="form" :model="form" size="small">
-        <el-form-item label="分类名称" label-width="80px">
+        <el-form-item label="分类名称" label-width="80px" prop="classname">
           <el-input v-model="form.classname" autocomplete="off" placeholder="输入分类名称"></el-input>
         </el-form-item>
         <el-form-item label="封面" label-width="80px">

+ 1 - 1
src/HManagement/notice/list/modules/edit_notice.vue

@@ -115,7 +115,7 @@ export default {
       folderid: JSON.parse(sessionStorage.getItem('folderid')).appfolderid,
       rules: {
         title: [
-          { required: true, message: '请输入课程名称', trigger: 'blur' },
+          { required: true, message: '请输入通告名称', trigger: 'blur' },
         ],
         begdate: [
           { required: true, message: '请选择生效日期', trigger: 'change' }

+ 4 - 4
src/SManagement/user/team-manage/components/detail.vue

@@ -28,15 +28,15 @@
               <span v-else>{{item + ','}}</span>
             </span>
         </el-col>
-        <el-col :span="6" class="col-top">
+        <!-- <el-col :span="6" class="col-top">
           <span>有无付费:
             <span v-if="$route.query.data.status === '未付费'" style="color: red">{{$route.query.data.status}}</span>
             <span v-else-if="$route.query.data.status === '已付费'" style="color: green">{{$route.query.data.status}}</span>
           </span>
-        </el-col>
+        </el-col> -->
       </el-row>
     </div>
-    <div class="container normal-panel">
+    <!-- <div class="container normal-panel">
       <el-row>
         <el-col :span="24">
           <div class="title-style inline-16">付费信息</div>
@@ -54,7 +54,7 @@
         <template v-slot:opreation="scope">
         </template>
       </tableLayout>
-    </div>
+    </div> -->
   </div>
 </template>
 

+ 1 - 1
vue.config.js

@@ -11,7 +11,7 @@ module.exports = {
     port: 8080,
     proxy: {
       '/apis': {
-        target: 'http://121.37.141.210:8081/',  // target host
+        target: 'https://www.cnd3b.com',  // target host
         // target: 'https://meida.cnyunl.com',
         ws: true,  // proxy websockets
         changeOrigin: true,  // needed for virtual hosted sites