|
@@ -51,8 +51,8 @@
|
|
|
<el-button type="primary" @click="sendReportHandle(false)">更新</el-button>
|
|
|
</div>
|
|
|
<div class="footBox" v-else>
|
|
|
- <el-button type="primary" @click="sendReportHandle(true)">暂存</el-button>
|
|
|
- <el-button type="primary" @click="sendReportHandle(false)">发送</el-button>
|
|
|
+ <n-button type="primary" @nclick="sendReportHandle(true)">暂存</n-button>
|
|
|
+ <n-button type="primary" @nclick="sendReportHandle(false)">发送</n-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|