fix: 产品测试bug
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
:key="index"
|
||||
>
|
||||
<div class="create-survey-attr-right-item-input">
|
||||
<label class="create-survey-attr-label">产品名称</label>
|
||||
<label class="create-survey-attr-label">产品名称{{item.status}}</label>
|
||||
<a-input
|
||||
v-model:value="item.productName"
|
||||
class="create-custom-input"
|
||||
@@ -742,7 +742,7 @@ export default defineComponent({
|
||||
if (flavorList.value.length === 20) return;
|
||||
flavorList.value.splice(index + 1, 0, {
|
||||
text: "",
|
||||
status: true,
|
||||
status: false,
|
||||
flavorName: "",
|
||||
productName: "",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user