Commit ac114fad authored by “yiyousong”'s avatar “yiyousong”

perf: 优化业务列表

parent f8e5ada0
...@@ -191,7 +191,7 @@ export default { ...@@ -191,7 +191,7 @@ export default {
dataIndex: "businessName", dataIndex: "businessName",
}, },
{ {
title: "是否数据展示", title: "是否展示数据",
dataIndex: "datashow", dataIndex: "datashow",
width: "120px", width: "120px",
scopedSlots: { scopedSlots: {
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<!-- <a-form-model-item label="允许取号" prop="cantake"> <!-- <a-form-model-item label="允许取号" prop="cantake">
<y-switch v-model="form.cantake"></y-switch> <y-switch v-model="form.cantake"></y-switch>
</a-form-model-item> --> </a-form-model-item> -->
<a-form-model-item label="是否数据展示" prop="datashow"> <a-form-model-item label="是否展示数据" prop="datashow">
<y-switch v-model="form.datashow"></y-switch> <y-switch v-model="form.datashow"></y-switch>
</a-form-model-item> </a-form-model-item>
<a-form-model-item label="备注" prop="remark"> <a-form-model-item label="备注" prop="remark">
......
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