功能变化: 优化前端提示信息
parent
a939ac4e53
commit
7c7fef1d75
|
@ -21,12 +21,6 @@
|
|||
/>
|
||||
</div>
|
||||
</d2-crud-x>
|
||||
<el-drawer
|
||||
title="我是标题"
|
||||
:visible.sync="drawer"
|
||||
size="40%">
|
||||
<span>我来啦!</span>
|
||||
</el-drawer>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
@ -51,7 +45,6 @@ export default {
|
|||
},
|
||||
data () {
|
||||
return {
|
||||
drawer: false
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
@ -77,10 +70,6 @@ export default {
|
|||
},
|
||||
delRequest (row) {
|
||||
return api.DelObj(row.id)
|
||||
},
|
||||
// 字典配置
|
||||
dictionaryConfigure (scope) {
|
||||
this.drawer = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -115,7 +115,7 @@ export const crudOptions = (vm) => {
|
|||
type: 'input',
|
||||
form: {
|
||||
component: {
|
||||
placeholder: '请输入操作系统'
|
||||
placeholder: '请输入运营商'
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
@ -126,7 +126,7 @@ export const crudOptions = (vm) => {
|
|||
form: {
|
||||
disabled: true,
|
||||
component: {
|
||||
placeholder: '请输入州'
|
||||
placeholder: '请输入大州'
|
||||
}
|
||||
},
|
||||
component: { props: { color: 'auto' } } // 自动染色
|
||||
|
@ -265,7 +265,7 @@ export const crudOptions = (vm) => {
|
|||
type: 'input',
|
||||
form: {
|
||||
component: {
|
||||
placeholder: '请输入操作系统'
|
||||
placeholder: '请输入浏览器名'
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
@ -276,7 +276,7 @@ export const crudOptions = (vm) => {
|
|||
type: 'input',
|
||||
form: {
|
||||
component: {
|
||||
placeholder: '请输入操作系统'
|
||||
placeholder: '请输入agent信息'
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue