Преглед изворни кода

物资管理-供应商管理,创建时间不显示调整

user5 пре 1 година
родитељ
комит
fb34f69240

+ 3 - 3
src/layout/components/userbar.vue

@@ -72,9 +72,9 @@
 				</el-dropdown-menu>
 			</template>
 		</el-dropdown>
-<!--		<div class="panel-item hidden-sm-and-down" @click="openSetting">-->
-<!--			<el-icon><MoreFilled style="transform: rotate(90deg)" /></el-icon>-->
-<!--		</div>-->
+		<div class="panel-item hidden-sm-and-down" @click="openSetting">
+			<el-icon><MoreFilled style="transform: rotate(90deg)" /></el-icon>
+		</div>
 		<el-drawer
 			title="新消息"
 			v-model="msg"

+ 1 - 1
src/views/materialManagement/supplier/SupplierList.vue

@@ -59,7 +59,7 @@
           <vxe-column min-width="230" align="center" title="联系电话" field="telPhone"></vxe-column>
           <vxe-column min-width="230" align="center" title="地址" field="address"></vxe-column>
           <vxe-column min-width="130" align="center" title="创建人" field="createName"></vxe-column>
-          <vxe-column min-width="200" align="center" title="创建时间" field="createDate"></vxe-column>
+          <vxe-column min-width="200" align="center" title="创建时间" field="createTime"></vxe-column>
           <vxe-column title="操作" width="150px" fixed="right" align="center">
             <template  #default="scope">
               <el-button v-if="(hasPermission('material:supplier:edit')&&$store.state.user.id === scope.row.createBy.id) || isAdmin" text type="primary"  size="small" @click="edit(scope.row.id)">修改</el-button>