BUg修改
This commit is contained in:
parent
e2209f7694
commit
2e2287f1cf
|
@ -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 11:48:55
|
* @LastEditTime: 2022-07-15 11:50:22
|
||||||
* @Description: 算法上架
|
* @Description: 算法上架
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
field: 'type',
|
field: 'type',
|
||||||
type: 'radio',
|
type: 'radio',
|
||||||
options: ['一次性买断', '按调用次数', '按并发路数', '按年计费'],
|
options: ['一次性买断', '按调用次数', '按并发路数', '按年计费'],
|
||||||
note1: '',
|
note1: '一次性买断',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '计费标准',
|
name: '计费标准',
|
||||||
|
|
|
@ -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:48:16
|
* @LastEditTime: 2022-07-15 11:51:18
|
||||||
* @Description: 上架
|
* @Description: 上架
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -352,7 +352,7 @@
|
||||||
list: [],
|
list: [],
|
||||||
})
|
})
|
||||||
const showKey = ref(0)
|
const showKey = ref(0)
|
||||||
const numType = ref('')
|
const numType = ref('一次性买断')
|
||||||
const radioChange = (e) => {
|
const radioChange = (e) => {
|
||||||
numType.value = e.target.value
|
numType.value = e.target.value
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue