判断修改
This commit is contained in:
parent
82b72fd5f6
commit
1846356272
|
@ -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-01 20:11:33
|
* @LastEditTime: 2022-07-01 20:34:36
|
||||||
* @Description: 上架
|
* @Description: 上架
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -110,13 +110,13 @@
|
||||||
:options="item.options"
|
:options="item.options"
|
||||||
/>
|
/>
|
||||||
<a-input
|
<a-input
|
||||||
v-if="item.type == 'text'"
|
v-else-if="item.type == 'text'"
|
||||||
v-model:value="item.note1"
|
v-model:value="item.note1"
|
||||||
:placeholder="'请输入' + item.name"
|
:placeholder="'请输入' + item.name"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
/>
|
/>
|
||||||
<a-input
|
<a-input
|
||||||
v-if="item.type == 'text2'"
|
v-else-if="item.type == 'text2'"
|
||||||
v-model:value="item.note1"
|
v-model:value="item.note1"
|
||||||
:placeholder="'请输入' + item.name"
|
:placeholder="'请输入' + item.name"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
|
|
Loading…
Reference in New Issue