增加审核判断条件
This commit is contained in:
parent
e8e247aaf7
commit
330f40f25f
|
|
@ -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
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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`, //福
|
||||
|
||||
//******** 注意事项 ********* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue