Commit fdfdb906 by henry

修改计划批次

1 parent 60e1db46
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
{ label: '批次年度', prop: 'year', width: '120px'}, { label: '批次年度', prop: 'year', width: '120px'},
{ {
label: '计划评审日期', label: '计划评审日期',
width: '120px', width: '160px',
prop: 'planReviewDate', prop: 'planReviewDate',
}, },
{ {
...@@ -119,9 +119,9 @@ export default { ...@@ -119,9 +119,9 @@ export default {
collectionType: 'approvalStatusOptions', collectionType: 'approvalStatusOptions',
options: approvalStatusOptions, options: approvalStatusOptions,
}, },
{ label: '备注', width: '300px', prop: 'remark' },
// { label: '创建人', prop: 'createMan' }, // { label: '创建人', prop: 'createMan' },
{ label: '创建时间', prop: 'createTime', width: '120px' }, { label: '创建时间', prop: 'createTime', width: '160px' },
{ label: '备注', width: '400px', prop: 'remark' },
{ {
label: '操作', label: '操作',
type: 'operation', type: 'operation',
......
...@@ -15,7 +15,7 @@ function resolve(dir) { ...@@ -15,7 +15,7 @@ function resolve(dir) {
// const ip = '192.168.137.146'; // 谢皓 // const ip = '192.168.137.146'; // 谢皓
// const ip = '2068224he2.51mypc.cn'; // 谢皓 // const ip = '2068224he2.51mypc.cn'; // 谢皓
const ip = '192.168.0.102' const ip = '192.168.8.120'
// const ip = '192.168.0.13'; // const ip = '192.168.0.13';
// const ip = '192.168.137.229' // const ip = '192.168.137.229'
module.exports = defineConfig({ module.exports = defineConfig({
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!