Selaa lähdekoodia

Merge branch 'http_test' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_test

wangziqian 4 vuotta sitten
vanhempi
sitoutus
6745e06449
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1 0
      src/router/redirect.js
  2. 1 0
      src/views/projectManage/components/demand.vue

+ 1 - 0
src/router/redirect.js

@@ -1,3 +1,4 @@
+/* eslint-disable quotes */
 export const redirect = {
   'http://zhihui.xiaojukeji.com/#/Platform/projectManage/requirementDetails?id=1367': 'http://zhihui.xiaojukeji.com/#/Platform/projectManage/requirementDetails?bizId_id=8zFIwvrJPoHeDi%2FbPhPj2w%3D%3D',
   'http://zhihui.xiaojukeji.com/#/Platform/projectManage/requirementDetails?id=1366': 'http://zhihui.xiaojukeji.com/#/Platform/projectManage/requirementDetails?bizId_id=tLknErJSwfyXqjQQzC%2BODQ%3D%3D',

+ 1 - 0
src/views/projectManage/components/demand.vue

@@ -137,6 +137,7 @@
               'public_btn3':scope.row.status===20 || scope.row.status===30
             }"
             size="mini"
+            :disabled="!locking"
             @change="changeStatus(scope.row)"
           >
             <el-option v-for="item in scope.row.availableStatusList" :key="item.code" :label="item.name" :value="item.code" />