主数据表格宽度调整

This commit is contained in:
‘huanghaiixia’
2026-03-31 10:29:27 +08:00
parent a5af47d53c
commit 924eac8ad8
14 changed files with 54 additions and 441 deletions

View File

@ -117,8 +117,8 @@
import { getAllCom} from '/@/api/contract/ContractPurInt';
import { DataFormat, FormatOption, DATE_FORMAT, FormatType } from '/@/utils/dataFormat';
const tableName = 'PngSettleHdr';
const columnName = 'PngSettleHdr'
const tableName = 'PngSettleHdrPur';
const columnName = 'PngSettleHdrPur'
const formType = ref('2'); // 0 新建 1 修改 2 查看
const formRef = ref();