From ea0565b6d55afeebd8ee69cf8a4346067da7789e Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 14 十一月 2023 17:51:42 +0800
Subject: [PATCH] modified: src/views/plan/customerorder/index.vue
---
src/views/common/ztt-table.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/common/ztt-table.vue b/src/views/common/ztt-table.vue
index 209e67a..1127f78 100644
--- a/src/views/common/ztt-table.vue
+++ b/src/views/common/ztt-table.vue
@@ -327,6 +327,9 @@
<template v-else>
<template v-if="!item.render">
<template v-if="item.formatter">
+ <span v-if="item.isTag">
+ <el-tag type="success">aaa</el-tag>
+ </span>
<span
v-html="
item.formatter(scope.row, item, scope.row[item.prop])
--
Gitblit v1.9.3