@@ -53,6 +53,9 @@
<template #title="{ row }">
<div>{{ row.fileFolder.title }}</div>
</template>
+ <template #menu-left>
+ <div class="grey-6 ml-10">单位:万元</div>
+ </template>
</avue-crud>
</el-card>
@@ -90,7 +93,8 @@ export default {
{
label: '合同名称',
prop: 'title',
- slot: true
+ slot: true,
+ width: 200
},
label: '合同编号',