@@ -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",
@@ -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" />