增加审核判断条件

This commit is contained in:
BianLzhaoMin 2024-07-19 10:50:10 +08:00
parent e8e247aaf7
commit 330f40f25f
2 changed files with 3 additions and 3 deletions

View File

@ -253,7 +253,7 @@
(scope.row.leaseApplyInfoList[0].status == '0' ||
scope.row.leaseApplyInfoList[0].status == '7' ||
scope.row.leaseApplyInfoList[0].status == '8' ||
scope.row.leaseApplyInfoList[0].status == '6')
scope.row.leaseApplyInfoList[0].status == '9')
"
>审批</el-button
>

View File

@ -43,10 +43,10 @@ module.exports = {
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
// target: `https://z.csgmall.com.cn`,
// target: `http://192.168.2.167:28080`, //超
target: `http://192.168.2.167:28080`, //超
// target: `http://10.40.92.81:28080`, //韩/
// target: `http://10.40.92.74:8080`,//旭/
target: `http://192.168.2.248:28080`, //帅
// target: `http://192.168.2.248:28080`, //帅
// target: `http://192.168.2.209:28080`, //福
//******** 注意事项 ********* */