This commit is contained in:
qsh
2024-06-23 16:48:28 +08:00
parent 16e3ac5c6d
commit 43b95e3a10
15 changed files with 42 additions and 23 deletions

View File

@@ -8,7 +8,10 @@
/>
<span>使用外呼</span>
</template>
<el-radio-group v-model="form.usePhoneConfig">
<el-radio-group
v-model="form.usePhoneConfig"
:disabled="getConfig('usePhoneConfig').modifiable == 'false'"
>
<el-radio
v-for="(item, index) in getConfig('usePhoneConfig').options"
:key="index"