退伍复学状态按钮调整
This commit is contained in:
@@ -439,6 +439,7 @@ export default {
|
||||
this.form.twoStatus=0
|
||||
this.form.Status=0
|
||||
this.form.jwStatus=0
|
||||
this.form.testData=0
|
||||
|
||||
this.form.fdIdea=""
|
||||
this.form.xwIdeaI=""
|
||||
|
||||
@@ -310,7 +310,9 @@ export default {
|
||||
dataa: null,
|
||||
conversion: null,
|
||||
processId: null,
|
||||
deployId: null
|
||||
deployId: null,
|
||||
testData: null,
|
||||
testTest: null
|
||||
},
|
||||
// 表单参数
|
||||
form: {},
|
||||
|
||||
@@ -125,17 +125,58 @@
|
||||
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
v-if="scope.row.zsStatus === '3' || scope.row.fdStatus === '3'
|
||||
|| scope.row.fdStatus === '2' || scope.row.twoStatus === '2' || scope.row.xwStatus == '2'
|
||||
|| scope.row.xjglStatus == '2' || scope.row.jwStatus == '2'
|
||||
|| (scope.row.zsStatus === '2' && scope.row.testData =='1' )
|
||||
|| (scope.row.fdStatus === '2' && scope.row.testData =='1' )
|
||||
|| (scope.row.twoStatus === '2' && scope.row.testData =='1')
|
||||
|| (scope.row.xwStatus == '2' && scope.row.testData =='1')
|
||||
|| (scope.row.xjglStatus == '2' && scope.row.testData =='1')
|
||||
|| (scope.row.jwStatus == '2' && scope.row.testData =='1')
|
||||
"
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handledetail(scope.row)"
|
||||
v-hasPermi="['routine:basic:edit']"
|
||||
>修改提交</el-button>
|
||||
>修改提交</el-button> -->
|
||||
|
||||
<!-- 保留代码 -->
|
||||
<div v-if="scope.row.conversion=='Y'">
|
||||
<el-button
|
||||
v-if="scope.row.zsStatus === '3'
|
||||
|| (scope.row.zsStatus === '2' && scope.row.testData =='1' )
|
||||
|| (scope.row.fdStatus === '2' && scope.row.testData =='1' )
|
||||
|| (scope.row.twoStatus === '2' && scope.row.testData =='1')
|
||||
|| (scope.row.xwStatus == '2' && scope.row.testData =='1')
|
||||
|| (scope.row.xjglStatus == '2' && scope.row.testData =='1')
|
||||
|| (scope.row.jwStatus == '2' && scope.row.testData =='1')
|
||||
"
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handledetail(scope.row)"
|
||||
v-hasPermi="['routine:basic:edit']"
|
||||
>修改提交</el-button>
|
||||
</div>
|
||||
|
||||
<div v-if="scope.row.conversion=='N'">
|
||||
<el-button
|
||||
v-if=" scope.row.fdStatus === '3'
|
||||
|| (scope.row.fdStatus === '2' && scope.row.testData =='1' )
|
||||
|| (scope.row.twoStatus === '2' && scope.row.testData =='1')
|
||||
|| (scope.row.xwStatus == '2' && scope.row.testData =='1')
|
||||
|| (scope.row.xjglStatus == '2' && scope.row.testData =='1')
|
||||
|| (scope.row.jwStatus == '2' && scope.row.testData =='1')
|
||||
"
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handledetail(scope.row)"
|
||||
v-hasPermi="['routine:basic:edit']"
|
||||
>修改提交</el-button>
|
||||
</div>
|
||||
|
||||
|
||||
<el-button
|
||||
size="mini"
|
||||
@@ -389,7 +430,9 @@ export default {
|
||||
dataa: null,
|
||||
conversion: null,
|
||||
processId: null,
|
||||
deployId: null
|
||||
deployId: null,
|
||||
testData: null,
|
||||
testTest: null
|
||||
},
|
||||
// 表单参数
|
||||
form: {},
|
||||
|
||||
Reference in New Issue
Block a user