lex-xin 4 年之前
父節點
當前提交
b531970b00

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


+ 1 - 0
dist/static/css/chunk-5b96ae80.a9332e3e.css

@@ -0,0 +1 @@
+.newBand[data-v-344c6baa]{display:inline-block;margin-right:10px}.right-code .title[data-v-344c6baa]{font-size:18px;text-align:center;padding-bottom:8px}[data-v-344c6baa] .studentInfo .multiple.el-select{width:185px!important}

+ 1 - 0
dist/static/css/chunk-60aeb093.a93bcaf5.css

@@ -0,0 +1 @@
+.btnList[data-v-6079d03f]{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:start;-ms-flex-pack:start;justify-content:flex-start}.code-url[data-v-6079d03f]{margin-top:10px}

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


File diff suppressed because it is too large
+ 1 - 0
dist/static/js/app.5112de16.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5b96ae80.f831c3da.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-60aeb093.aa6b2d35.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-73b01aee.6507dfe9.js


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


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


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


+ 1 - 2
src/views/reaplceMusicPlayer/modals/addUrl.vue

@@ -92,8 +92,7 @@ export default {
   },
   async mounted() {
     try {
-      let res = await questionnaireTopicQueryPage({ page: 1, rows: 999 })
-      console.log(res)
+      let res = await questionnaireTopicQueryPage({ page: 1, rows: 999, status: 1 })
       this.topicList = res.data.rows
     } catch {
       //

+ 2 - 1
src/views/setQuestions/index.vue

@@ -70,8 +70,9 @@
               <el-button @click="onOperation(scope.row)"
                          v-if="$helpers.permission(scope.row.status ? 'questionnaireTopic/updateStatus/stop' : 'questionnaireTopic/updateStatus/start')"
                          type="text">{{ scope.row.status ? '停用' : '启用' }}</el-button>
+              <!-- 启用的问卷不能修改 -->
               <el-button @click="onQuestionOperation('update', scope.row)"
-                         v-if="$helpers.permission('/operateManager/questionOperation/update')"
+                         v-if="$helpers.permission('/operateManager/questionOperation/update') && !scope.row.status"
                          type="text">修改</el-button>
             </template>
           </el-table-column>

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