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