Эх сурвалжийг харах

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

qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
c1c17011fc

+ 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" />