Merge branch 'master' into zyj
# Conflicts: # src/views/oilFinalStatement/oilFinalStatementListInfo.vue
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
</el-row>
|
||||
<div :span="24" style="margin-top: 50px; text-align: center; width: 100%">
|
||||
<el-divider style="width: 100%"></el-divider>
|
||||
<div style="display: flex; justify-content: end; width: 90%; margin: 0 auto">
|
||||
<div style="display: flex; justify-content: flex-end; width: 90%; margin: 0 auto">
|
||||
<el-button @click="close" size="mini">取消</el-button>
|
||||
<el-button size="mini" type="primary" :disabled="!setWait" @click="addList">确认提交</el-button>
|
||||
</div>
|
||||
@@ -625,7 +625,7 @@ export default {
|
||||
/* flex: 1; */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
@@ -181,11 +181,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { imgCompress } from '@/utils'
|
||||
import internalCompanyApi from '@/api/user/internalCompany'
|
||||
import utils from '@/utils/encode'
|
||||
import { mapGetters } from 'vuex'
|
||||
const JSESSIONID = utils.uuid()
|
||||
|
||||
export default {
|
||||
filters: {},
|
||||
props: {
|
||||
@@ -197,7 +194,6 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
tableHeight: document.documentElement.clientHeight - 470 - 55,
|
||||
imgCompress,
|
||||
companyList: [],
|
||||
roleList: [],
|
||||
roleTypeList: [],
|
||||
|
||||
Reference in New Issue
Block a user