scorpio 2 years ago
parent
commit
66b21a0324
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/contract/index.vue

+ 5 - 1
src/views/contract/index.vue

@@ -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>
 </template>
@@ -90,7 +93,8 @@ export default {
           {
             label: '合同名称',
             prop: 'title',
-            slot: true
+            slot: true,
+            width: 200
           },
           {
             label: '合同编号',