fix: API数据源 请求头,希望能自定义前缀

This commit is contained in:
taojinlong 2024-07-24 17:45:39 +08:00
parent 9e6bc98054
commit 54a3ab9772

View File

@ -166,7 +166,7 @@ const options = [
v-if="!needMock && activeName === 'table' && element.nameType !== 'params'" v-if="!needMock && activeName === 'table' && element.nameType !== 'params'"
v-model="element.value" v-model="element.value"
:disabled="isReadOnly" :disabled="isReadOnly"
:placeholder="element.nameType === 'fixed' ? '值' : '可用${参数名}使用参数'" :placeholder="element.nameType === 'fixed' ? '值' : '可用${参数名}使用参数'"
show-word-limit show-word-limit
/> />
</el-col> </el-col>