Commit 63145499 authored by 何远江's avatar 何远江

添加tip

parent 81c5dd88
<template>
<div class="w-full h-full bg-white p-4">
<p class="font-bold text-lg leading-10 border-b-2">订单文件管理</p>
<p class="font-bold text-lg leading-10 border-b-2">变量文件管理</p>
<el-form class="pt-4" :inline="true" :model="formState">
<el-form-item label="原始文件地址">
<el-input v-model="formState.filePath" placeholder="" clearable />
......@@ -16,6 +16,7 @@
</el-form>
<div class="">
<p class='text-red-600 text-sm mb-2'>tip:必须通过产品编码进行过滤.如果没有,则需要手动添加一列编码;否则不会进行数据过滤</p>
<vxe-table
ref="xTable"
size="small"
......
<template>
<div class="container m-auto pt-10">
<el-form ref="formRef" :model="formState" label-width="100px">
<el-form-item label="客户:">
<el-input v-model="formState.customerName" disabled>
......@@ -44,6 +45,8 @@
</template>
</el-table-column>
</el-table>
<p class='text-red-600 text-sm mt-2'>tip:必须通过产品编码进行过滤.如果没有,则需要手动添加一列编码;否则不会进行数据过滤</p>
</el-form-item>
<el-form-item>
......
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