|
@@ -241,7 +241,7 @@
|
241
|
241
|
{type: "radio", fixed: 'left'},
|
242
|
242
|
{field: 'wjm', title: '文件名', width: '40%'},
|
243
|
243
|
{field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
|
244
|
|
- {field: 'sm', title: '说明', edit: 'text'}
|
|
244
|
+ {field: 'sm', title: '说明', edit: 'text',width:'35%'}
|
245
|
245
|
]
|
246
|
246
|
],
|
247
|
247
|
autoSort: false,
|
|
@@ -322,7 +322,7 @@
|
322
|
322
|
{type: 'numbers', align: 'center'},
|
323
|
323
|
{field: 'wjm', title: '文件名', width: '30%'},
|
324
|
324
|
{field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
|
325
|
|
- {field: 'sm', title: '说明', edit: 'text'}
|
|
325
|
+ {field: 'sm', title: '说明', edit: 'text',width:'40%'}
|
326
|
326
|
]
|
327
|
327
|
],
|
328
|
328
|
autoSort: false,
|