mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 10:56:50 +08:00
fix(HTML): 修改配置模块 IP 地址及替换组件- 更新 risk_history.html 中的配置模块 IP 地址- 将 employRule/index.vue 中的 el-tag 组件替换为 span
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user