范围配置入口调整

This commit is contained in:
Yuan 2023-08-22 13:51:55 +08:00
parent 456a8f9aa8
commit b678b64db8

View File

@ -27,17 +27,11 @@
<template v-slot:body-cell-operations="props"> <template v-slot:body-cell-operations="props">
<q-td :props="props"> <q-td :props="props">
<div class="q-gutter-sm row justify-center"> <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 <q-btn
color="primary" color="primary"
:disable="operateDisabled" :disable="operateDisabled"
label="范围配置" label="范围配置"
:to="`/dataManage/publish`" :to="`/linemap/${props.row.lineId}/${props.row.type}`"
/> />
<q-btn <q-btn
color="red" color="red"