Commit df952b01 authored by shangtx's avatar shangtx

feat: 角色管理

parent b7035df8
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</a-col> </a-col>
<a-col :span="23"> <a-col :span="23">
<a-form-item label="服务详情"> <a-form-item label="服务详情">
<RichText ref="RichText" :height="700" /> <RichText ref="RichText" :height="900" />
</a-form-item> </a-form-item>
</a-col> </a-col>
</a-row> </a-row>
......
This diff is collapsed.
...@@ -75,7 +75,6 @@ ...@@ -75,7 +75,6 @@
</span> </span>
<span slot="tags" slot-scope="text, record"> <span slot="tags" slot-scope="text, record">
<a-switch <a-switch
:disabled="record.id==1"
checkedChildren="启用" checkedChildren="启用"
unCheckedChildren="禁用" unCheckedChildren="禁用"
@click="setStatus(record)" @click="setStatus(record)"
......
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