28603
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
size="small"
|
||||
type="primary"
|
||||
@click="isShow = true"
|
||||
v-if="(checkType === '1' || checkType === '2') && info.status !== '3'">
|
||||
v-if="(checkType === '1' || checkType === '2') && info.status !== '3' && info.status !== '2'">
|
||||
{{ checkType === '1' ? '走访核实' : '处理结果' }}
|
||||
</el-button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user