Commit 80abbda9 authored by 邓超's avatar 邓超

fix: 修改表字段表模型图片

parent 8c4aaac4
Pipeline #66320 passed with stages
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
import React, { useEffect, useState } from 'react'; import React, { useEffect, useState } from 'react';
import { Modal } from 'antd'; import { Modal, Tooltip } from 'antd';
import styles from './ChooseTableType.less'; import styles from './ChooseTableType.less';
const ChooseTableType = props => { const ChooseTableType = props => {
...@@ -49,7 +49,7 @@ const ChooseTableType = props => { ...@@ -49,7 +49,7 @@ const ChooseTableType = props => {
onClick={() => createTable(ele.value)} onClick={() => createTable(ele.value)}
> >
<div className={styles.imgBox}> <div className={styles.imgBox}>
<img src={`${window.location.origin}/civweb4/${ele.icon}`} alt="" /> <img src={`${window.location.origin}/civmanage/${ele.icon}`} alt="" />
</div> </div>
<div className={styles.title}>{ele.value}</div> <div className={styles.title}>{ele.value}</div>
</div> </div>
......
...@@ -178,9 +178,9 @@ const ConfigOperate = (props, ref) => { ...@@ -178,9 +178,9 @@ const ConfigOperate = (props, ref) => {
valuePropName="checked" valuePropName="checked"
label={ label={
<div style={{ display: 'flex', alignItems: 'center' }}> <div style={{ display: 'flex', alignItems: 'center' }}>
{/* <Tooltip title="结束节点可配置自动关单"> <Tooltip title="谨慎使用,由上一节点移交后,会自动归档">
<InfoCircleOutlined style={{ color: '#1890ff', marginRight: '3px' }} /> <InfoCircleOutlined style={{ color: '#1890ff', marginRight: '3px' }} />
</Tooltip> */} </Tooltip>
<span>自动关单</span> <span>自动关单</span>
</div> </div>
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment