智慧农业后台管理页面
guoshilong
2022-08-04 8d945bccac9364a63815a8e1dadafefce9af58b2
页面优化
7 files modified
28 ■■■■ changed files
src/page/login/index.vue 10 ●●●●● patch | view | raw | blame | history
src/page/login/userlogin.vue 9 ●●●●● patch | view | raw | blame | history
src/views/farmplant/inventorylist.vue 1 ●●●● patch | view | raw | blame | history
src/views/farmplant/processlist.vue 1 ●●●● patch | view | raw | blame | history
src/views/farmplant/retrievallist.vue 1 ●●●● patch | view | raw | blame | history
src/views/farmplant/salelist.vue 1 ●●●● patch | view | raw | blame | history
src/views/traceability/traceability.vue 5 ●●●● patch | view | raw | blame | history
src/page/login/index.vue
@@ -41,11 +41,13 @@
          <userLogin v-if="activeName==='user'"></userLogin>
          <codeLogin v-else-if="activeName==='code'"></codeLogin>
          <thirdLogin v-else-if="activeName==='third'"></thirdLogin>
          <div class="login-menu">
            <a href="#" @click.stop="activeName='user'">{{ $t('login.userLogin') }}</a>
          <!-- <div class="login-menu"> -->
            <!-- <a href="#" @click.stop="activeName='user'">{{ $t('login.userLogin') }}</a> -->
            <!--<a href="#" @click.stop="activeName='code'">{{ $t('login.phoneLogin') }}</a>-->
            <a href="#" @click.stop="activeName='third'">{{ $t('login.thirdLogin') }}</a>
          </div>
            <!-- <a href="#" @click.stop="activeName='third'">{{ $t('login.thirdLogin') }}</a> -->
          <!-- </div> -->
        </div>
      </div>
src/page/login/userlogin.vue
@@ -82,15 +82,18 @@
        tenantMode: this.website.tenantMode,
        loginForm: {
          //租户ID
          tenantId: "000000",
          // tenantId: "000000",
          tenantId: "",
          //部门ID
          deptId: "",
          //角色ID
          roleId: "",
          //用户名
          username: "admin",
          // username: "admin",
          username: "",
          //密码
          password: "admin",
          // password: "admin",
          password: "",
          //账号类型
          type: "account",
          //验证码的值
src/views/farmplant/inventorylist.vue
@@ -55,6 +55,7 @@
                expandFixed: false,
                menuFixed: false,
                menu: false,
                header:false,
                column: [
                    {
                        label: "品种",
src/views/farmplant/processlist.vue
@@ -57,6 +57,7 @@
                expandFixed: false,
                menuFixed: false,
                menu: true,
                header:false,
                column: [
                    {
                        label: "品种",
src/views/farmplant/retrievallist.vue
@@ -55,6 +55,7 @@
                expandFixed: false,
                menuFixed: false,
                menu: false,
                header:false,
                column: [
                    {
                        label: "品种",
src/views/farmplant/salelist.vue
@@ -55,6 +55,7 @@
                expandFixed: false,
                menuFixed: false,
                menu: false,
                header:false,
                column: [
                    {
                        label: "品种",
src/views/traceability/traceability.vue
@@ -126,6 +126,9 @@
        addBtn:false,
        editBtn:false,
        delBtn:false,
        refreshBtn:false,
        columnBtn:false,
        searchShowBtn:false,
        column: [
          {
            label: "产品名称",
@@ -403,5 +406,5 @@
};
</script>
<style>
<style >
</style>