Commit e6ef10bd authored by chenqikuai's avatar chenqikuai

修复moreOperate展示

parent df94884b
......@@ -18,6 +18,7 @@
<template #query="props">
<syMoreOperate
teleport
:width="156"
:list="queryOperateList"
@click-item="(v) => handleClickQuery(props, v)"
:disabled="props.status !== 2"
......@@ -33,6 +34,7 @@
</template>
<template #operate="props">
<syMoreOperate
:width="156"
teleport
:list="operateList"
@click-item="(v) => handleClickOperate(props, v)"
......
......@@ -185,6 +185,7 @@
<div class="block text-center firstLineCell">
<div class="icon-box">
<syMoreOperate
:width="156"
:list="getSearchOperateList(props)"
:disabled="props.status !== 2"
:teleport="true"
......@@ -240,6 +241,7 @@
<template #operate="props">
<div class="flex items-center justify-center firstLineCell">
<syMoreOperate
:width="156"
:margin-left="-20"
:list="getOperateList(props)"
:teleport="true"
......
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