Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/.cache/babel-loader/90cbc5137591f137e06fd136a6b4f634ac570ef9de6b710e61d7c536e75f322f.json

1 line
8.6 KiB
JSON
Raw Normal View History

2026-01-11 00:11:34 +08:00
{"ast":null,"code":"var render = function render() {\n var _vm = this,\n _c = _vm._self._c,\n _setup = _vm._self._setupProxy;\n return _c(\"el-table\", {\n staticStyle: {\n width: \"100%\"\n },\n attrs: {\n data: _vm.rows\n }\n }, [_c(\"el-table-column\", {\n attrs: {\n label: \"日期\",\n width: \"180\"\n },\n scopedSlots: _vm._u([{\n key: \"default\",\n fn: function (scope) {\n return [_c(\"i\", {\n staticClass: \"el-icon-time\"\n }), _c(\"span\", {\n staticStyle: {\n \"margin-left\": \"10px\"\n }\n }, [_vm._v(_vm._s(scope.row.date))])];\n }\n }])\n }), _c(\"el-table-column\", {\n attrs: {\n label: \"姓名\",\n width: \"180\"\n },\n scopedSlots: _vm._u([{\n key: \"default\",\n fn: function (scope) {\n return [_c(\"el-popover\", {\n attrs: {\n trigger: \"hover\",\n placement: \"top\"\n }\n }, [_c(\"p\", [_vm._v(\"姓名: \" + _vm._s(scope.row.name))]), _c(\"p\", [_vm._v(\"住址: \" + _vm._s(scope.row.address))]), _c(\"div\", {\n staticClass: \"name-wrapper\",\n attrs: {\n slot: \"reference\"\n },\n slot: \"reference\"\n }, [_c(\"el-tag\", {\n attrs: {\n size: \"medium\"\n }\n }, [_vm._v(_vm._s(scope.row.name))])], 1)])];\n }\n }])\n }), _c(\"el-table-column\", {\n attrs: {\n label: \"操作\"\n },\n scopedSlots: _vm._u([{\n key: \"default\",\n fn: function (scope) {\n return [_c(\"el-button\", {\n attrs: {\n size: \"mini\"\n },\n on: {\n click: function ($event) {\n return _vm.handleEdit(scope.$index, scope.row);\n }\n }\n }, [_vm._v(\"编辑 \")]), _c(\"el-button\", {\n attrs: {\n size: \"mini\",\n type: \"danger\"\n },\n on: {\n click: function ($event) {\n return _vm.handleDelete(scope.$index, scope.row);\n }\n }\n }, [_vm._v(\"删除 \")])];\n }\n }])\n })], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\nexport { render, staticRenderFns };","map":{"version":3,"names":["render","_vm","_c","_self","_setup","_setupProxy","staticStyle","width","attrs","data","rows","label","scopedSlots","_u","key","fn","scope","staticClass","_v","_s","row","date","trigger","placement","name","address","slot","size","on","click","$event","handleEdit","$index","type","handleDelete","staticRenderFns","_withStripped"],"sources":["/Users/xubincheng/Desktop/job/zero_code_all/zero_project/Project1/main/client/src/components/data_manage/DatabaseManagement/NewTableManage/NewTableManage.vue"],"sourcesContent":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c,\n _setup = _vm._self._setupProxy\n return _c(\n \"el-table\",\n { staticStyle: { width: \"100%\" }, attrs: { data: _vm.rows } },\n [\n _c(\"el-table-column\", {\n attrs: { label: \"日期\", width: \"180\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function (scope) {\n return [\n _c(\"i\", { staticClass: \"el-icon-time\" }),\n _c(\"span\", { staticStyle: { \"margin-left\": \"10px\" } }, [\n _vm._v(_vm._s(scope.row.date)),\n ]),\n ]\n },\n },\n ]),\n }),\n _c(\"el-table-column\", {\n attrs: { label: \"姓名\", width: \"180\" },\n scopedSlots: _vm._u([\n {\n key: \"default\",\n fn: function (scope) {\n return [\n _c(\n \"el-popover\",\n { attrs: { trigger: \"hover\", placement: \"top\" } },\n [\n _c(\"p\", [_vm._v(\"姓名: \" + _vm._s(scope.row.name))]),\n