|
|
@ -1,6 +1,5 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div> |
|
|
{{orderNo}} |
|
|
|
|
|
<div style="margin-top: 5px"> |
|
|
<div style="margin-top: 5px"> |
|
|
<template v-if="isAuth('103001:tab1:save')"> |
|
|
<template v-if="isAuth('103001:tab1:save')"> |
|
|
<el-button type="primary" @click="clickSaveBtn" v-if="orderNo" :disabled="disabled">新增</el-button> |
|
|
<el-button type="primary" @click="clickSaveBtn" v-if="orderNo" :disabled="disabled">新增</el-button> |
|
|
|