Commit 91f59d97 authored by xiedong's avatar xiedong

修改配置增加url

parent 936d6297
...@@ -587,6 +587,9 @@ ...@@ -587,6 +587,9 @@
<el-form-item label="标签" label-width="120px"> <el-form-item label="标签" label-width="120px">
<el-input v-model="updateRobotConfig.tag"></el-input> <el-input v-model="updateRobotConfig.tag"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="URL" label-width="120px">
<el-input v-model="updateRobotConfig.url"></el-input>
</el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button @click="cancel(),dialogFormVisible2 = false">取 消</el-button> <el-button @click="cancel(),dialogFormVisible2 = false">取 消</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment