Skip to content

Commit

Permalink
1.3.33 20240318:
Browse files Browse the repository at this point in the history
1. 修改详情弹窗打开按钮的v-if判断;
2. 简单列表设置斑马纹样式。
  • Loading branch information
cnx2016 committed Mar 18, 2024
1 parent 0284eab commit ee6565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const useCommonStore = defineStore('commonStore', () => {
let processEntityList = ref([]);
// 系统配置
let publicSetting = ref({
webVer: "1.3.32 20240318"
webVer: "1.3.33 20240318"
});
const getEntityList = () => {
return new Promise(async (resolve, reject) => {
Expand Down

0 comments on commit ee6565a

Please sign in to comment.