Browse Source

正式环境星号消失额度问题

reaper 4 years ago
parent
commit
a435b91e98

+ 2 - 2
src/components/knowledgeExtra/AddAssess/ScoreResultsTable.vue

@@ -125,7 +125,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column prop="content" label="得分范围">
+        <el-table-column prop="content">
           <template slot="header">
             <div class="custom_table_header">得分范围</div>
           </template>
@@ -195,7 +195,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column prop="result" label="结果">
+        <el-table-column prop="result">
           <template slot="header">
             <div class="custom_table_header">结果</div>
           </template>

+ 1 - 6
src/components/knowledgeExtra/AddAssess/scale-table.vue

@@ -237,7 +237,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column prop="two_content" label="问题内容">
+        <el-table-column prop="two_content">
           <template slot="header">
             <div class="custom_table_header">问题内容</div>
           </template>
@@ -266,7 +266,6 @@
         </el-table-column>
         <el-table-column
           prop="two_factor"
-          label="系数"
           width="60px"
           v-if="tableResultType === 1"
         >
@@ -303,7 +302,6 @@
         </el-table-column>
         <el-table-column
           prop="two_constant"
-          label="常数"
           width="60px"
           v-if="tableResultType === 1"
         >
@@ -388,7 +386,6 @@
         </el-table-column>
         <el-table-column
           prop="content"
-          label="选项内容"
           :width="tableResultType === 1 ? '200px' : ''"
         >
           <template slot="header">
@@ -443,7 +440,6 @@
         </el-table-column>
         <el-table-column
           prop="content"
-          label="分值"
           width="90px"
           v-if="tableResultType === 1"
         >
@@ -469,7 +465,6 @@
         </el-table-column>
         <el-table-column
           prop="result"
-          label="结果"
           width="200px"
           v-if="tableResultType === 2"
         >

+ 2 - 2
vue.config.js

@@ -1,6 +1,6 @@
 const path = require('path');
-const proxy_path = 'http://192.168.2.241:88';
-// const proxy_path = 'http://192.168.2.236:5050';
+// const proxy_path = 'http://192.168.2.241:88';
+const proxy_path = 'http://192.168.2.236:5050';
 // const proxy_path = 'http://192.168.3.101:5050';
 // const proxy_path = 'http://192.168.3.117:5050';//周铁刚
 // const proxy_path = 'http://192.168.3.113:5050'; //王峰