Merge remote-tracking branch 'origin/dev-cq' into dev-cq
This commit is contained in:
commit
daa1173dca
|
|
@ -47,8 +47,7 @@
|
|||
>新建</el-button
|
||||
>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<!-- :disabled="single" -->
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-button
|
||||
type="success"
|
||||
plain
|
||||
|
|
@ -57,7 +56,7 @@
|
|||
@click="handlePeople"
|
||||
>人员配置</el-button
|
||||
>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="warning"
|
||||
|
|
|
|||
|
|
@ -363,20 +363,14 @@
|
|||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
v-if="
|
||||
scope.row.status == '0' &&
|
||||
scope.row.userIds.includes(userId)
|
||||
"
|
||||
v-if="scope.row.status == '0'"
|
||||
@click="pass(scope.row)"
|
||||
>通过</el-button
|
||||
>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
v-if="
|
||||
scope.row.status == '0' &&
|
||||
scope.row.userIds.includes(userId)
|
||||
"
|
||||
v-if="scope.row.status == '0'"
|
||||
@click="refused(scope.row)"
|
||||
>不通过</el-button
|
||||
>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ module.exports = {
|
|||
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
||||
// target: `https://z.csgmall.com.cn`,
|
||||
|
||||
target: `http://192.168.2.151:39080`, //超
|
||||
target: `http://192.168.2.154:39080`, //超
|
||||
// target: `http://10.40.92.81:8080`, //韩/
|
||||
// target: `http://10.40.92.74:8080`,//旭/
|
||||
// target: `http://10.40.92.138:28080`, //帅
|
||||
|
|
|
|||
Loading…
Reference in New Issue