jinhui.wang

样式修改

......@@ -114,7 +114,7 @@
padding-bottom: 5px;
.formItem {
width: 100%;
width: 90%;
// max-width: 300px;
}
}
......
......@@ -99,9 +99,9 @@
<!-- </div> -->
</div>
</el-form>
<Tables ref="dmLogTables" ductName="logDmData" :data="data" :headerData="tableHeader" :infoShow="false"
:height="tableHeight" :page="selectForm.page" :pageSizes="[100]" :totalCount="total" :loading="loading"
@currentChange="currentChange" @sortChange="sortChange">
<Tables ref="dmLogTables" ductName="logDmData" :data="data" :headerData="tableHeader" :height="tableHeight"
:page="selectForm.page" :pageSizes="[100]" :totalCount="total" :loading="loading" @currentChange="currentChange"
@sortChange="sortChange">
<template v-slot:status="scope">
<el-tag :type="
scope.row.status == 1
......