瀏覽代碼

优化需求详情页点击历史排期记录可以修改状态的bug

qinzhipeng_v@didiglobal.com 4 年之前
父節點
當前提交
c1c17011fc
共有 2 個文件被更改,包括 2 次插入0 次删除
  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" />