Commit ca709e5d authored by 黄奎's avatar 黄奎

页面修改

parent ffdcfd0d
......@@ -83,9 +83,9 @@
<q-btn flat size="xs" icon="edit" color="negative" style="font-weight:400" label="删除"
@click="setQuestionStatus(props.row)"></q-btn>
<q-btn flat size="xs" icon="iconfont icon-shangyi2" v-if="props.row.isShowFirst" color="accent" title="上移" style="font-weight:400;display:none;" label=""
@click="getUpStatus(props.row1)"></q-btn>
@click="getUpStatus(props.row,1)"></q-btn>
<q-btn flat size="xs" icon="iconfont icon-xiayi" v-if="props.row.isShowLast" color="accent" title="下移" style="font-weight:400;display:none;" label=""
@click="getUpStatus(props.row2)"></q-btn>
@click="getUpStatus(props.row,2)"></q-btn>
<q-btn flat size="xs" icon="iconfont icon-fuzhi" color="accent" style="font-weight:400;display:none;" label=""
@click="getCopyItem(props.row)"></q-btn>
</q-td>
......
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