提交 c934a85b 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码 [TrainSys,网页端]

上级 e0c0b3ab
# full-dynamic-vue # full-dynamic-vue
全动态版本vue,vite + vue2.7 + iview4.7 + tsx 全动态版本vue,vite + vue2.7 + iview4.7 + tsx
\ No newline at end of file
// 本地开发在 package.json 中补充以下命令
"prepare": "husky install"
\ No newline at end of file
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
"build": "vue-tsc --noEmit && vite build", "build": "vue-tsc --noEmit && vite build",
"preview": "vite preview", "preview": "vite preview",
"lint": "eslint 'src/**/*.ts' 'src/**/*.vue'", "lint": "eslint 'src/**/*.ts' 'src/**/*.vue'",
"lint:style": "stylelint 'src/**/*.scss'", "lint:style": "stylelint 'src/**/*.scss'"
"prepare": "husky install"
}, },
"dependencies": { "dependencies": {
"@ibiz-template/command": "^0.0.1-alpha.2", "@ibiz-template/command": "^0.0.1-alpha.2",
......
...@@ -50,6 +50,7 @@ export const AppCol = defineComponent({ ...@@ -50,6 +50,7 @@ export const AppCol = defineComponent({
Object.assign(styles, { Object.assign(styles, {
width: props.modelData.width ? props.modelData.width : '100%', width: props.modelData.width ? props.modelData.width : '100%',
height: props.modelData.height ? props.modelData.height : '100%', height: props.modelData.height ? props.modelData.height : '100%',
overflow: 'auto',
}); });
return styles; return styles;
}); });
......
...@@ -44,8 +44,8 @@ export default defineComponent({ ...@@ -44,8 +44,8 @@ export default defineComponent({
const ns = useNamespace('login-view'); const ns = useNamespace('login-view');
const loginData = reactive<LoginData>({ const loginData = reactive<LoginData>({
username: 'zjbjadmin', username: 'sy_admin',
password: '123456', password: 'syadmin@2022',
}); });
const formRef = ref<IData | null>(null); const formRef = ref<IData | null>(null);
......
...@@ -4,7 +4,7 @@ import vue from '@vitejs/plugin-vue2'; ...@@ -4,7 +4,7 @@ import vue from '@vitejs/plugin-vue2';
import vueJsx from '@vitejs/plugin-vue2-jsx'; import vueJsx from '@vitejs/plugin-vue2-jsx';
import eslint from 'vite-plugin-eslint'; import eslint from 'vite-plugin-eslint';
// import legacy from '@vitejs/plugin-legacy'; // ie11 开启此配置 // import legacy from '@vitejs/plugin-legacy'; // ie11 开启此配置
import { visualizer } from 'rollup-plugin-visualizer'; // 打包内容分析 // import { visualizer } from 'rollup-plugin-visualizer'; // 打包内容分析
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
...@@ -40,7 +40,7 @@ export default defineConfig({ ...@@ -40,7 +40,7 @@ export default defineConfig({
}), }),
vue(), vue(),
vueJsx(), vueJsx(),
visualizer(), // visualizer(),
// legacy({ targets: ['ie >= 11'] }), // legacy({ targets: ['ie >= 11'] }),
], ],
}); });
因为 它太大了无法显示 源差异 。您可以改为 查看blob
...@@ -193,25 +193,6 @@ ...@@ -193,25 +193,6 @@
</createTable> </createTable>
</changeSet> </changeSet>
<!--输出实体[RAWMATERIAL]数据结构 -->
<changeSet author="root" id="tab-rawmaterial-25-7">
<createTable tableName="T_RAWMATERIAL">
<column name="RAWMATERIALID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_RAWMATERIAL"/>
</column>
<column name="CREATEDATE" remarks="" type="DATETIME">
</column>
<column name="RAWMATERIALNAME" remarks="" type="VARCHAR(200)">
</column>
<column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column>
<column name="UPDATEDATE" remarks="" type="DATETIME">
</column>
<column name="UPDATEMAN" remarks="" type="VARCHAR(60)">
</column>
</createTable>
</changeSet>
<!--输出实体[REGINFO]数据结构 --> <!--输出实体[REGINFO]数据结构 -->
<changeSet author="root" id="tab-reginfo-99-8"> <changeSet author="root" id="tab-reginfo-99-8">
<createTable tableName="T_REGINFO"> <createTable tableName="T_REGINFO">
......
...@@ -174,14 +174,6 @@ ...@@ -174,14 +174,6 @@
}, },
"builtinAction" : true "builtinAction" : true
} ], } ],
"getAllPSDEDBConfigs" : [ {
"dBType" : "MYSQL5",
"name" : "MYSQL5",
"objNameCase" : "DEFAULT",
"standardTableName" : "`T_RAWMATERIAL`",
"tableName" : "T_RAWMATERIAL",
"valid" : true
} ],
"getAllPSDEDBTables" : [ { "getAllPSDEDBTables" : [ {
"getAllPSDEFields" : [ { "getAllPSDEFields" : [ {
"name" : "RAWMATERIALID", "name" : "RAWMATERIALID",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册