范围配置入口调整
This commit is contained in:
parent
456a8f9aa8
commit
b678b64db8
@ -27,17 +27,11 @@
|
||||
<template v-slot:body-cell-operations="props">
|
||||
<q-td :props="props">
|
||||
<div class="q-gutter-sm row justify-center">
|
||||
<q-btn
|
||||
color="primary"
|
||||
:disable="operateDisabled"
|
||||
label="预览"
|
||||
:to="`/linemap/${props.row.lineId}/${props.row.type}`"
|
||||
/>
|
||||
<q-btn
|
||||
color="primary"
|
||||
:disable="operateDisabled"
|
||||
label="范围配置"
|
||||
:to="`/dataManage/publish`"
|
||||
:to="`/linemap/${props.row.lineId}/${props.row.type}`"
|
||||
/>
|
||||
<q-btn
|
||||
color="red"
|
||||
|
Loading…
Reference in New Issue
Block a user