forked from github/dataease
fix: API数据源 请求头,希望能自定义前缀
This commit is contained in:
parent
9e6bc98054
commit
54a3ab9772
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user