BUG修改

This commit is contained in:
a0049873 2022-07-15 11:34:23 +08:00
parent a0526237f1
commit e1e676e70a
2 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-13 10:22:27 * @Date: 2022-06-13 10:22:27
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-15 10:14:57 * @LastEditTime: 2022-07-15 11:31:36
* @Description: 算法上架 * @Description: 算法上架
--> -->
<template> <template>
@ -162,7 +162,7 @@
{ {
name: '计费标准', name: '计费标准',
field: 'price', field: 'price',
type: 'input', type: 'input2',
company: '元', company: '元',
note1: '', note1: '',
}, },

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-17 14:11:08 * @Date: 2022-06-17 14:11:08
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-15 11:08:09 * @LastEditTime: 2022-07-15 11:31:55
* @Description: 上架 * @Description: 上架
--> -->
<template> <template>
@ -58,6 +58,11 @@
:placeholder="'请填写' + val.name + ',不超过24个字符'" :placeholder="'请填写' + val.name + ',不超过24个字符'"
v-if="val.type == 'input'" v-if="val.type == 'input'"
/> />
<a-input
v-model:value="val.note1"
:placeholder="'请填写' + val.name"
v-if="val.type == 'input2'"
/>
<a-textarea <a-textarea
v-model:value="val.note1" v-model:value="val.note1"
:showCount="true" :showCount="true"