Commit 4dccfd6e authored by zhengke's avatar zhengke

修改

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