|
@@ -2,11 +2,16 @@
|
|
|
* @Author : yuanrunwei
|
|
|
* @Date : 2021-11-01 18:03:02
|
|
|
* @LastEditors: daiqisheng
|
|
|
- * @LastEditTime: 2022-04-24 20:34:03
|
|
|
+ * @LastEditTime: 2022-04-25 12:16:31
|
|
|
* @FilePath : \spfm-market-front\src\pages\main\performance\components\form.vue
|
|
|
-->
|
|
|
<template>
|
|
|
- <el-form :inline="true" :model="object">
|
|
|
+ <el-form
|
|
|
+ :inline="true"
|
|
|
+ :model="object"
|
|
|
+ label-position="left"
|
|
|
+ label-width="80px"
|
|
|
+ >
|
|
|
<!-- <el-row :gutter="24" v-if="form.length < 5">
|
|
|
<el-col
|
|
|
v-for="({ props, label, type, dictionary }, index) in form"
|