fix(HTML): 修改配置模块 IP 地址及替换组件- 更新 risk_history.html 中的配置模块 IP 地址- 将 employRule/index.vue 中的 el-tag 组件替换为 span

This commit is contained in:
陈昱达
2025-08-14 17:21:48 +08:00
parent 68d5af27b8
commit dc7f89db99

View File

@@ -506,7 +506,7 @@ export default {
key: '触发次数',
render: (h, params) => {
return h(
'el-tag',
'span',
{
props: {
type: 'info',
@@ -522,7 +522,7 @@ export default {
key: '审批通过次数',
render: (h, params) => {
return h(
'el-tag',
'span',
{
props: {
type: 'success',
@@ -538,7 +538,7 @@ export default {
key: '审批不通过次数',
render: (h, params) => {
return h(
'el-tag',
'span',
{
props: {
type: 'danger',