BUg修改

This commit is contained in:
a0049873 2022-07-15 11:51:40 +08:00
parent e2209f7694
commit 2e2287f1cf
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-13 10:22:27
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-15 11:48:55
* @LastEditTime: 2022-07-15 11:50:22
* @Description: 算法上架
-->
<template>
@ -157,7 +157,7 @@
field: 'type',
type: 'radio',
options: ['一次性买断', '按调用次数', '按并发路数', '按年计费'],
note1: '',
note1: '一次性买断',
},
{
name: '计费标准',

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-17 14:11:08
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-15 11:48:16
* @LastEditTime: 2022-07-15 11:51:18
* @Description: 上架
-->
<template>
@ -352,7 +352,7 @@
list: [],
})
const showKey = ref(0)
const numType = ref('')
const numType = ref('一次性买断')
const radioChange = (e) => {
numType.value = e.target.value
}