Browse Source

修改核审显示文案

lex-xin 5 years ago
parent
commit
e4acf62587

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-ccebe70a.be2dded3.css → dist/static/css/chunk-2c71c68a.2dc80cb7.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.m-container[data-v-22860b13]{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.newBand[data-v-22860b13]{display:inline-block}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.m-container[data-v-e032e768]{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.newBand[data-v-e032e768]{display:inline-block}

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-9d24a886.8d3c0f4f.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.5ced3004.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2c71c68a.5bd13c06.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2ced93d4.ac1c23f3.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-9d24a886.516dee3d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ccebe70a.ee5c647a.js


+ 8 - 1
src/views/vipClass/vipList.vue

@@ -103,7 +103,14 @@
                            label="课程组编号"></el-table-column>
           <el-table-column align="center"
                            prop="name"
-                           label="课程名称"></el-table-column>
+                           label="课程名称">
+            <template slot-scope="scope">
+              <el-tooltip placement="top-start" style=" display: -webkit-box;  overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;">
+                  <div slot="content">{{ scope.row.name }}</div>
+                  <span>{{ scope.row.name }}</span>
+              </el-tooltip>
+            </template>
+          </el-table-column>
           <el-table-column align="center"
                            prop="vipGroupCategoryName"
                            label="课程形式"></el-table-column>

+ 1 - 1
src/views/workBenchManager/journal/vipApply.vue

@@ -243,7 +243,7 @@ export default {
         if (res.code == 200) {
           this.showRight = true
           this.showMessage = res.data
-          this.reason = res.data.stopReason
+          this.reason = res.data.memo
         } else {
           this.$message.error(res.msg)
         }

Some files were not shown because too many files changed in this diff