标准入库流程手机端调整,预警去除按钮,详情增加性质

This commit is contained in:
shenyanpei
2022-01-04 15:01:13 +08:00
parent ee2f66e055
commit 8ab51f3f04
5 changed files with 520 additions and 546 deletions
+9 -9
View File
@@ -184,15 +184,15 @@
</el-table-column>
<el-table-column prop="applyType" label="适用车型" align="center">
</el-table-column>
<el-table-column label="操作" width="100" align="center" v-if="isShowBtn" fixed="right">
<template slot-scope="scope">
<el-button
size="mini"
type="danger"
@click="cancelWarning(scope.$index, scope.row)">取消预警
</el-button>
</template>
</el-table-column>
<!-- <el-table-column label="操作" width="100" align="center" v-if="isShowBtn" fixed="right">
<template slot-scope="scope">
<el-button
size="mini"
type="danger"
@click="cancelWarning(scope.$index, scope.row)">取消预警
</el-button>
</template>
</el-table-column>-->
</el-table>
<pagination
style="position: static;"