刘洋 1 an în urmă
părinte
comite
0c10f2bba0

+ 1 - 1
src/modules/question/views/QuestionManage.vue

@@ -209,7 +209,7 @@
             width="50"
             align="center"
           ></el-table-column>
-          <el-table-column label="题干" min-width="200" show-overflow-tooltip>
+          <el-table-column label="题干" min-width="200">
             <div slot-scope="scope" @click="toViewQuestion(scope.row)">
               <rich-text
                 class="row-question-body"

+ 1 - 0
src/modules/questions/views/OrgProperty.vue

@@ -326,6 +326,7 @@
           ></el-input-number> -->
           <el-input
             style="width: 80px"
+            maxLength="7"
             v-model="form.properties.GEN_PAPER_QUESTION_COUNT"
           ></el-input>
         </el-form-item>

+ 3 - 3
src/modules/questions/views/PropertyInfo.vue

@@ -242,7 +242,7 @@ export default {
       defaultProps: {
         children: "propertyList",
       },
-      title: "新增属性",
+      title: "新增知识点",
       rules: {
         code: [
           {
@@ -448,7 +448,7 @@ export default {
     //新增一级
     insertParent() {
       this.disAllBtn();
-      this.title = "新增属性";
+      this.title = "新增知识点";
       this.propertyForm = {
         id: "",
         code: "",
@@ -514,7 +514,7 @@ export default {
     async deleteProperty() {
       this.disAllBtn();
 
-      const confirm = await this.$confirm("确认删除属性吗?", "提示", {
+      const confirm = await this.$confirm("确认删除知识点吗?", "系统通知", {
         type: "warning",
       }).catch(() => {});
       if (confirm !== "confirm") return;

+ 2 - 2
src/modules/questions/views/user.vue

@@ -169,7 +169,7 @@
             scope.row.auditAuthority | auditAuthorityFilter
           }}</span>
         </el-table-column>
-        <el-table-column width="120" label="关联课程">
+        <el-table-column label="关联课程">
           <span
             slot-scope="scope"
             v-html="
@@ -185,7 +185,7 @@
           width="160"
           label="更新时间"
         />
-        <el-table-column width="50" label="状态">
+        <el-table-column width="70" label="状态">
           <span slot-scope="scope">
             <span v-if="scope.row.enable">
               <el-tooltip