Commit c17f7ae9 authored by co_dengxiongwen's avatar co_dengxiongwen

页面调整

parent 479dedb1
......@@ -278,7 +278,7 @@ export default {
data: {
id: this.dataForm.id,
status: state,
actionName: this.dataForm.name + state == 1 ? '开启' : '关闭',
actionName: this.dataForm.name + (state == 1 ? '开启' : '关闭'),
actionType: 1
}
}).then((data) => {
......
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