c1d094ee by 任超

style:审核表

1 parent f772edff
......@@ -350,7 +350,7 @@ export default {
width: 100%;
display: flex;
padding-left: 5px;
height: calc(100vh - 90px);
height: calc(100vh - 125px);
.left {
display: flex;
......
......@@ -46,6 +46,7 @@
<el-button type="primary" v-if="tableData.length>0" @click="onSubmit">保存</el-button>
</div>
</el-form>
<el-empty v-if="tableData.length==0" description="暂无数据"></el-empty>
</div>
</template>
<script>
......