.env.development | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/layout/components/Sidebar/SidebarItem.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/router/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/inspectionManagement/commissionInspection/addCommision.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/inspectionManagement/commissionInspection/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/login/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.env.development
@@ -2,4 +2,4 @@ ENV = 'development' # base api VUE_APP_BASE_API = 'http://192.168.137.138:1234/' VUE_APP_BASE_API = 'http://192.168.110.107:1234/' src/layout/components/Sidebar/SidebarItem.vue
@@ -4,10 +4,6 @@ <app-link v-if="onlyOneChild.meta" :to="resolvePath(onlyOneChild.path)"> <el-menu-item v-if="onlyOneChild.meta.show==false ?onlyOneChild.meta.show: true" :index="resolvePath(onlyOneChild.path)" :class="{'submenu-title-noDropdown':!isNest}"> <!-- <el-menu-item :style="{width:'0px',height:'0px'}" v-if="onlyOneChild.meta.show==false ?onlyOneChild.meta.show: true" :index="resolvePath(onlyOneChild.path)" :class="{'submenu-title-noDropdown':!isNest}"> --> <!-- <template slot="title"> <item v-if="item.meta" :icon="item.meta && item.meta.icon" :title="item.meta.title" /> </template> --> <item :show="onlyOneChild.meta.show" :icon="onlyOneChild.meta.icon||(item.meta&&item.meta.icon)" :title="onlyOneChild.meta.title" /> <span v-if="onlyOneChild.meta.title==='主页'">主页</span> </el-menu-item> src/router/index.js
@@ -472,6 +472,12 @@ name: 'BasicDataMessage', component: () => import('@/views/basicData/index'), meta: { title: '基础数据', icon: 'el-icon-s-tools' } }, { path: 'myBusiness', name: 'MyBusiness', component: () => import('@/views/personal/myBusiness/index'), meta: { title: '我的企业', icon: 'tree', show: false } } ] }, src/views/inspectionManagement/commissionInspection/addCommision.vue
@@ -15,7 +15,6 @@ style="width: 200px;" > </el-input>--> <el-button type="primary" size="small" style="background-color: rgb(1, 102, 226);">重置</el-button> </div> <el-table ref="detectionInfo" :max-height="800" :cell-style="{textAlign: 'center'}" :header-cell-style="{border:'0px',background:'#f5f7fa',color:'#606266',boxShadow: 'inset 0 1px 0 #ebeef5',textAlign: 'center'}" @@ -42,7 +41,6 @@ <el-table-column prop="remarks" label="备注" min-width="8%" /> <el-table-column label="操作" min-width="8%"> <template slot-scope="scope"> <el-button type="text" size="small">修改</el-button> <el-button type="text" size="small" @click="deleteRow(scope.row)">删除</el-button> </template> </el-table-column> src/views/inspectionManagement/commissionInspection/index.vue
@@ -65,20 +65,20 @@ <el-table-column type="index" label="序号" min-width="10%" /> <el-table-column prop="entrust_coding" label="委托编号" min-width="10%" /> <el-table-column prop="entrusted" label="委托单位" min-width="12%" /> <el-table-column prop="samples_number" label="样品编号" min-width="8%" /> <el-table-column prop="samples_number" label="样品数量" min-width="8%" /> <el-table-column prop="sample_name" label="样品名称" min-width="8%" /> <el-table-column prop="specifications_models" label="规格型号" min-width="12%" /> <el-table-column prop="dateSurvey" label="送达时间" min-width="8%" /> <el-table-column prop="dateSurvey" label="送样时间" min-width="8%" /> <el-table-column prop="completionDeadline" label="完成期限" min-width="8%" /> <el-table-column prop="contacts" label="委托编制人" min-width="8%" /> <el-table-column prop="inspectionTime" label="检验日期" min-width="8%" /> <el-table-column prop="inspection_status" label="状态" min-width="8%"> <template slot-scope="scope"> <div v-if="scope.row.inspection_status === 1"> <span style="color: green;">已检测</span> <div v-if="scope.row.inspection_status === 0"> <span style="color: green;">已报检</span> </div> <div v-else> <span style="color: red;">待检测</span> <span style="color: red;">未报检</span> </div> </template> </el-table-column> src/views/login/index.vue
@@ -135,9 +135,9 @@ </el-form> <div class="sao">微信扫码登录</div> <div class="copyright"> <p>江东金具设备有限公司</p> <p>版权所有Copyright ©️ 2012-2021 ZTT.All Rights Reserved.</p> <p>[苏ICP备10047815号-1]</p> <!-- <p>有限公司</p> <p>版权所有Copyright ©️ </p> <p>[苏ICP备10047815号-1]</p> --> </div> </div> </div>