Commit 92c54c96 authored by 徐一鸣's avatar 徐一鸣

服务管理

parent 4d1e09f9
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
v-if="v.disabledRule && v.disabledRule(scope.row)" v-if="v.disabledRule && v.disabledRule(scope.row)"
class="btn disabled" class="btn disabled"
:key="'btn_' + index + '_' + i" :key="'btn_' + index + '_' + i"
v-text="v.label" v-text="v.getLabel ? v.getLabel(scope.row) : v.label"
> >
</span> </span>
<a <a
......
This diff is collapsed.
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