Browse Source

修改学习园地新增模块类型的提示文字

shaogen1995 3 years ago
parent
commit
32b11d56e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      new_backstage/src/pages/content/study/index.vue

+ 2 - 2
new_backstage/src/pages/content/study/index.vue

@@ -125,13 +125,13 @@
             v-model="ruleForm.type"
             label="share"
             :disabled="!!ruleForm.id"
-            >知识共享</el-radio
+            >链接</el-radio
           >
           <el-radio
             v-model="ruleForm.type"
             label="info"
             :disabled="!!ruleForm.id"
-            >知识阅览</el-radio
+            >图文</el-radio
           >
         </el-form-item>
       </el-form>