Ver Fonte

fix bug

scorpio há 2 anos atrás
pai
commit
f46775fccc
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      src/views/contract/component/info.vue

+ 3 - 1
src/views/contract/component/info.vue

@@ -38,7 +38,9 @@
             <el-input v-model="form.number" />
           </el-form-item>
           <el-form-item label="合同金额" class="flex-child-average">
-            <el-input v-model="form.amount" />
+            <el-input v-model="form.amount">
+              <template #append>万元</template>
+            </el-input>
           </el-form-item>
         </div>
         <div class="full-width flex flex-center flex-justify-between">