Commit e3a47f83 by yangzhi

Merge branch 'dev'

parents d36a3f27 bdc60142
......@@ -130,7 +130,9 @@
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
<a :href="scope.row.domain">{{scope.row.domain}}</a>
<a :href="scope.row.domain">{{
scope.row.domain
}}</a>
</template>
</el-table-column>
<el-table-column
......@@ -276,14 +278,10 @@
{ required: true, message: '请选择状态' },
]"
>
<el-radio
v-model="editForm.status"
:label="true"
<el-radio v-model="editForm.status" :label="true"
>启用</el-radio
>
<el-radio
v-model="editForm.status"
:label="false"
<el-radio v-model="editForm.status" :label="false"
>禁用</el-radio
>
</el-form-item>
......@@ -408,7 +406,7 @@ export default {
editId: undefined,
editForm: {
domain: '',
status:true,
status: true,
},
total: 0,
pageSize: 50,
......
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
lintOnSave:false,
transpileDependencies: true,
devServer: {
port: 8082,
......
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