Commit 4dccfd6e authored by zhengke's avatar zhengke

修改

parent ce3ffb6b
......@@ -135,6 +135,7 @@
<q-timeline color="secondary" >
<q-timeline-entry
v-for="(x,j) in data2" :index="j"
:key="j"
:title="x.CreateByName"
:subtitle="x.CreateTime"
>
......@@ -151,6 +152,7 @@
<q-timeline color="secondary" >
<q-timeline-entry
v-for="(x,j) in data3" :index="j"
:key="j"
:title="x.CreateByName"
:subtitle="x.CreateTime"
>
......
......@@ -151,7 +151,7 @@
</q-card-section>
<q-card-section class="q-pt-none scroll" style="max-height: 70vh">
<div class="text-caption q-mb-lg text-dark-6">
<span class="role_Line"></span>角色信息</div>
<span class="role_Line"></span>角色信息</div>
<div class="row wrap">
<q-input filled stack-label maxlength="50" :dense="false" v-model="objOption.RoleName" ref="RoleName"
class="col-6 q-pr-lg q-pb-lg" label="角色名称" :rules="[val => !!val || '请填写角色名称']" />
......
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