|
@@ -64,10 +64,12 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col v-if="active == 6">
|
|
|
+ <el-col style="text-align: center; margin: 15px 0"><i class="el-icon-success"></i></el-col>
|
|
|
<el-col style="text-align: center; margin: 15px 0; font-size: 18px">换货成功</el-col>
|
|
|
<el-col style="text-align: center; margin: 15px 0; font-size: 18px">库存需手动修改</el-col>
|
|
|
</el-col>
|
|
|
<el-col v-if="active == 7">
|
|
|
+ <el-col style="text-align: center; margin: 15px 0"><i class="el-icon-error"></i></el-col>
|
|
|
<el-col style="text-align: center; margin: 15px 0; font-size: 18px">已拒绝</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -141,4 +143,13 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style lang="less" scoped></style>
|
|
|
+<style lang="less" scoped>
|
|
|
+.el-icon-success {
|
|
|
+ font-size: 60px;
|
|
|
+ color: green;
|
|
|
+}
|
|
|
+.el-icon-error {
|
|
|
+ font-size: 60px;
|
|
|
+ color: red;
|
|
|
+}
|
|
|
+</style>
|